summaryrefslogtreecommitdiff
path: root/packet_test.c
Commit message (Expand)AuthorAgeFilesLines
* Refactoring step. Eliminate second argument of packet.c::packet_parse().Eric S. Raymond2008-07-151-4/+3
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-0/+12
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-0/+19
* Change the way the RTCM decoding is layered... Eric S. Raymond2006-12-041-2/+1
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-11/+12
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-2/+2
* Quiet down the compiler.Eric S. Raymond2006-11-101-3/+3
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* fix the $Id$ keywords hereChris Kuethe2006-09-211-1/+1
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-1/+4
* Fixes to packet engine from Curt and Josh. Gary E. Miller2005-08-071-1/+1
* Fixed the last EverMore test.Eric S. Raymond2005-08-021-4/+3
* Initializers to C99 form.Eric S. Raymond2005-08-021-79/+79
* Fix some bad naming. Number of TrueNorth channels is 0. Eric S. Raymond2005-08-021-1/+1
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-261-2/+2
* New -t option lets us perform individual regressions.Eric S. Raymond2005-07-261-168/+182
* Repartition code so we can run individual tests.Eric S. Raymond2005-07-261-43/+51
* Return error status if any tests fail.Eric S. Raymond2005-07-261-3/+5
* Petr Slanky's latest Evermore patch and some splint cleanups.Eric S. Raymond2005-07-251-1/+13
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-1/+32
* Another Evermore test from Petr Slansky.Eric S. Raymond2005-07-161-0/+11
* Restore some lost splint cleanups. Stronger regression tests.Eric S. Raymond2005-07-161-13/+13
* Break the packet tester code out into a separate program. Eric S. Raymond2005-07-161-0/+190