summaryrefslogtreecommitdiff
path: root/packet.c
AgeCommit message (Expand)Author
2018-09-25packet.c: fix a cppcheck nit.Gary E. Miller
2018-07-29Add GREIS (Javad) GPS driver.Gregory Fong
2018-07-13packet.c: Prevent infinite loop in packet engine.Gary E. Miller
2018-06-15Support Galileo $GA... talkers and fix a couple of $GB casesChris Lawrence
2018-06-15Suppress GCC 7.3.0 fallthrough warnings in intentional cases.Eric S. Raymond
2018-03-08SPDXify the licerse references.Eric S. Raymond
2017-03-05Reverts broken portion of old character pushback change.Fred Wright
2016-09-01Fix too small buffers. Hex is 2x + 1 the size of binary.Gary E. Miller
2016-07-21Decode SkytTraq undocumented $STI sentence.Gary E. Miller
2016-07-21Another step to decode SkyTraq $STI.Gary E. Miller
2016-07-18Fix typoHal Murray
2016-07-18TSIP: Add support for messages 0x5d and 0x6cNuno Goncalves
2016-07-18TSIP: improve commentsNuno Goncalves
2016-03-29Add driver_skytraq.c.Gary E. Miller
2016-03-29Parse Skytraq packets to inbuffer.Gary E. Miller
2016-02-09Add support for stashed partial messagesMichael Brown
2015-10-01Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond
2015-04-30More trailing whitespace fixups.Gary E. Miller
2015-04-06Addresses Savannah bug #44740: More talkers for AIS VDM/VDO.Kurt Schwehr
2015-03-30Retire splint from our set of static analyzers.Eric S. Raymond
2015-03-07gpsd-report() -> gpsd_log()Eric S. Raymond
2015-03-02Code to accommodate alternat Beidou talker ID of $GB. Also, add a test for it.Eric S. Raymond
2015-02-28Update a comment on talker IDs.Eric S. Raymond
2015-02-28Full support for Beido and QZSS constellations in NMEA0183 skyviews.Eric S. Raymond
2015-02-09splint cleanup. All regressiion tests pass.Eric S. Raymond
2015-02-09In the packet getter, fix an erroneous RTCM2 state transition.Eric S. Raymond
2015-02-08Implement character pushback and state to ground without packet disposal...Eric S. Raymond
2015-02-08Machinery for doing true character pushback without packet disposal.Eric S. Raymond
2015-02-08Improved instrumentation. All regression tests pass.Eric S. Raymond
2015-02-08Improve the ability of the packet analyzer to recognize control comments...Eric S. Raymond
2015-02-08Refactoring step: make character_pushback take a new-state argument.Eric S. Raymond
2015-02-05Add YX as a recognized NMEA packet leader. Seen on Airmar PB100.Eric S. Raymond
2015-01-31Comment typo fix.Eric S. Raymond
2015-01-21Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla
2015-01-08Adding missing PASSTHROUGH_ENABLE ifdef guards in packet.cJon Schlueter
2015-01-08Fix RTCM2 detection in packet.cAhti Heinla
2014-09-10Silence compiler warnings about array subscripts of type 'char'Matt
2014-09-06Fix incorrect comment.Eric S. Raymond
2014-08-27Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond
2014-08-27Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond
2014-08-27Eliminate gpsd_report() from isgps.c. All regression tests pass.Eric S. Raymond
2014-08-27Modify packet.c so it no longer requires gpsd_report().Eric S. Raymond
2014-08-27Follow throughon a previous name change. No logic changes.Eric S. Raymond
2014-08-27Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond
2014-08-24Remove some obsolete FIXMEs.Eric S. Raymond
2014-05-20Support for some unusual NMEA 4.0 AIS talker IDs.Eric S. Raymond
2014-05-16Support for, and documentation of, some unuusual AIS talker IDs.Eric S. Raymond
2013-11-17PPS JSON messages are now visible in client-mode JSON.Eric S. Raymond
2013-11-17Fix kexer to be able to see JSON after NMEA.Eric S. Raymond
2013-11-09u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond