summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* First version of new packet engine -- not yet integrated, onlyEric S. Raymond2005-02-251-0/+375