summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* making italk have a better chance of working. at least it detects packets now.Chris Kuethe2006-11-021-16/+16
* Convert garmin_usb to run in serial emulation mode...Gary E. Miller2006-10-301-0/+1
* Packet cleanup from Petr Slansky.Eric S. Raymond2006-10-291-4/+0
* splint cleanup.Eric S. Raymond2006-10-271-1/+3
* The ugly code for recognizing DLE-led packets...Eric S. Raymond2006-10-271-125/+144
* The second character if the iTalk leader is '!'Chris Kuethe2006-10-271-1/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-2/+2
* Partial splint cleanup.Eric S. Raymond2006-10-261-5/+6
* Update some documentation.Eric S. Raymond2006-10-241-1/+1
* Improve Garmin Serial binary detection by reducing TSIP false positives.Gary E. Miller2006-10-091-12/+48
* Fix GPGSV output, tweak the file commentsGary E. Miller2006-09-271-1/+1
* Now usually detects Garmin Serial binary and calls proper driver. Gary E. Miller2006-09-261-8/+7
* Garmin serial binary is very similar to TSIP binary.Gary E. Miller2006-09-261-9/+58
* remove redundant toupper() calls...Chris Kuethe2006-09-231-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-11/+11
* SiRF name cleanup.Chris Kuethe2006-08-171-6/+6
* Jerome Cornet's cleaner fix for the Earthmate.Eric S. Raymond2006-08-161-7/+0
* Kluge to make pre-2003 Earthmates with EARTHA handshake work again.Eric S. Raymond2006-08-161-0/+7
* More documentation fixes.Eric S. Raymond2006-07-221-2/+2
* Make gpsfake use a port that doesn't collide with a production gpsd.Eric S. Raymond2006-06-091-1/+1
* More typo fixes.Eric S. Raymond2006-02-181-1/+1
* Enable eveything to build when RTCM104 is configured out.Eric S. Raymond2005-12-201-0/+2
* Small correction in case packet_pushback is ever actuallly used.Eric S. Raymond2005-09-141-0/+1
* Well, this doesn't make things any worse for me...Chris Kuethe2005-08-191-3/+1
* Changes to read() error handling.Chris Kuethe2005-08-191-3/+11
* Fixes to packet engine from Curt and Josh. Gary E. Miller2005-08-071-41/+31
* More fixes for the short-packet logic.Eric S. Raymond2005-08-021-3/+3
* Major change to packet parser -- it now returns the *first* packet recognized.Eric S. Raymond2005-08-021-15/+33
* Fix some bad naming. Number of TrueNorth channels is 0. Eric S. Raymond2005-08-021-2/+2
* True North support integrated.Eric S. Raymond2005-08-011-1/+13
* Packetizing RTCM revealed a bug deep in the framework code. Eric S. Raymond2005-07-261-1/+1
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-1/+2
* OK, this version both passes packet regression and gets partwayEric S. Raymond2005-07-261-30/+30
* splint cleanup.Eric S. Raymond2005-07-261-12/+12
* Discarding entire packets on return to ground state makes RTCM work...Eric S. Raymond2005-07-261-13/+14
* A large step towards automatically syncing with RTCM streams.Eric S. Raymond2005-07-261-16/+81
* More separation of the low-level decoder.Eric S. Raymond2005-07-241-3/+1
* More instrumentation from Petr.Eric S. Raymond2005-07-221-33/+5
* Move RTCM initialization to the right spot. Passes all regression tests.Eric S. Raymond2005-07-211-0/+3
* Fix some bugs in the RTCM104 interface.Eric S. Raymond2005-07-211-28/+3
* Get rid of statetable.el...Eric S. Raymond2005-07-201-190/+3
* More debugging machinery for RTCM tests.Eric S. Raymond2005-07-201-6/+15
* More steps towards getting the packet state machine to recognize RTCM.Eric S. Raymond2005-07-191-5/+7
* One more step in teaching the packet getter to grok RTCM.Eric S. Raymond2005-07-181-43/+50
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-14/+14
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-1/+1
* Do consistent naming and some splint cleaning.Eric S. Raymond2005-07-161-3/+3
* Break the packet tester code out into a separate program. Eric S. Raymond2005-07-161-273/+111
* rtcm.c is properly refactored, with the bitfield layouts hidden.Eric S. Raymond2005-07-161-1/+1