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
Raphael Geissert
ce38ddf127
Remove references to --aggressive from the maint scripts
...
Commit 577fe9b
removed the debconf template for the option but the
maintainer scripts were still referencing it. This prevented the package
configuration from working.
2016-02-16 19:48:43 +01:00
Oliver Jowett
eb16ac2028
Fix some termination issues.
2016-02-16 13:05:03 +00:00
Oliver Jowett
a2eb71d49a
IPv6 support (in theory).
...
Fixes #87 .
2016-02-16 13:00:55 +00:00
Oliver Jowett
108b402918
Directly include the VRS-derived json db since the underlying DB
...
is not being updated any more.
2016-02-16 10:33:18 +00:00
Oliver Jowett
577fe9b52e
Remove --aggressive from config options as the standard build will ignore it.
2016-02-16 10:12:22 +00:00
Oliver Jowett
8f58d0621c
Revert the accidental change of default values for raw in/out ports.
...
This only affects standalone installs as the init.d script always
supplies all ports, overriding the compiled-in defaults.
Should fix #99
2016-02-08 21:39:21 +00:00
Oliver Jowett
20effc8cb8
Turn off --stats-every
2016-02-07 19:22:16 +00:00
Oliver Jowett
e101351b6e
Enforce max-range on mlat results (but still skip the speed check)
...
Fixes #97
2016-02-05 15:42:34 +00:00
Oliver Jowett
356cda2917
Flush stdout after writing message details so it works reasonably if there's also stderr output nearby.
2016-02-05 15:41:10 +00:00
Oliver Jowett
5de8a7b5f8
Merge branch 'upstream'
2016-01-26 11:28:08 +00:00