summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another Evermore patch from Petr Slansky.Eric S. Raymond2005-07-141-2/+1
* Another step towards RTCM104 integration.Eric S. Raymond2005-07-131-3/+12
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-73/+102
* Show states by name rather than enum value.Eric S. Raymond2005-07-121-2/+67
* Fix some documentation.Eric S. Raymond2005-07-111-1/+2
* Recognize Evermore before TSIP.Eric S. Raymond2005-07-111-44/+50
* Try to prevent false lock onto TSIP.Eric S. Raymond2005-07-111-1/+6
* Splint-clean the iTalk opacket getter.Eric S. Raymond2005-07-111-3/+4
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-3/+77
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-10/+30
* Various documentation fixes.Eric S. Raymond2005-07-071-8/+11
* Tighten up the packet state machine.Eric S. Raymond2005-07-071-4/+7
* Freaking one-character typos...all regression tests pass again.Eric S. Raymond2005-07-061-7/+108
* A step back towards parsing EverMore packets.Eric S. Raymond2005-07-061-4/+10
* Back out Evermore packet parsing.Eric S. Raymond2005-07-061-114/+7
* Make the state machine more strict.Eric S. Raymond2005-07-061-3/+17
* Fix state machine logic to handle both TSIP and Evermore in the same runtime.Eric S. Raymond2005-07-061-21/+20
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+94
* Fix Petr Stransky's bugs.Eric S. Raymond2005-07-061-1/+5
* Make the test main of the packet getter work again.Eric S. Raymond2005-06-291-1/+3
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-16/+4
* Steps towards eliminating FIONREAD.Eric S. Raymond2005-06-281-2/+4
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-6/+13
* Type cleanup.Eric S. Raymond2005-06-101-5/+5
* 41 splint warnings.Eric S. Raymond2005-06-071-0/+4
* 560 splint errors.Eric S. Raymond2005-05-291-29/+28
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-5/+5
* 1485 splint warnings.Eric S. Raymond2005-05-261-7/+7
* Down to 1562 splint warnings.Eric S. Raymond2005-05-261-1/+3
* Rob Janssen writes: Here is my first version of the Trimble TSIP driver.Eric S. Raymond2005-05-251-5/+1
* Condition out some unused code.Eric S. Raymond2005-05-241-0/+2
* Handle packet acceptance more cleanly.Eric S. Raymond2005-05-241-23/+15
* Fix error in TSIP state machine.Eric S. Raymond2005-05-241-2/+12
* Support R=2.Eric S. Raymond2005-05-241-1/+1
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-4/+50
* Correct error in hunt logic.Eric S. Raymond2005-05-241-0/+1
* Fix a serious bug in multi-device operation.Eric S. Raymond2005-05-241-39/+0