summaryrefslogtreecommitdiff
path: root/gpsdecode.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More deheader testing.Eric S. Raymond2011-01-121-0/+1
* Regularize some function names.Eric S. Raymond2011-01-121-4/+4
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-3/+4
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* Correct some erroneous IS8061 formating.Eric S. Raymond2010-06-131-1/+1
* The last change in gpsdecode was not entirely correct. Fixes from Nirgal.Eric S. Raymond2010-05-201-9/+9
* Switch the CSV format emitted by gpsdecode(1) to DSV using |.Eric S. Raymond2010-05-191-23/+23
* In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.Eric S. Raymond2010-05-101-4/+6
* Complete privious change. Required rebuilding of three regressin tests.Eric S. Raymond2010-05-091-1/+1
* C AIS decoder now has separate contexts for A and B channels.Eric S. Raymond2010-05-091-1/+1
* Prevent gpsdecode from seeinmg uniinitialized stack garbage.Eric S. Raymond2010-05-091-0/+1
* Extend AIS idempotency test coverage.Eric S. Raymond2010-04-261-0/+3
* Give up on RTCM2 repack support. It's broken, and unlikely ever to be needed.Eric S. Raymond2010-04-251-20/+6
* Reindent two more programs. That's everything except xgpsspeed/Tachometer.c.Eric S. Raymond2010-04-141-138/+129
* Fix gpsdecode compilation when one of the rtcm104 versions is disabled.Eric S. Raymond2010-03-271-0/+4
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-3/+2
* Eliminate more Subversion tracks...Eric S. Raymond2010-03-131-1/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* Support for JSON dumping and parsing of AIS message types 25 and 26.Eric S. Raymond2010-03-051-0/+23
* Improved handling and documentation of AIS type 22 messages.Eric S. Raymond2010-01-301-14/+28
* Document that a trailing @ should terminate a packed-six-bit AIS string.Eric S. Raymond2009-11-301-0/+2
* Corrections to the AIS specification, and one fieldname.Eric S. Raymond2009-11-261-1/+1
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* End pointer returned by the JSON parser needs to be passed back up...Eric S. Raymond2009-11-181-1/+1
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-1/+1
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-221-1/+14