summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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