summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Declare socket-valued ints as socket_t.Eric S. Raymond2009-12-311-1/+9
* Bump major API version. Seems I managed to forget to do this since 2.39.Eric S. Raymond2009-12-241-6/+1
* Support for AIS type 25 and 26 messages.Eric S. Raymond2009-12-191-0/+21
* Arrgh. I confused ERR_SET with ERROR_SET in a couple of places.Eric S. Raymond2009-12-181-1/+0
* Fix AIS dumping of altitude and speed in SAR report.Eric S. Raymond2009-12-181-1/+3
* Add POLL_NONBLOCK flag to the C API. Document all flags.Eric S. Raymond2009-12-091-0/+1
* Document the new async-read behavior.Eric S. Raymond2009-12-091-1/+1
* Introduce new argunent WATCH_DEVICE to the stream-option-control entry point... Eric S. Raymond2009-12-061-10/+13
* Add non-blocking check for data waiting from the daemon to the C and C++ APIs.Eric S. Raymond2009-12-051-0/+1
* Change the library private data member to void *...Eric S. Raymond2009-12-031-5/+4
* Introduce ENABLE_RARE flag for gps_STREAM(); gpspipe() will need it.Eric S. Raymond2009-12-031-4/+5
* gpspipe exposed an orthogonality failure.Eric S. Raymond2009-12-031-10/+12
* Thread-hook support and documentation removed.Eric S. Raymond2009-11-291-3/+0
* Corrections to the AIS specification, and one fieldname.Eric S. Raymond2009-11-261-1/+1
* Remove incorrect comment.Eric S. Raymond2009-11-201-1/+1
* Client library debugging can now nbe enabled at runtime.Eric S. Raymond2009-11-201-0/+2
* Work around, and document, a subtle limitation of libgps.Eric S. Raymond2009-11-191-2/+3
* Keep validity flags for the client-side union in a valid state.Eric S. Raymond2009-11-181-2/+3
* Comment fix.Eric S. Raymond2009-11-171-1/+1
* Comment typo fix.Eric S. Raymond2009-11-121-1/+1
* The new instrumentation pays off. Eric S. Raymond2009-10-021-1/+3
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-1/+1
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-1/+1
* Clean up the daemon mask values. All regressions pass.Eric S. Raymond2009-09-301-15/+15
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-20/+10
* Beginning of revised profiling facility.Eric S. Raymond2009-09-291-0/+1
* Remove a flag associated with the old profiling feature.Eric S. Raymond2009-09-291-1/+0
* Regression fixed. All tests pass. Code splints clean.Eric S. Raymond2009-09-251-0/+1
* Improvements to the logic for TIMINGS.Eric S. Raymond2009-09-241-1/+1
* C and Python libraries now speak both new and old protocol... Eric S. Raymond2009-09-241-1/+5
* Better description of new Python API. Eric S. Raymond2009-09-241-1/+1
* Get rid of a trick macro that's not actually needed.Eric S. Raymond2009-09-241-1/+0
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-1/+1
* gps_query() is removed.Eric S. Raymond2009-09-231-1/+0
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-0/+1
* New protocol can now ship profiling information, like old $.Eric S. Raymond2009-09-231-0/+1
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-221-1/+16
* Separate WATCH_NMEA from WATCH_RAW in the visible API.Eric S. Raymond2009-09-211-4/+5
* Ensure that the C and Python flag masks are consistent.Eric S. Raymond2009-09-201-1/+1
* Make a re-entrance-friendly version of gps_open().Eric S. Raymond2009-09-191-1/+3
* Add ckuethe's most requested JSON feature: WATCH a specified single device only.Eric S. Raymond2009-09-191-1/+2
* Daemon now has its own version symbols for the wire protocol...Eric S. Raymond2009-09-181-2/+2
* The NMEA-dump flags is now properly separated from the raw flag. Eric S. Raymond2009-09-181-3/+4
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-5/+5
* SKY response now includes DOP reports.Eric S. Raymond2009-09-151-1/+1
* Separate DOP flags are gone.Eric S. Raymond2009-09-151-10/+5
* Give DOPs their own structure...Eric S. Raymond2009-09-151-1/+6
* J command and switch are gone.Eric S. Raymond2009-09-111-3/+1
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-1/+2
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-3/+3