Commit graph

  • a628369228 Update PageName in config.js Oliver Jowett 2016-04-11 16:56:23 +0100
  • 22fb17caf9 Call this "FlightAware dump1090" so it makes sense for both FF and Piaware images. Update URL for the eventual home of this repo. Oliver Jowett 2016-04-11 12:11:51 +0100
  • 50d67ff722 Merge branch 'upstream' Oliver Jowett 2016-04-11 12:11:05 +0100
  • 7987598a72 Listen on port 8080 and redirect to port 80 for backwards compatibility. Oliver Jowett 2016-04-11 11:58:51 +0100
  • bd1c82a445 Update faup1090.c ertyu 2016-04-07 15:27:10 -0500
  • 162bf9d0b7 Merge pull request #116 from rgeissert/cppcheck-warnings Oliver Jowett 2016-04-06 10:55:15 +0100
  • 1269d73690 Fix another string format where %d is used but an unsigned int is passed Raphael Geissert 2016-04-05 20:09:12 +0200
  • 859ba3b422 Fix some format strings that pass an unsigned int but use %d Raphael Geissert 2016-04-05 20:05:41 +0200
  • e1278c36f7 Revert script.js indent changes from d00b07f361 Oliver Jowett 2016-03-31 20:09:12 +0100
  • d663094985 Merge branch 'htmlcleanup' of https://github.com/BowlesCR/dump1090 into BowlesCR-htmlcleanup Oliver Jowett 2016-03-31 19:55:51 +0100
  • 5417fa6a53 Merge pull request #111 from WIZARDISHUNGRY/mutability-openbsd Oliver Jowett 2016-03-31 19:46:20 +0100
  • e8919eada3 Merge pull request #112 from WIZARDISHUNGRY/mutability-homebrew Oliver Jowett 2016-03-31 19:45:04 +0100
  • e01b7b6740 Added libusb-1.0 to the list of libs handled by pkg-config Jon Williams 2016-03-31 14:04:09 -0400
  • 83322511ad fixed a tiny change to an #ifndef comment Jon Williams 2016-03-31 13:46:17 -0400
  • 953a5e0641 OpenBSD uses _CLOCKID_T_DEFINED_ instead of CLOCKID_T Jon Williams 2016-03-31 13:45:07 -0400
  • e0c15ea7e8 changed MISSING_{NANOSLEEP,GETTIME} to use -D to fix compilation on OS X Jon Williams 2016-03-31 13:38:34 -0400
  • 94706763e5 fix compilation on OpenBSD Jon Williams 2016-03-31 13:25:32 -0400
  • ebce0fdda6 Pedantic tweaks for HTML5 validation Chris Bowles 2016-03-22 17:22:41 -0400
  • e509e76294 Avoid mixed-content warnings when served over HTTPS (in a protocol-relative way) Chris Bowles 2016-03-22 16:11:46 -0400
  • d00b07f361 Indentation/Readability cleanup Chris Bowles 2016-03-22 15:39:57 -0400
  • dfc253bebf Merge pull request #110 from BowlesCR/planefinder Oliver Jowett 2016-03-30 11:49:12 +0100
  • f53bca99e4 Add PlaneFinder link Chris Bowles 2016-03-29 17:50:39 -0400
  • 5f237db650 Version bump. Oliver Jowett 2016-03-24 22:56:00 +0000
  • bdc1613512 Merge branch 'upstream' Oliver Jowett 2016-03-24 22:05:54 +0000
  • 03c29a3721 Handle errors from rtlsdr_get_device_usb_strings. Oliver Jowett 2016-03-21 22:11:04 +0000
  • 5781e6ab96 Be a bit more aggressive about rejecting noise in the space periods. Oliver Jowett 2016-03-20 20:49:30 +0000
  • f6bdb61b13 Experimental 2.4MHz Mode A/C demodulator. Oliver Jowett 2016-03-20 19:49:37 +0000
  • 0dc8336c14 Populate verbatim message for mode a/c. Oliver Jowett 2016-03-20 19:48:59 +0000
  • 7a58e3cdc5 Move Mode C altitude calc into mode A/C message decoding. If SPI is set, it cannot be mode C. Oliver Jowett 2016-03-20 19:47:27 +0000
  • 85aa200947 Extra paranoia for --aggressive mode: only forward 2-bit-corrected messages via paths that allow the recipient to see that they are 2-bit-corrected i.e. raw or beast output in --net-verbatim mode only. Oliver Jowett 2016-03-03 12:39:01 +0000
  • a434e1d076 Change of plan: don't statically link for jessie, but keep the option around for wheezy. Oliver Jowett 2016-03-02 17:32:53 +0000
  • bbb0e4553b Static link against librtlsdr. Oliver Jowett 2016-02-29 14:20:34 +0000
  • c218bb9dfa Link to the new FA ModeS redirect URL Oliver Jowett 2016-02-27 16:14:12 +0000
  • ccb9a6c034 Link to FA by hexid; clean up some dead code. Oliver Jowett 2016-02-27 15:52:02 +0000
  • c6fff0ff32 Merge branch 'upstream' Oliver Jowett 2016-02-26 10:38:43 +0000
  • 214bc0e587 Treat zero-or-missing signal levels as "no information" and don't include them in RSSI. Oliver Jowett 2016-02-24 11:51:45 +0000
  • f7c9aed8b0 Merge pull request #103 from bjd/web-fixes Oliver Jowett 2016-02-18 22:19:30 +0000
  • a283ab2786 Fix check for valid distance in drawCircle() Bjorge Dijkstra 2016-02-18 20:47:17 +0100
  • 3a98bf0d00 Remove invalid css property 'align' from timestamps div Bjorge Dijkstra 2016-02-18 20:28:49 +0100
  • 1d723b0731 Remove sensor parameter from google maps api url, it is no longer required. Bjorge Dijkstra 2016-02-18 20:20:35 +0100
  • 99696cfac0 minor html syntax fixes for map view Bjorge Dijkstra 2016-02-18 20:17:01 +0100
  • b19c1f9dd2 Merge branch 'upstream' Oliver Jowett 2016-02-17 19:42:39 +0000
  • ad3e4facb4 Merge pull request #102 from rgeissert/debian-copyright Oliver Jowett 2016-02-16 21:20:38 +0000
  • 008c1ee51b Add copyright information about markers.js Raphael Geissert 2016-02-16 21:35:13 +0100
  • 7e317eac23 Add copyright information about clock_nanosleep Raphael Geissert 2016-02-16 21:05:14 +0100
  • 2ea2181f30 Add copyright information about clock_gettime Raphael Geissert 2016-02-16 21:03:57 +0100
  • 5b746d1414 Add copyright information about the flags-tiny pngs Raphael Geissert 2016-02-16 20:58:22 +0100
  • 2dfd1320a6 Add copyright information about coolclock.js Raphael Geissert 2016-02-16 20:43:36 +0100
  • b3769c241b Merge pull request #101 from rgeissert/aggressive-removal-fixup Oliver Jowett 2016-02-16 19:36:04 +0000
  • 1c1b496a7a Remove duplicate crc.h copyright entry Raphael Geissert 2016-02-16 20:25:40 +0100
  • ce38ddf127 Remove references to --aggressive from the maint scripts Raphael Geissert 2016-02-16 19:48:43 +0100
  • eb16ac2028 Fix some termination issues. Oliver Jowett 2016-02-16 13:05:03 +0000
  • a2eb71d49a IPv6 support (in theory). Oliver Jowett 2016-02-16 13:00:55 +0000
  • 108b402918 Directly include the VRS-derived json db since the underlying DB is not being updated any more. Oliver Jowett 2016-02-16 10:33:18 +0000
  • 577fe9b52e Remove --aggressive from config options as the standard build will ignore it. Oliver Jowett 2016-02-16 10:12:22 +0000
  • 8f58d0621c Revert the accidental change of default values for raw in/out ports. Oliver Jowett 2016-02-08 21:39:21 +0000
  • 20effc8cb8 Turn off --stats-every Oliver Jowett 2016-02-07 19:22:16 +0000
  • e101351b6e Enforce max-range on mlat results (but still skip the speed check) Oliver Jowett 2016-02-05 15:41:42 +0000
  • 356cda2917 Flush stdout after writing message details so it works reasonably if there's also stderr output nearby. Oliver Jowett 2016-02-05 15:41:10 +0000
  • 5de8a7b5f8 Merge branch 'upstream' Oliver Jowett 2016-01-26 11:28:08 +0000
  • c510adbc94 $a is a literal sed command, avoid shell var expansion. Oliver Jowett 2016-01-25 15:22:53 +0000
  • f9aa0398e5 Avoid creating a config file with all blank values if postinst configure fails. Oliver Jowett 2016-01-25 15:16:41 +0000
  • 4711eaf741 Remove reference to net-fatsv-port in postinst. Oliver Jowett 2016-01-25 15:13:51 +0000
  • cd86032be2 Fix return value sense of is_port_list Oliver Jowett 2016-01-24 22:11:48 +0000
  • 2a07897354 Be more selective about what is flagged as TIS-B. Oliver Jowett 2016-01-24 19:09:30 +0000
  • 2b466535de Support multiple listening ports per listener type. Beast input defaults to listening on both 30004 and 30104. Drop the FATSV listener entirely (use faup1090 for that) Ignore --net-beast. Oliver Jowett 2016-01-24 18:45:35 +0000
  • 1a2926b311 Display ES data for DF=18, CF=2 when showing messages verbosely. Always show an address for DF=18, using the NON_ICAO flag as needed. Oliver Jowett 2016-01-22 14:36:59 +0000
  • cc04f315b4 Make the HAE/Baro offset field a bit clearer. Oliver Jowett 2016-01-22 14:36:17 +0000
  • d02893fe3c Merge branch 'upstream' Oliver Jowett 2016-01-21 21:48:15 +0000
  • c4e162287d Oops, sprintf -> snprintf Oliver Jowett 2016-01-21 20:22:18 +0000
  • d9eec668cf Track what data we got via TIS-B, report it as such. Oliver Jowett 2016-01-21 19:42:37 +0000
  • 1170ed9620 Set faup1090 default max range to 360NM. Oliver Jowett 2016-01-21 19:01:11 +0000
  • 5632a2ccdb Try to get travis working again. Oliver Jowett 2016-01-21 18:35:41 +0000
  • ecbdbf23d6 Never forward mlat via SBS or raw output; it is no longer identifiable as mlat when forwarded on those paths. Oliver Jowett 2016-01-21 17:48:06 +0000
  • 5c3692a513 Require an explicit #define at build time to enable --aggressive. Oliver Jowett 2016-01-21 17:45:27 +0000
  • b433a521bf Start trimming dump1090-mutability down for use in piaware. Oliver Jowett 2016-01-13 00:00:08 +0000
  • 9479a5c9be If --hae is passed, report altitudes as HAE where available, with a H suffix. Oliver Jowett 2016-01-01 15:15:28 +0000
  • c99e4d9aed Factor out metric conversions, always report FL as feet-based in rtl1090 mode. Oliver Jowett 2016-01-01 15:14:34 +0000
  • efd6b94310 Track HAE altitude separately to baro altitude where possible. Oliver Jowett 2016-01-01 13:42:30 +0000
  • c4a2a5c9fb Fix the upintheair URL. Oliver Jowett 2015-12-23 10:10:05 +0000
  • 75ddd87408 Basic support for terrain-limit rings based on data from heywhatsthat.com Oliver Jowett 2015-12-21 17:42:05 +0000
  • 779c66e2e9 Reindenting. Oliver Jowett 2015-12-21 17:40:39 +0000
  • 457761f060 Don't spam stats reports if the system clock jumps. Oliver Jowett 2015-12-19 18:28:12 +0000
  • 497f88fe1c Don't match faup1090 tags when generating a version string from git tags. Oliver Jowett 2015-10-27 13:57:29 +0000
  • f84e9a8de1 Fix the missing comma in the monochrome display example. Oliver Jowett 2015-10-26 23:09:26 +0000
  • 91fce10f30 Remember map type selection in local storage. Oliver Jowett 2015-10-26 23:03:34 +0000
  • ecc45517d6 Merge pull request #78 from dschaper/nginx Oliver Jowett 2015-10-26 13:19:51 +0000
  • f8a3c46139 Add generic map type config for maps that can be handled by simple URL pattern substitution. Oliver Jowett 2015-10-26 12:59:38 +0000
  • 482d3a1d38 Turn on scale (and zoom for good measure, though it's on by default) Oliver Jowett 2015-10-26 12:58:49 +0000
  • 416c8591b7 Tweak the display of mlat aircraft icons (not convinced these are the best settings) Oliver Jowett 2015-10-26 12:30:21 +0000
  • 72e511594d Add nginx configs to packaging. Dan Schaper 2015-10-25 10:23:51 -0700
  • a6cb388eef Add nginx config file Dan Schaper 2015-10-25 09:20:22 -0700
  • c55c71b57c Fix off-by-one error that would ignore maxRange if it was exactly 360NM. Oliver Jowett 2015-09-30 23:59:01 +0100
  • 3b4c872ea6 Merge pull request #71 from maxried/master Oliver Jowett 2015-09-14 20:34:32 +0100
  • 3d4455948f Update dump1090.c maxried 2015-09-14 21:05:27 +0200
  • f8c6513294 Update dump1090.c maxried 2015-09-14 20:48:17 +0200
  • f66420b275 Update dump1090.c maxried 2015-09-14 20:47:30 +0200
  • 217e6f9216 Update dump1090.h maxried 2015-09-14 20:44:52 +0200
  • 541f12fb21 Update dump1090.h maxried 2015-09-14 20:11:00 +0200
  • 90adaf22f7 Update net_io.c maxried 2015-09-14 20:03:19 +0200