summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second refactoring step towards putting packet sniffing in the main loop.Eric S. Raymond2005-05-241-16/+26
* Various driver fixes and cleanups from Rob Janssen.Eric S. Raymond2005-05-221-1/+0
* Clean up and condition some code.Eric S. Raymond2005-05-151-7/+23
* Fix for the other piece of Remco's bug.Eric S. Raymond2005-05-151-48/+66
* Make sure Zodiac packets can't overrun the buffer.Eric S. Raymond2005-05-111-5/+5
* Restore sliding-window behavior...Eric S. Raymond2005-05-091-1/+5
* Fixes for the Zodiac driver. Beginning of PPS patch (conditioned out).Eric S. Raymond2005-05-091-30/+52
* Add some instrumentation so we can diagnose Andreas Brauchli's bug.Eric S. Raymond2005-05-081-3/+5
* Good state transition for a GPS that starts out in Zodiac mode.Eric S. Raymond2005-05-081-0/+4
* Avoid eating the processor when hunting for a baud rate.Eric S. Raymond2005-05-011-1/+10
* Correct a bug in the state machine.Eric S. Raymond2005-03-311-2/+2
* OK, let's try this again. Only you can prevent malicious buffer overruns!Eric S. Raymond2005-03-311-1/+1
* Accept the IN talker ID.Eric S. Raymond2005-03-301-3/+13
* Recognize both GP and II packet leaders.Eric S. Raymond2005-03-291-40/+52
* Make the talker ID prefix a compile-time parameter.Eric S. Raymond2005-03-291-2/+2
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-6/+6
* Big structure reorganization.Eric S. Raymond2005-03-221-2/+2
* Fix some bugs in feature conditionalization.Eric S. Raymond2005-03-181-1/+1
* Zodiac checksumming now works. This probably means the driver works again, Eric S. Raymond2005-03-171-34/+45
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-66/+176
* Increase the packet_sniffer timeout.Eric S. Raymond2005-03-161-1/+9
* N command is now fully implemented.Eric S. Raymond2005-03-151-54/+6
* Push back the packet that packet_sniff syncs up on. More gpsfake improvements.Eric S. Raymond2005-03-151-1/+12
* Enhancements to gpsfake, and an NMEA packet fix.Eric S. Raymond2005-03-151-2/+9
* Prevent input from overrunning the packet buffer.Eric S. Raymond2005-03-141-2/+8
* Quiet down the compiler.Eric S. Raymond2005-03-141-2/+2
* Packet engine rewrite to make automatic reconnect work again.Eric S. Raymond2005-03-141-200/+394
* Push packet-IO dumping down one debug level.Eric S. Raymond2005-03-101-10/+10
* All timestamps are now millisecond resolution or better.Eric S. Raymond2005-03-051-5/+2
* Enable profiling all the time by default.Eric S. Raymond2005-03-011-16/+0
* Compile correctly with profiling on.Eric S. Raymond2005-03-011-1/+0
* Move the profiling hooks into the packet engine, where they areEric S. Raymond2005-03-011-0/+23
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-1/+1
* Packet engine now copes gracefully when reads span packet boundaries.Eric S. Raymond2005-02-281-30/+42
* Try to make TripMate and Earthmate work again. nmea_handle_input() nowEric S. Raymond2005-02-251-0/+16
* Expose another packet-engine entry point.Eric S. Raymond2005-02-251-78/+78
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-53/+30