Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Significant simplification of the packet-getter interface. | Eric S. Raymond | 2009-03-27 | 1 | -11/+3 |
| | | | | | | | | packet_get() now always returns nonzero when it could either read fresh data or assemble a packet from data already read and buffered -- no more returning 0 when it has assembled a packet from buffered data but can't read any new data. I suspect this may have been causing subtle bugs. | ||||
* | Fix buggy termination test, | Eric S. Raymond | 2009-01-13 | 1 | -2/+4 |
| | |||||
* | Improve the packet instrumentation slightly. | Eric S. Raymond | 2009-01-12 | 1 | -0/+4 |
| | |||||
* | Update the list of packet type defines. Plain RTCM_PACKET is gone. | Eric S. Raymond | 2009-01-07 | 1 | -1/+6 |
| | |||||
* | Revert previous EOF_PACKET change, it was a bad idea. | Eric S. Raymond | 2008-07-14 | 1 | -2/+2 |
| | |||||
* | Packet state machine now recognizes RTCM3 packets correctly. | Eric S. Raymond | 2008-07-13 | 1 | -1/+2 |
| | | | | | | Update the packet regression test load. Introduce new EOF_PACKET type to signal that the packet getter sees EOF. All regression tests pass. | ||||
* | Fix gpscat to dump binary packets correctly. | Eric S. Raymond | 2008-07-12 | 1 | -1/+5 |
| | | | | Reenable some debugging in the packet getter, and add a bit more. | ||||
* | Add verbosity option to gpscat. | Eric S. Raymond | 2008-07-12 | 1 | -1/+1 |
| | |||||
* | More namespace shuffles preparing for RTCM3. | Eric S. Raymond | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | Name change. | Eric S. Raymond | 2006-12-07 | 1 | -46/+44 |
| | |||||
* | Give gpspacket.c a real doc string. | Eric S. Raymond | 2006-12-07 | 1 | -2/+18 |
| | |||||
* | This version works of gpspacket.c works and allows us to set a callback. | Eric S. Raymond | 2006-12-07 | 1 | -16/+5 |
| | |||||
* | Another patch from Andreas. | Eric S. Raymond | 2006-12-07 | 1 | -5/+71 |
| | |||||
* | Followed some advice from Andreas Stricker. | Eric S. Raymond | 2006-12-06 | 1 | -15/+1 |
| | |||||
* | Patch suggested by Andreas Stricker. | Eric S. Raymond | 2006-12-06 | 1 | -3/+10 |
| | |||||
* | Another step toward a Python wrapper for packet.c. | Eric S. Raymond | 2006-12-05 | 1 | -1/+3 |
| | | | | | gpscat now has an option that tried to invoke it. All regression tests pass. | ||||
* | Add $Id$ tag | Chris Kuethe | 2006-12-05 | 1 | -0/+1 |
| | |||||
* | First cut at a Python binding for the packet.c module. | Eric S. Raymond | 2006-12-04 | 1 | -0/+195 |
It builds and imports without errors, but has not been tested yet. |