summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
...
* Good day to be fixing TSIP.Chris Kuethe2006-12-221-11/+15
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-0/+78
* Diego Burge's driver builds, but it messes up some regression tests...Eric S. Raymond2006-12-151-0/+72
* Fix a packet-sniffer bug in comment processing. With this, gpscat acquires Eric S. Raymond2006-12-071-2/+2
* Fix a bug in the processing of comment packets.Eric S. Raymond2006-12-071-0/+1
* The TSIP problem is solved.Eric S. Raymond2006-12-061-34/+21
* Another step toward a Python wrapper for packet.c.Eric S. Raymond2006-12-051-5/+13
* Change the way the RTCM decoding is layered... Eric S. Raymond2006-12-041-21/+58
* Fix ALLOW_RECONFIGURE compilation.Eric S. Raymond2006-12-011-1/+14
* Some name changes in formal arguments, No logic changes,Eric S. Raymond2006-11-301-277/+279
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-180/+180
* Wrong size for packet 0x42. Found while testing regression tests.Chris Kuethe2006-11-291-1/+1
* fix detection of packet 0x46Chris Kuethe2006-11-271-1/+1
* allow TSIP "super-packets"Chris Kuethe2006-11-261-1/+3
* comment out unnecessary log - a similar log is now emitted by tsip.cChris Kuethe2006-11-251-0/+2
* move a log statement so that there is a clear indication of whether aChris Kuethe2006-11-251-4/+4
* Recognize a few more packet types and log when we reject a packetChris Kuethe2006-11-251-2/+9
* TSIP works againChris Kuethe2006-11-251-8/+35
* fix single-protocol build for garminChris Kuethe2006-11-151-2/+3
* move the braces inside the ifdef to make it easier to count bracketsChris Kuethe2006-11-151-7/+13
* squelch unused variables in TSIP-only compilesChris Kuethe2006-11-151-1/+2
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-2/+2
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-1/+1
* Define uniform log level macros.Eric S. Raymond2006-11-021-14/+16
* 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