summaryrefslogtreecommitdiff
path: root/gpsdecode.c
Commit message (Expand)AuthorAgeFilesLines
* Make all hex-dumping truly thread-safe.Eric S. Raymond2013-10-131-5/+11
* We can now monitor low-level string sends through gpsmon.Eric S. Raymond2013-10-041-0/+8
* Properly label debug reports from different programs.Eric S. Raymond2013-09-291-0/+11
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-16/+0
* Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages.Eric S. Raymond2013-09-151-1/+7
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-1/+7
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-11/+11
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-5/+5
* splint indicated yet another followup to the waterlevel signedness fix in AIS.Eric S. Raymond2012-07-021-1/+1
* [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-201-2/+14
* gpsdecode: honor scale flagChristian Gagneraud2012-06-201-0/+4
* [AIS] Do scaling/offset operations only in json dumpChristian Gagneraud2012-06-051-1/+1
* [AIS] Met/Hydro: fixes and improvementsChristian Gagneraud2012-06-051-0/+41
* Clean up a couple of string-format errors. All regression tests pass.Eric S. Raymond2012-06-021-2/+2
* [AIS] Add UK/ROI AtoN monitoring data message handlingChristian Gagneraud2012-05-231-5/+28
* Appease splint, which can't parse declarations after executable code.Eric S. Raymond2012-05-211-3/+3
* [AIS] Use a dedicated stucture for IMO236 met/hydro messageChristian Gagneraud2012-05-201-5/+56
* More Coverity-spawned fixes. All regression tests pass.Eric S. Raymond2012-05-091-2/+3
* Improve error messages.Eric S. Raymond2012-03-041-0/+6
* const and splint cleanup.Eric S. Raymond2011-10-091-4/+5
* Ensure that enabling timing won't break object file compatibility.Eric S. Raymond2011-10-091-1/+1
* A step towards fixing the socket_export=no build.Eric S. Raymond2011-08-261-3/+13
* Make gpsdecode interpret "Date:" comments. All regression tests pass.Eric S. Raymond2011-06-231-0/+2
* Make gpsdecode initialize its time context the same way gpsd does.Eric S. Raymond2011-06-231-0/+1
* Elimination of gpsd_hexdump_level.Eric S. Raymond2011-06-171-1/+0
* Bug fixed, all regression tests now pass with PASSTHROUGH_ENABLED.Eric S. Raymond2011-06-151-2/+2
* Improve some error messages.Eric S. Raymond2011-06-141-0/+2
* First xut at JSON passthrough code.Eric S. Raymond2011-06-141-4/+8
* More code slimming.Eric S. Raymond2011-06-111-1/+1
* Splint cleanup.Eric S. Raymond2011-04-251-5/+7
* Inplement -t option of gpsdecode for type filtering.Eric S. Raymond2011-04-211-2/+39
* scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-291-2/+2
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-3/+3
* Replace the crappy old RTCM3 dumper with one that emits JSON.Eric S. Raymond2011-03-011-9/+1
* splint and cosmetic cleanup.Eric S. Raymond2011-02-281-8/+5
* Simplify the encoding side of gpsdecode.Eric S. Raymond2011-02-281-17/+9
* Enable gpsdecode to dump subframe data.Eric S. Raymond2011-02-281-1/+1
* Make the SiRF driver obey context.readonly.Eric S. Raymond2011-02-251-0/+2
* -j is supposed to be the default.Eric S. Raymond2011-02-251-1/+1
* Minor bug fix: packet echo shouldn't be pinned to stdout.Eric S. Raymond2011-02-251-4/+5
* Add and document gpsdecode -v option.Eric S. Raymond2011-02-231-4/+8
* Remove all support for RTCM2 Sager dump format.Eric S. Raymond2011-02-231-5/+0
* gpsdecode can now dump NMEA and GPS binary data presented on standard input.Eric S. Raymond2011-02-161-1/+1
* splint cleanup. All regression tests pass.Eric S. Raymond2011-02-161-2/+2
* Drastic simplification of gpsdecode using recent refactorings in libgpsd.Eric S. Raymond2011-02-161-38/+36
* More layer separation. All regression tests pass.Eric S. Raymond2011-02-161-1/+1
* Properly conditionalize gpsdecode in case AIDVM support is not compiled in.Eric S. Raymond2011-02-161-1/+8
* Bug fix: RTCM2 JSON dumps get a device field.Eric S. Raymond2011-02-161-2/+2
* Bug fix: AIS JSON objects get a device field.Eric S. Raymond2011-02-161-2/+2
* Clean up warnings reported by Charles Curley.Eric S. Raymond2011-01-171-0/+4