summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* flush the input buffer if it gets too full and nothing is detected.Chris Kuethe2009-11-191-0/+6
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-3/+3
* Fix #ifdef TSIP nesting from Chris Adams's TSIP-validation patch.Gary E. Miller2009-11-131-1/+1
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-11-111-5/+5
* improved TSIP validation, from Chris AdamsChris Kuethe2009-11-111-1/+33
* be a little more tolerant of acceptable packet sizeChris Kuethe2009-11-051-1/+1
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-1/+1
* Address Berlios tracker bug #16299: Eric S. Raymond2009-10-121-4/+4
* Fix slightly incorrect information on GLONASS talker IDs.Eric S. Raymond2009-09-221-4/+4
* Accept $GN and $GL NMEA prefixes associated with GLONASS.Eric S. Raymond2009-09-211-1/+7
* Finally found the right set of exclusions to stop splint from choking.Eric S. Raymond2009-09-111-0/+2
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Rename the function to oncore_payload_cksum_length()... Chris Kuethe2009-07-231-7/+8
* More patches by Hakan JohanssonChris Kuethe2009-07-181-35/+37
* move the oncore packet length tester to where it really should be.Chris Kuethe2009-07-181-4/+59
* Make the oncore sniffer use the known lengths of packets.Chris Kuethe2009-07-161-9/+16
* Rough oncore driver.Chris Kuethe2009-07-161-19/+90
* don't return -1 if ((errno == EAGAIN) || (errno == EINTR));Chris Kuethe2009-07-101-0/+1
* how could i have possibly screwed up superstar2 detection so badly?Chris Kuethe2009-07-041-3/+6
* more TSIP fixesChris Kuethe2009-07-021-1/+3
* accept trimble raw measurementsChris Kuethe2009-06-241-1/+1
* Make the packet getter a bit more explicit about checksum failures.Eric S. Raymond2009-06-171-1/+1
* Comment fixes.Eric S. Raymond2009-06-091-6/+12
* Typo fix in comment.Eric S. Raymond2009-06-071-1/+1
* Cope with broken \r\r\n packet trailers from the Jackson Labs Firefly-1a.Eric S. Raymond2009-06-071-0/+6
* Minor splint cleanups.Eric S. Raymond2009-03-271-1/+1
* Explain a tricky issue that might bite us someday.Eric S. Raymond2009-03-271-1/+18
* Significant simplification of the packet-getter interface. Eric S. Raymond2009-03-271-5/+10
* Garmintxt integration patches from Petr Slansky.Eric S. Raymond2009-03-241-4/+32
* Check in AIVDM regression tests for sentence types 1-4.Eric S. Raymond2009-03-151-1/+3
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-3/+8
* splint cleanup.Eric S. Raymond2009-03-041-5/+5
* Quiet down the compiler.Eric S. Raymond2009-03-041-0/+3
* Splint cleanup.Eric S. Raymond2009-01-291-1/+3
* driver for novatel superstar2. Chris Kuethe2009-01-261-0/+64
* Fix misleading comments.Eric S. Raymond2009-01-131-1/+1
* Improve the packet instrumentation slightly.Eric S. Raymond2009-01-121-7/+7
* fix format warningsChris Kuethe2009-01-061-8/+9
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-041-2/+6
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-13/+13
* bunch of fixes to ubx, particularly for the ublox5. from Henk FijnvandraatChris Kuethe2008-10-191-0/+6
* whitespace fixesChris Kuethe2008-08-031-4/+5
* accept tsip packet type 0x48 - system messagesChris Kuethe2008-08-031-0/+4
* also allow trimble packet 0x5a (raw measurements)Chris Kuethe2008-08-031-0/+2
* splint cleanup.Eric S. Raymond2008-07-161-1/+1
* Add a packet.c entry point (actually a macro) for testing... Eric S. Raymond2008-07-151-6/+4
* Avoid erroneously decrementing the input count on a transient error.Eric S. Raymond2008-07-151-5/+11
* Bugs can lurk indefinitely in the damnedest places. Eric S. Raymond2008-07-151-11/+17
* Refactoring step. Eliminate second argument of packet.c::packet_parse().Eric S. Raymond2008-07-151-20/+14