summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make gps_stream do the right thing when a raw hook is set.Eric S. Raymond2009-08-222-6/+12
* Explain differences in new protocol's theory of operation.Eric S. Raymond2009-08-221-3/+23
* More for the transition document.Eric S. Raymond2009-08-221-10/+87
* Here's the start of the protocol-transition document.Eric S. Raymond2009-08-221-0/+104
* Introduce gps_stream() in the client API...Eric S. Raymond2009-08-226-3/+41
* Checkpoint before major surgery on gps.h. All regression tests pass.Eric S. Raymond2009-08-223-31/+48
* Add a bit of detail about the ND100 and its buggy firmware.Chris Kuethe2009-08-211-3/+14
* Things that aren't macros should not be named like macros.Eric S. Raymond2009-08-201-65/+70
* Updated techdoc link, thanks to Rick Richardson.Eric S. Raymond2009-08-191-1/+1
* Parsing of JSON VERSION response, with unit test.Eric S. Raymond2009-08-196-9/+55
* Update an explanatory comment.Eric S. Raymond2009-08-191-4/+8
* Remove enumerated-flags feature from JSON parser.Eric S. Raymond2009-08-192-50/+6
* Typo fix and removal of dead structure.Eric S. Raymond2009-08-192-8/+1
* Ship device flags as integer rather than string list.Eric S. Raymond2009-08-196-33/+62
* Change some flag names.Eric S. Raymond2009-08-193-9/+9
* Checkpoint before simplifying JSON parser.Eric S. Raymond2009-08-192-17/+30
* JSON parser can now unpack JSON lists into structure arrays.Eric S. Raymond2009-08-194-50/+169
* Hide an argument that doesn't need to be exposed.Eric S. Raymond2009-08-195-10/+15
* Removed unused member.Eric S. Raymond2009-08-191-1/+0
* Change enumerated array JSON type to yield a bitmask rather than an array.Eric S. Raymond2009-08-195-55/+28
* Library parse code, and unit test, for DEVICE responses.Eric S. Raymond2009-08-193-13/+46
* Give the JSON parser the ability to map strings to enumerated types.Eric S. Raymond2009-08-193-3/+74
* Checkpoint before giving the JSON parses a notion of enumerated types.Eric S. Raymond2009-08-193-9/+18
* Cleanups made possible by last refactoring.Eric S. Raymond2009-08-184-6/+7
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-187-110/+101
* Typo fix.Eric S. Raymond2009-08-181-1/+1
* Correct an example.Eric S. Raymond2009-08-181-2/+2
* More work on client-side JSON.Eric S. Raymond2009-08-184-12/+47
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-187-27/+47
* Make the two different kinds of DEVICE notation conformable.Eric S. Raymond2009-08-184-2/+10
* More steps towards ?DEVICES decoding - refactor code.Eric S. Raymond2009-08-185-54/+73
* Delimit a version report field properly.Eric S. Raymond2009-08-181-1/+1
* Halfway to parsing ?DEVICES.Eric S. Raymond2009-08-184-1/+31
* Set validity masks properly on the client side.Eric S. Raymond2009-08-181-3/+39
* Major step towards GPSD-NG support in the client library.Eric S. Raymond2009-08-185-98/+120
* Step one in making the client library speak new protocol.Eric S. Raymond2009-08-184-11/+25
* Document an advantage of the new protocol.Eric S. Raymond2009-08-181-0/+9
* Tighten up the logic for closing devices.Eric S. Raymond2009-08-171-13/+17
* Ensure that new-style watchers see new devices as they are added.Eric S. Raymond2009-08-171-0/+6
* Add cycle-time reporting and setting to new protocol. Eric S. Raymond2009-08-175-24/+66
* Add code for changing modes in devconfig.Eric S. Raymond2009-08-171-3/+4
* Switch regression tests and gpsfake over to new protocol.Eric S. Raymond2009-08-1740-2883/+2880
* Prepare to switch regression tests over to using new protocol.Eric S. Raymond2009-08-172-2/+8
* Skip unallocated devices when watching.Eric S. Raymond2009-08-171-1/+2
* Big simplification of GPSD_NG interface. Eric S. Raymond2009-08-176-372/+90
* gpsd_poll() now asserts the DEVICE_SET bit... Eric S. Raymond2009-08-171-1/+11
* Don't let error messages step on other progress indications.Eric S. Raymond2009-08-151-4/+4
* Simplify the regression-test driver a bit...Eric S. Raymond2009-08-142-4/+4
* Fix the regression-test driver and the tests.Eric S. Raymond2009-08-1441-1637/+1987
* Back out recent breakage in the Python binding that didn't work.Eric S. Raymond2009-08-141-72/+33