summaryrefslogtreecommitdiff
path: root/test_packet.c
Commit message (Collapse)AuthorAgeFilesLines
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-42/+42
|
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-2/+2
| | | | Note there are some exit(2) instances we bneed to decide what to do with.
* Elimination of gpsd_hexdump_level.Eric S. Raymond2011-06-171-0/+2
| | | | The few gpsd_hexdump() calls left have explicit guards.
* Dead code removal. (This has been replaced by the -e option.)Eric S. Raymond2011-03-041-18/+1
|
* Be more specific in two cites.Eric S. Raymond2011-03-031-2/+2
|
* Bug fixes for RTCM3 decoding. All regression tests pass.Eric S. Raymond2011-03-021-1/+17
| | | | | And the first actually successful decode of a known-good RTCM3 packet, a type 1029.
* Sigh, seems a flush is required.Eric S. Raymond2011-03-021-0/+1
|
* Add a feature and a minor fix to the packet-sniffer tester.Eric S. Raymond2011-03-021-2/+6
|
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-1/+0
|
* More deheader testing.Eric S. Raymond2011-01-121-1/+5
|
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
|
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-7/+8
| | | | | Most of the bulk of this one is the xgpsspeed code, which was not formerly incldecd in reindenting.
* Add a regression test for correct behavior on EOF with empty buffer.Eric S. Raymond2010-04-181-7/+49
|
* Reindent the test programs. All regression tests pass.Eric S. Raymond2010-04-141-19/+26
|
* Ensure that the ISGPS state is always reinitialized on each packet_test() call.Eric S. Raymond2010-03-311-2/+0
| | | | All regression tests pass.
* Factor out a little function to initiaslize the packet tester properly.Eric S. Raymond2010-03-311-0/+1
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
|
* Eliminate more Subversion tracks...Eric S. Raymond2010-03-131-4/+1
| | | | ...converting where appropriate to git references.
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+1
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+301
rename the test programs to test_$(subsystem).c