summaryrefslogtreecommitdiff
path: root/gpsdecode.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* Savannah issue #53671: policy_t -> gps_policy_t.Gary E. Miller2018-07-261-2/+2
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* uint was rmoved in C99. If gpsd enforce C99, then uint must go.Gary E. Miller2016-08-151-39/+39
* Address bug #46802: AIVDM to CSV is broken in some weird casesFred Wright2016-01-041-6/+28
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-8/+0
* Use LOG_* symbol when setting/comparing log levelZbigniew Chyla2015-03-221-1/+1
* cppcheck and Coverity cleanup; all regression tests pass.Eric S. Raymond2015-02-091-1/+1
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-1/+1
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-1/+1
* splint cleanup for gpsdecode -m implementation.Eric S. Raymond2015-01-291-2/+2
* Add gpsdecode -m option for dumping minimum packet lengths.Eric S. Raymond2015-01-291-1/+31
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-1/+1
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-51/+38
* Add -n option to gpsdecode to dump pseudo-NMEA.Eric S. Raymond2014-09-221-3/+41
* Make -D option of gpsdecode effective again.Eric S. Raymond2014-09-181-5/+4
* Magic-number elimination. All regression tests pass.Eric S. Raymond2014-09-121-5/+6
* Minimal option requires conditionalization of some code.Eric S. Raymond2014-09-061-0/+2
* splint/cppcheck cleanuo after the gpsd_report change.Eric S. Raymond2014-08-271-4/+3
* Reverse linkage of gpsd_report() is abolished. All regression tests pass.Eric S. Raymond2014-08-271-11/+6
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-5/+5
* Eliminate reverse linkage of gpsd_write. All regression tests pass.Eric S. Raymond2014-08-261-8/+0
* Allow gpsedecode to dump SKY reports.Eric S. Raymond2014-08-251-1/+2
* Make interpretation of the split24 flag propperly per-subscriber.Eric S. Raymond2013-11-101-1/+7
* 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