summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* This patch fixes the end-of-test flakiness in the regression tests... Eric S. Raymond2009-10-0111-63/+24
* Fix altitude interpretation in SiRF binary.Eric S. Raymond2009-10-014-12/+15
* Have a single point of truth in the JSON skyview reports...Eric S. Raymond2009-10-0136-607/+607
* Fix computation of epx and epy from eph.Eric S. Raymond2009-09-305-41/+41
* Move climb computation from the NMEA driver to the error modeler.Eric S. Raymond2009-09-3017-310/+310
* Remove some obsolete rate-limiting and clean up some report generation.Eric S. Raymond2009-09-296-119/+418
* Another AIS type 8 regression test.Eric S. Raymond2009-09-242-0/+11
* Another regression test for AIS message type 18.Eric S. Raymond2009-09-242-9/+41
* Two more AIS regression tests, type 7 and 10.Eric S. Raymond2009-09-242-1/+20
* We now have regression tests for AIS Type 15 and 20 messages.Eric S. Raymond2009-09-242-2/+43
* AIS message type 21 now has a regression test.Eric S. Raymond2009-09-232-16/+41
* Fix a glitch in dumping of device subtypes.Eric S. Raymond2009-09-211-0/+1
* Heads up, Chris! - Eric S. Raymond2009-09-211-6/+6
* Use xdop and ydop for horizontal error estimates, not hdop.Eric S. Raymond2009-09-2030-775/+775
* AIVDM is a textual packet type. Treat it uniformly as one.Eric S. Raymond2009-09-171-0/+42
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-2/+0
* SKY response now includes DOP reports.Eric S. Raymond2009-09-1536-536/+534
* Changing a guard in gpsd_binary_dump() gets rid of a bunch of junk GSAs...Eric S. Raymond2009-09-157-224/+90
* Separate DOP flags are gone.Eric S. Raymond2009-09-153-122/+122
* Rebuild a regression test.Eric S. Raymond2009-09-151-48/+24
* Enforcing single-point-of-truth pays off; this changes eliminates spuriousEric S. Raymond2009-09-151-22/+0
* Revert incorrect part of previous commit.Eric S. Raymond2009-09-1314-21/+21
* TSIP driver was a bit too ambitious about setting mode from skyview;Eric S. Raymond2009-09-133-306/+154
* RMC and GLL emit valid time even when navigation warning is on.Eric S. Raymond2009-09-1129-1594/+695
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-2/+2
* We don't have to collect cycle-time and start-of-cycle... Eric S. Raymond2009-09-0925-45/+0
* Add regression test for Navcom chips.Eric S. Raymond2009-09-092-0/+198
* Fixed a bug in the cycle-signaling code for SiRF. Eric S. Raymond2009-09-093-16/+676
* Reliable cycle-start indication for almost all drivers.Eric S. Raymond2009-09-093-39/+198
* Conforming JSON libraries don't like leading zeros on numeric literals.Eric S. Raymond2009-09-092-8/+8
* Trying to use the Python standard library JSON parser... Eric S. Raymond2009-09-093-25/+25
* Stop interpreting SiRF GND.Eric S. Raymond2009-09-095-323/+54
* Note a strange phenomenon in one of the logs.Eric S. Raymond2009-09-081-0/+3
* Improve synthetic test load for AIS unit test. Eric S. Raymond2009-09-071-0/+22
* Reversed earlier change of MMSI to a string.Eric S. Raymond2009-09-072-41/+41
* Rebuild three tests, there was a typo in $GPGBS output. Ignore RTCM3.Eric S. Raymond2009-09-053-40/+40
* When faking NMEA, ship error estimates as NMEA-standard $GPGBS. Eric S. Raymond2009-09-057-195/+40
* Add some things inadvertently omitted from the repo.Eric S. Raymond2009-09-041-0/+174
* Add annotations to several regression loads and the capability file.Eric S. Raymond2009-09-047-9/+5
* Refactor so RTCM2 dumping is done with the other kinds in gpsd.c. Eric S. Raymond2009-09-041-24/+5
* Bring the AIVDM regression test up to date.Eric S. Raymond2009-09-031-2/+1
* $GPGBS processing is successful at the driver level.Eric S. Raymond2009-09-031-175/+0
* New protocol now reports epx and epy separately. Eric S. Raymond2009-09-0330-1829/+1829
* Fix dumping of AIS message 19 (dte was missing). Eric S. Raymond2009-09-012-1/+1
* Added mixed AIS/GPS testload.Eric S. Raymond2009-08-312-0/+327
* Change the check file in the AIVDM regression test to use unscaled CSV.Eric S. Raymond2009-08-281-12/+12
* Regularize some JSON attribute names.Eric S. Raymond2009-08-281-1/+1
* RTCM2 JSON decoiding is verified and has a full regression test.Eric S. Raymond2009-08-281-1/+1
* JSON decoding for RTCM2 types 3, 7, and 16 is verified.Eric S. Raymond2009-08-281-1/+1
* Use enumerated string values for the "system" field in RTCM2 type 4 messages.Eric S. Raymond2009-08-281-0/+10