summaryrefslogtreecommitdiff
path: root/libgps.xml
Commit message (Expand)AuthorAgeFilesLines
* Documentation tweaks.Eric S. Raymond2011-03-021-5/+6
* Tell the compiler that gos_errstr() ia an observer.Eric S. Raymond2011-03-011-1/+1
* Mention the WATCH_SCALED also applies to Subframe data.Gary E. Miller2011-02-191-2/+2
* Correct an error pointed out by Danny Backx.Eric S. Raymond2011-02-021-1/+1
* Extensive polishing for the website.Charles Curley2011-02-021-1/+1
* Minor update.Eric S. Raymond2011-01-261-3/+5
* Update a manual page to reflect reality.Eric S. Raymond2011-01-261-44/+46
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-17/+0
* Bring gps_read()'s return-code in sync with its manual entry.David Favro2010-11-091-4/+5
* Carry through and document the poll() -> read() change.Eric S. Raymond2010-07-141-17/+16
* First round of changes for API major version 5:Eric S. Raymond2010-07-131-9/+3
* Typo fix.Eric S. Raymond2010-06-081-1/+1
* libgps.a splits in half, becomes libgps.a + libgpsd.aEric S. Raymond2010-04-181-12/+3
* Remove some fossil artifacts.Eric S. Raymond2010-03-301-1/+0
* Merge branch 'master' of git.berlios.de:/gitroot/gpsdBernd Zeimetz2010-03-301-2/+3
|\
| * gps_poll() now indicates when the daemon socket closes from the other side.Eric S. Raymond2010-03-271-2/+3
* | Fix two spelling mistakes in the libgps manpage.Bernd Zeimetz2010-03-301-2/+2
|/
* Tweak some DocBook meta headers to quiet down the build.Eric S. Raymond2010-03-251-1/+2
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+4
* Small IPv6 cleanups. All regression tests pass.Eric S. Raymond2010-01-131-1/+0
* Document IPv6 support.Eric S. Raymond2010-01-131-4/+5
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-1/+3
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-2/+2
* Documentation update; we can't get multiple responses per poll any more.Eric S. Raymond2009-12-101-10/+5
* Add POLL_NONBLOCK flag to the C API. Document all flags.Eric S. Raymond2009-12-091-4/+84
* Markup fix.Eric S. Raymond2009-12-061-0/+1
* rtcm2_unpack() is no longer part of the core client library.Eric S. Raymond2009-12-061-19/+0
* Add non-blocking check for data waiting from the daemon to the C and C++ APIs.Eric S. Raymond2009-12-051-0/+12
* gpspipe exposed an orthogonality failure.Eric S. Raymond2009-12-031-2/+2
* Thread-hook support and documentation removed.Eric S. Raymond2009-11-291-41/+1
* Typo fix.Eric S. Raymond2009-11-191-1/+1
* Work around, and document, a subtle limitation of libgps.Eric S. Raymond2009-11-191-1/+25
* gps_stream has a third argument now.Eric S. Raymond2009-09-241-1/+1
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-1/+3
* Typo fix. Codebase splints clean. All regression tests pass.Eric S. Raymond2009-09-231-2/+3
* gps_query() is removed.Eric S. Raymond2009-09-231-30/+23
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-9/+27
* Make a re-entrance-friendly version of gps_open().Eric S. Raymond2009-09-191-0/+11
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-2/+4
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-0/+8
* Add flags argument to gps_stream().Eric S. Raymond2009-08-221-1/+5
* Introduce gps_stream() in the client API...Eric S. Raymond2009-08-221-1/+13
* Documentation updates anticipating the v4 protocol change.Eric S. Raymond2009-02-131-2/+2
* Add some documentation on how to cope with the upcoming API change.Eric S. Raymond2009-02-121-3/+10
* Document the fact that cps_close() doesn't kill all threads.Eric S. Raymond2009-01-081-2/+14
* Subtle but important documentation fix from Matt Roberds on gpsd-usersChris Kuethe2007-04-141-7/+7
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1
* Eliminate threading from gpsfake.py.Eric S. Raymond2006-12-061-2/+2
* Enhance gps_query so it's sprintf(3)-like, for more conventient assembly Eric S. Raymond2006-10-291-2/+5
* First version of gpsctrl, untested.Eric S. Raymond2006-10-291-2/+2