summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* splint cleanup.Eric S. Raymond2009-11-191-3/+3
* Work around, and document, a subtle limitation of libgps.Eric S. Raymond2009-11-191-2/+3
* Fix an incorrect attempt to clear union state flags.Eric S. Raymond2009-11-191-5/+15
* Fix up some regression tests to track a recent API change.Eric S. Raymond2009-11-191-2/+2
* End pointer returned by the JSON parser needs to be passed back up...Eric S. Raymond2009-11-181-1/+1
* Improved instrumentation.Eric S. Raymond2009-11-181-17/+28
* Instrumentation for the client library.Eric S. Raymond2009-11-181-51/+80
* Documentatyion and FAQ improvements.Eric S. Raymond2009-11-181-9/+13
* Avoid doing some invalid buffer copies that can cause really obscure errors.Eric S. Raymond2009-11-171-1/+1
* 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