summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-1/+0
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-6/+6
* Fix computation of epx and epy from eph.Eric S. Raymond2009-09-301-1/+1
* Get rid of some remnants of profiling code.Eric S. Raymond2009-09-291-5/+0
* Profiling is no longer supported through the old interface.Eric S. Raymond2009-09-291-18/+0
* GPSD-NG code is no longer experimental.Eric S. Raymond2009-09-271-8/+4
* C and Python libraries now speak both new and old protocol... Eric S. Raymond2009-09-241-30/+38
* Correct an error in the libgps test main.Eric S. Raymond2009-09-241-2/+2
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-3/+3
* gps_query() is removed.Eric S. Raymond2009-09-231-16/+0
* More splint cleanup.Eric S. Raymond2009-09-231-1/+1
* splint and typo cleanup.Eric S. Raymond2009-09-231-1/+1
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-4/+23
* hdop = sqrt(xdop**2 + ydop**2); Eric S. Raymond2009-09-221-2/+2
* Separate WATCH_NMEA from WATCH_RAW in the visible API.Eric S. Raymond2009-09-211-1/+5
* Make a re-entrance-friendly version of gps_open().Eric S. Raymond2009-09-191-9/+18
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-6/+6
* Separate DOP flags are gone.Eric S. Raymond2009-09-151-2/+2
* Give DOPs their own structure...Eric S. Raymond2009-09-151-9/+9
* J command and switch are gone.Eric S. Raymond2009-09-111-10/+2
* Correct some splint annotations.Eric S. Raymond2009-09-111-1/+1
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Return of Splint Cleanup.Eric S. Raymond2009-09-101-8/+11
* Splint Cleanup Meets Billy The Kid. All regression tests pass.Eric S. Raymond2009-09-101-1/+1
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-2/+3
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-6/+6
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+1
* Ensure we set flag masks correctly for obscure E and Q commands.Eric S. Raymond2009-09-031-1/+2
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-4/+6
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-0/+8
* Introduce and document optional "enable" in ?WATCH.Eric S. Raymond2009-08-241-16/+37
* xgps works with new protocol.Eric S. Raymond2009-08-241-1/+1
* Banish fatal error in xgps.Eric S. Raymond2009-08-241-1/+1
* Update dump of union member sizes.Eric S. Raymond2009-08-231-8/+9
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-23/+15
* Add flags argument to gps_stream().Eric S. Raymond2009-08-221-9/+17
* Make gps_stream do the right thing when a raw hook is set.Eric S. Raymond2009-08-221-2/+8
* Introduce gps_stream() in the client API...Eric S. Raymond2009-08-221-0/+10
* Checkpoint before major surgery on gps.h. All regression tests pass.Eric S. Raymond2009-08-221-6/+8
* Parsing of JSON VERSION response, with unit test.Eric S. Raymond2009-08-191-3/+4
* Cleanups made possible by last refactoring.Eric S. Raymond2009-08-181-1/+1
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-181-31/+23
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-181-1/+1
* Halfway to parsing ?DEVICES.Eric S. Raymond2009-08-181-0/+1
* Major step towards GPSD-NG support in the client library.Eric S. Raymond2009-08-181-12/+1
* Step one in making the client library speak new protocol.Eric S. Raymond2009-08-181-9/+20
* GPSD-NG commands without object arguments now require an ending ';' delimiter.Eric S. Raymond2009-08-111-2/+3
* Thinko fix.Eric S. Raymond2009-07-291-2/+2
* Update client library to read current JSON - not yet tested.Eric S. Raymond2009-07-291-15/+15
* More JSON refactoring - prepare the client libary to use it.Eric S. Raymond2009-07-211-329/+344