Commit graph

922 commits

Author SHA1 Message Date
Oliver Jowett 2b292ca224 Version bump to 3.0 for FF image. 2016-04-11 17:55:30 +01:00
Oliver Jowett a628369228 Update PageName in config.js 2016-04-11 16:56:23 +01:00
Oliver Jowett 22fb17caf9 Call this "FlightAware dump1090" so it makes sense for both FF and Piaware images.
Update URL for the eventual home of this repo.
2016-04-11 12:12:11 +01:00
Oliver Jowett 50d67ff722 Merge branch 'upstream' 2016-04-11 12:11:05 +01:00
Oliver Jowett 7987598a72 Listen on port 8080 and redirect to port 80 for backwards compatibility. 2016-04-11 11:58:51 +01:00
Oliver Jowett 162bf9d0b7 Merge pull request #116 from rgeissert/cppcheck-warnings
Cppcheck warnings fixes
2016-04-06 10:55:15 +01:00
Raphael Geissert 1269d73690 Fix another string format where %d is used but an unsigned int is passed 2016-04-05 21:05:36 +02:00
Raphael Geissert 859ba3b422 Fix some format strings that pass an unsigned int but use %d 2016-04-05 21:05:29 +02:00
Oliver Jowett e1278c36f7 Revert script.js indent changes from d00b07f361 2016-03-31 20:09:12 +01:00
Oliver Jowett d663094985 Merge branch 'htmlcleanup' of https://github.com/BowlesCR/dump1090 into BowlesCR-htmlcleanup 2016-03-31 19:55:51 +01:00
Oliver Jowett 5417fa6a53 Merge pull request #111 from WIZARDISHUNGRY/mutability-openbsd
Fix compilation on OpenBSD
2016-03-31 19:46:20 +01:00
Oliver Jowett e8919eada3 Merge pull request #112 from WIZARDISHUNGRY/mutability-homebrew
Use pkg-config for libusb, too, to work around pkg-config not generating the right link line for it.
2016-03-31 19:45:04 +01:00
Jon Williams e01b7b6740 Added libusb-1.0 to the list of libs handled by pkg-config 2016-03-31 14:04:09 -04:00
Jon Williams 83322511ad fixed a tiny change to an #ifndef comment 2016-03-31 13:46:17 -04:00
Jon Williams 953a5e0641 OpenBSD uses _CLOCKID_T_DEFINED_ instead of CLOCKID_T 2016-03-31 13:45:07 -04:00
Jon Williams e0c15ea7e8 changed MISSING_{NANOSLEEP,GETTIME} to use -D to fix compilation on OS X 2016-03-31 13:38:34 -04:00
Jon Williams 94706763e5 fix compilation on OpenBSD 2016-03-31 13:25:32 -04:00
Chris Bowles ebce0fdda6 Pedantic tweaks for HTML5 validation 2016-03-30 09:12:58 -04:00
Chris Bowles e509e76294 Avoid mixed-content warnings when served over HTTPS (in a protocol-relative way) 2016-03-30 09:12:22 -04:00
Chris Bowles d00b07f361 Indentation/Readability cleanup 2016-03-30 08:54:37 -04:00
Oliver Jowett dfc253bebf Merge pull request #110 from BowlesCR/planefinder
Add PlaneFinder link
2016-03-30 11:49:12 +01:00
Chris Bowles f53bca99e4 Add PlaneFinder link 2016-03-29 17:50:39 -04:00
Oliver Jowett 5f237db650 Version bump. 2016-03-24 22:56:00 +00:00
Oliver Jowett bdc1613512 Merge branch 'upstream' 2016-03-24 22:05:54 +00:00
Oliver Jowett 03c29a3721 Handle errors from rtlsdr_get_device_usb_strings.
Fixes #106.
2016-03-21 22:13:22 +00:00
Oliver Jowett 5781e6ab96 Be a bit more aggressive about rejecting noise in the space periods. 2016-03-20 20:49:30 +00:00
Oliver Jowett f6bdb61b13 Experimental 2.4MHz Mode A/C demodulator. 2016-03-20 19:49:37 +00:00
Oliver Jowett 0dc8336c14 Populate verbatim message for mode a/c. 2016-03-20 19:48:59 +00:00
Oliver Jowett 7a58e3cdc5 Move Mode C altitude calc into mode A/C message decoding.
If SPI is set, it cannot be mode C.
2016-03-20 19:47:27 +00:00
Oliver Jowett 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.
2016-03-03 12:39:01 +00:00
Oliver Jowett a434e1d076 Change of plan: don't statically link for jessie, but keep the option around for wheezy.
We'll have to do something to populate the udev rules on wheezy when we get to that.
2016-03-02 17:32:53 +00:00
Oliver Jowett bbb0e4553b Static link against librtlsdr. 2016-02-29 14:20:34 +00:00
Oliver Jowett c218bb9dfa Link to the new FA ModeS redirect URL 2016-02-27 16:14:12 +00:00
Oliver Jowett ccb9a6c034 Link to FA by hexid; clean up some dead code. 2016-02-27 15:52:02 +00:00
Oliver Jowett c6fff0ff32 Merge branch 'upstream' 2016-02-26 10:38:43 +00:00
Oliver Jowett 214bc0e587 Treat zero-or-missing signal levels as "no information" and don't include them in RSSI. 2016-02-24 11:55:01 +00:00
Oliver Jowett f7c9aed8b0 Merge pull request #103 from bjd/web-fixes
web view fixes
2016-02-18 22:19:30 +00:00
Bjorge Dijkstra a283ab2786 Fix check for valid distance in drawCircle() 2016-02-18 20:47:17 +01:00
Bjorge Dijkstra 3a98bf0d00 Remove invalid css property 'align' from timestamps div 2016-02-18 20:28:49 +01:00
Bjorge Dijkstra 1d723b0731 Remove sensor parameter from google maps api url, it is no longer required.
https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required
2016-02-18 20:20:35 +01:00
Bjorge Dijkstra 99696cfac0 minor html syntax fixes for map view 2016-02-18 20:17:01 +01:00
Oliver Jowett b19c1f9dd2 Merge branch 'upstream' 2016-02-17 19:42:39 +00:00
Oliver Jowett ad3e4facb4 Merge pull request #102 from rgeissert/debian-copyright
Debian copyright
2016-02-16 21:20:38 +00:00
Raphael Geissert 008c1ee51b Add copyright information about markers.js 2016-02-16 21:35:13 +01:00
Raphael Geissert 7e317eac23 Add copyright information about clock_nanosleep 2016-02-16 21:05:14 +01:00
Raphael Geissert 2ea2181f30 Add copyright information about clock_gettime 2016-02-16 21:03:57 +01:00
Raphael Geissert 5b746d1414 Add copyright information about the flags-tiny pngs 2016-02-16 20:58:22 +01:00
Raphael Geissert 2dfd1320a6 Add copyright information about coolclock.js 2016-02-16 20:43:36 +01:00
Oliver Jowett b3769c241b Merge pull request #101 from rgeissert/aggressive-removal-fixup
Remove references to --aggressive from the maint scripts
2016-02-16 19:36:04 +00:00
Raphael Geissert 1c1b496a7a Remove duplicate crc.h copyright entry 2016-02-16 20:25:40 +01:00