summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Change the value of the (never shipped) ATTITUDE_SET flag.Eric S. Raymond2010-04-161-2/+1
* Remove unused library support for old-protocol responses other than FIOXY.Eric S. Raymond2010-04-151-1/+1
* Shorten some names for concision, and make C names match JSON names.Eric S. Raymond2010-04-111-9/+9
* Improve and dicument the JSON report for digital compasses.Eric S. Raymond2010-04-111-6/+7
* First cut at JSON output for TNT Revolution device.Eric S. Raymond2010-04-101-5/+4
* Fix the broken handling of our two compass device types in the NMEA driver.Eric S. Raymond2010-04-101-2/+10
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-6/+3
* Another cosmetic tweak.Eric S. Raymond2010-04-081-3/+2
* Bug fix needed for gps_stream(WATCH_DISABLE...) to work.Eric S. Raymond2010-04-081-1/+1
* Cosmetic changes. All regression tests pass.Eric S. Raymond2010-04-081-37/+39
* Safety patch suggested by Jon Schlueter.Eric S. Raymond2010-03-311-1/+1
* Internals of Qt support.Chris Browet2010-03-311-0/+8
* Dead-code removal.Eric S. Raymond2010-03-231-1/+0
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* Use the Vincenty formula rather than the Haversine formula for earth_distance.Chris Kuethe2010-02-271-0/+3
* Improved handling and documentation of AIS type 22 messages.Eric S. Raymond2010-01-301-5/+13
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-175/+175
* 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