summaryrefslogtreecommitdiff
path: root/test/clientlib
Commit message (Collapse)AuthorAgeFilesLines
* Feature removal - delete last remnants of old pre-JSON protocol from libgps.Eric S. Raymond2015-02-222-11/+0
| | | | | All regression tests pass. Clients are working live. PPS observed on Macx-1.
* Revert the change abolishing the "pps" policy flag, it broke gpsmon client mode.Eric S. Raymond2015-02-021-1/+1
| | | | All regression tests pass.
* PPS is no kinger marked unstable/experimental.Eric S. Raymond2014-08-231-1/+1
|
* Device list fully moved out of terminal union; all regression tests pass.Eric S. Raymond2014-08-231-1/+3
|
* ppsbar -> pps.Eric S. Raymond2013-11-131-1/+1
| | | | All regression tests pass. PPS is live in both gpsd and gpsmon.
* A regression test had to be rebuilt to track the ppsbar library change.Eric S. Raymond2013-11-101-1/+1
| | | | All regression tests pass, PPS is live.
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-1/+1
| | | | All regression tests pass.
* Centralize the C client library's flag setting.Eric S. Raymond2011-04-151-3/+1
| | | | This squeezes out a couple of minor errors due to unset flag fields.
* Garbage-collect the client-side *SET flags.Eric S. Raymond2011-02-032-2/+2
|
* Fix a minor glitch in the client-side debugging instrumentation.Eric S. Raymond2009-12-011-1/+1
|
* Enable handling of multiple JSON objectts per line, and add a test for it.Eric S. Raymond2009-11-293-0/+7
|
* Create a regression-test framework for the client library...Eric S. Raymond2009-11-252-0/+10
...directly parallel to that for the daemon.