summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Total splint cleanup. All regressionm tests pass.Eric S. Raymond2010-12-161-1/+1
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-151-1/+0
* missing headers for openbsdChris Kuethe2010-12-141-0/+2
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-9/+1
* Wow, I totally baked the geostar import...Chris Kuethe2010-12-111-0/+91
* update inbufptr when skipping NMEA junkChris Kuethe2010-12-111-2/+6
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-2/+0
* trailing whitespace cleanupJon Schlueter2010-11-061-11/+11
* Accept AIVDO as well as AIVDM packets.Eric S. Raymond2010-10-091-0/+2
* Backing out the 16-byte read limit, as it breaks the regression tests.Eric S. Raymond2010-05-311-24/+1
* Limit reads in packet_get to 16 bytes.Jon Schlueter2010-05-281-1/+24
* Better detection of mangled checksums.Eric S. Raymond2010-05-091-1/+2
* Clean up a mangled comment.Eric S. Raymond2010-05-091-3/+7
* splint cleanup.Eric S. Raymond2010-05-081-0/+2
* Make packet sniffer pass packets with bad checksums with type BAD_PACKET.Eric S. Raymond2010-05-081-1/+13
* Packetize Ashtech $PAHSRs correctly despite embedded binary content.Eric S. Raymond2010-05-061-1/+57
* Scatter GNU indent pragmas to tell it not to do stupid things.Eric S. Raymond2010-04-141-2/+3
* Reindented the packet sniffer an ISGPS code. All regression tests pass.Eric S. Raymond2010-04-141-225/+240
* compile with ubx on and nmea offChris Kuethe2010-04-101-0/+2
* fix compile with tsip disabledChris Kuethe2010-04-101-0/+2
* More spin-detection instrumentation.Eric S. Raymond2010-04-061-0/+3
* Pacify splint.Eric S. Raymond2010-04-041-2/+2
* Ensure that the ISGPS state is always reinitialized on each packet_test() call.Eric S. Raymond2010-03-311-0/+1
* Factor out a little function to initiaslize the packet tester properly.Eric S. Raymond2010-03-311-0/+6
* Furthr simplification of Superstar2 checksum code. All regression tess pass.Eric S. Raymond2010-03-291-3/+4
* Simplify the checksum computation for Superstar2. All regression tests pass.Eric S. Raymond2010-03-291-2/+1
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+4
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-2/+8
* Fix a truly obscure bug in the packet getter.Eric S. Raymond2009-12-061-4/+8
* 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