summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for release.release-3.7Eric S. Raymond2012-07-021-1/+1
* Suppress more pointer-signedness warningsEric S. Raymond2012-07-021-21/+21
* Suppress some silly signedness warnings.Eric S. Raymond2012-07-023-45/+45
* splint indicated yet another followup to the waterlevel signedness fix in AIS.Eric S. Raymond2012-07-021-1/+1
* Rebuild some binary-driver tests. Explain why this is needed.Eric S. Raymond2012-07-0212-622/+632
* Documentation cleanup for release.Eric S. Raymond2012-07-022-7/+8
* Add #ifdef line which was deleted accidentally.Bernd Zeimetz2012-07-011-0/+1
* Include unistd.h as workaround for timepps.h missing it.Bernd Zeimetz2012-07-012-12/+9
* Another fix the leap seconds notify.Michael Tatarinov2012-07-011-2/+1
* Fix the leap seconds notify.Michael Tatarinov2012-06-263-4/+10
* Ratuiinalize names of AIS scaling factors; all divisors now end with DIV.Eric S. Raymond2012-06-242-86/+86
* Sigh. Repair regressipon tests after signedness change. All tests pass.Eric S. Raymond2012-06-242-2/+2
* Partial structure for AIS Weather observation report from ship.Eric S. Raymond2012-06-241-0/+87
* Minor fixes to AIVDM.txt.Eric S. Raymond2012-06-231-3/+3
* Whitespace fixups.Eric S. Raymond2012-06-231-9/+9
* Remove some obsolete caveats.Eric S. Raymond2012-06-222-3/+1
* Better behavior in the presence of a sysroot.Eric S. Raymond2012-06-221-1/+4
* Yet more signedness correction.Eric S. Raymond2012-06-221-1/+1
* Another correction of waterlevel signedness. All regression tests pass.Eric S. Raymond2012-06-222-4/+4
* Accept Freescale UARTS as RS232 devices.Stephen Cavilia2012-06-221-1/+2
* Correct a field signedness error in the IMO236 Met/Hydro message.Eric S. Raymond2012-06-222-3/+6
* Always wemit ISO8601 timestamps with the same length.Eric S. Raymond2012-06-213-5/+5
* [AIS] Fix previous AIS mergeChristian Gagneraud2012-06-206-12/+11
* Merging Christian Gagneraud's AIS fixups.Eric S. Raymond2012-06-2013-74/+451
|\
| * [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-2012-65/+319
| * [AIS] Add scaled and unscaled JSON dump to regression testsChristian Gagneraud2012-06-203-5/+127
| * [AIS] ais.py: Error messages format harmonizationChristian Gagneraud2012-06-201-5/+6
| * gpsd_hexdump: Always dump in hex modeChristian Gagneraud2012-06-201-31/+20
* | Savannah bug #36691: xgps shows wrong units for eps, epc, epd.Michael Tatarinov2012-06-201-3/+17
* | Make sure an invariant is preserved.Eric S. Raymond2012-06-201-1/+1
* | Split gpsd_hexdump() so AIS dumping will be invertible.Eric S. Raymond2012-06-205-28/+34
|/
* json parser: fix empty array bugChristian Gagneraud2012-06-202-0/+16
* Add script to test for JSON validityChristian Gagneraud2012-06-201-0/+23
* Add BS talker ID (used by AIS base stations)Christian Gagneraud2012-06-202-0/+20
* json.h: Change JSON_VAL_MAX from 120 to 512Christian Gagneraud2012-06-201-1/+1
* gpsdecode: honor scale flagChristian Gagneraud2012-06-202-3/+7
* [AIS] ais.py: fix bad checksum error messageChristian Gagneraud2012-06-201-1/+1
* [AIS] ais.py: fix optional name extension in type 21Christian Gagneraud2012-06-201-1/+1
* splint gets confused by declarations after statements.Eric S. Raymond2012-06-191-1/+3
* Correct a documentation glitch noted by Bas van Duijnhoven.Eric S. Raymond2012-06-191-8/+0
* I'm told OpenCPN now gets data from gpsd.Eric S. Raymond2012-06-171-1/+2
* Argument name must have got stepped on by search-and-replace. Fix it.Eric S. Raymond2012-06-141-11/+11
* Add removed include again.Reinhard Arlt2012-06-071-1/+1
* Move nmea2000_open out of libgpsd_core.c .Reinhard Arlt2012-06-073-56/+85
* [AIS] Do scaling/offset operations only in json dumpChristian Gagneraud2012-06-058-118/+125
* [AIS] Met/Hydro: fixes and improvementsChristian Gagneraud2012-06-0510-109/+200
* [AIS] AtoN: formatting fixesChristian Gagneraud2012-06-051-10/+4
* Cosmetic fix.Eric S. Raymond2012-06-031-7/+6
* Use C99 VLAs to eliminate some magic numbers.Eric S. Raymond2012-06-021-4/+4
* More unit-testing of the bits macros.Eric S. Raymond2012-06-021-40/+44