summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* packet.c: Remove an odd FALLTHROUGH. All tests pass.Gary E. Miller2018-12-271-1/+3
* Replace gnu-ism: __attribute__ ((fallthrough));Gary E. Miller2018-12-271-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* packet.c: fix a cppcheck nit.Gary E. Miller2018-09-251-1/+2
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-15/+138
* packet.c: Prevent infinite loop in packet engine.Gary E. Miller2018-07-131-2/+14
* Support Galileo $GA... talkers and fix a couple of $GB casesChris Lawrence2018-06-151-1/+2
* Suppress GCC 7.3.0 fallthrough warnings in intentional cases.Eric S. Raymond2018-06-151-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Reverts broken portion of old character pushback change.Fred Wright2017-03-051-1/+1
* Fix too small buffers. Hex is 2x + 1 the size of binary.Gary E. Miller2016-09-011-7/+7
* Decode SkytTraq undocumented $STI sentence.Gary E. Miller2016-07-211-0/+2
* Another step to decode SkyTraq $STI.Gary E. Miller2016-07-211-0/+3
* Fix typoHal Murray2016-07-181-1/+1
* TSIP: Add support for messages 0x5d and 0x6cNuno Goncalves2016-07-181-7/+33
* TSIP: improve commentsNuno Goncalves2016-07-181-11/+39
* Add driver_skytraq.c.Gary E. Miller2016-03-291-1/+1
* Parse Skytraq packets to inbuffer.Gary E. Miller2016-03-291-3/+81
* Add support for stashed partial messagesMichael Brown2016-02-091-2/+76
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-8/+8
* 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