summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* More trailing whitespace fixups.Gary E. Miller2015-04-301-7/+7
* Addresses Savannah bug #44740: More talkers for AIS VDM/VDO.Kurt Schwehr2015-04-061-0/+12
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-21/+2
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-113/+113
* Code to accommodate alternat Beidou talker ID of $GB. Also, add a test for it.Eric S. Raymond2015-03-021-1/+4
* Update a comment on talker IDs.Eric S. Raymond2015-02-281-0/+1
* Full support for Beido and QZSS constellations in NMEA0183 skyviews.Eric S. Raymond2015-02-281-0/+17
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-3/+2
* In the packet getter, fix an erroneous RTCM2 state transition.Eric S. Raymond2015-02-091-6/+14
* Implement character pushback and state to ground without packet disposal...Eric S. Raymond2015-02-081-63/+63
* Machinery for doing true character pushback without packet disposal.Eric S. Raymond2015-02-081-86/+91
* Improved instrumentation. All regression tests pass.Eric S. Raymond2015-02-081-6/+13
* Improve the ability of the packet analyzer to recognize control comments...Eric S. Raymond2015-02-081-74/+74
* Refactoring step: make character_pushback take a new-state argument.Eric S. Raymond2015-02-081-40/+26
* Add YX as a recognized NMEA packet leader. Seen on Airmar PB100.Eric S. Raymond2015-02-051-0/+9
* Comment typo fix.Eric S. Raymond2015-01-311-1/+1
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-5/+6
* Adding missing PASSTHROUGH_ENABLE ifdef guards in packet.cJon Schlueter2015-01-081-2/+8
* Fix RTCM2 detection in packet.cAhti Heinla2015-01-081-0/+6
* Silence compiler warnings about array subscripts of type 'char'Matt2014-09-101-3/+3
* Fix incorrect comment.Eric S. Raymond2014-09-061-1/+1
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-34/+34
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-60/+39
* Eliminate gpsd_report() from isgps.c. All regression tests pass.Eric S. Raymond2014-08-271-1/+1
* Modify packet.c so it no longer requires gpsd_report().Eric S. Raymond2014-08-271-34/+56
* Follow throughon a previous name change. No logic changes.Eric S. Raymond2014-08-271-1/+1
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-10/+10
* Remove some obsolete FIXMEs.Eric S. Raymond2014-08-241-2/+0
* Support for some unusual NMEA 4.0 AIS talker IDs.Eric S. Raymond2014-05-201-4/+23
* Support for, and documentation of, some unuusual AIS talker IDs.Eric S. Raymond2014-05-161-12/+17
* PPS JSON messages are now visible in client-mode JSON.Eric S. Raymond2013-11-171-1/+6
* Fix kexer to be able to see JSON after NMEA.Eric S. Raymond2013-11-171-1/+4
* u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-091-7/+7
* Remove code which Coverity correctly calls out as statically dead.Eric S. Raymond2013-11-061-2/+0
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+3
* Narrow a variable scope. All regression tests pass.Eric S. Raymond2013-10-171-2/+3
* Make all hex-dumping truly thread-safe.Eric S. Raymond2013-10-131-6/+17
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-36/+52
* TSIP packet 0x1c has to pass through.Eric S. Raymond2013-09-241-1/+5
* Pass through Trimble Accutime Gold bersion info.Eric S. Raymond2013-09-231-3/+9
* Deal with the Accutime Gold's known issues. All regression tests pass.Eric S. Raymond2013-09-231-4/+9
* More TSIP packet cleanup. All regression tests pass.Eric S. Raymond2013-09-221-3/+3
* More TSIP packet recognition cleanup. All regression tests pass.Eric S. Raymond2013-09-221-3/+8
* TSIP driver can only use one length of 0x5c packet.Eric S. Raymond2013-09-221-2/+1
* Remove some comments that belong in the revision history.Eric S. Raymond2013-09-221-11/+1
* Simplify TSIP satellite-picture packet recognition.Eric S. Raymond2013-09-221-2/+1
* More TSIP packet cleanup. All regression tests pass.Eric S. Raymond2013-09-221-2/+6
* More TSIP packet cleanup. All regression tests pass.Eric S. Raymond2013-09-221-4/+7
* Begin cleaning up some grubbiness in the packet getter.Eric S. Raymond2013-09-221-23/+39
* TSIP Double Precision XYZ needs to be passed, as it says in the comment.Eric S. Raymond2013-09-211-0/+2