summaryrefslogtreecommitdiff
path: root/libgps.xml
Commit message (Expand)AuthorAgeFilesLines
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Describe gps_mainloop()Robert Norris2017-03-041-0/+13
* Updates library manpage list.Robert Norris2017-02-081-2/+0
* Fix typoRobert Norris2016-09-261-1/+1
* Fix overlong lines.Gary E. Miller2016-08-021-16/+28
* Improve documentation around the usage of gps_close()Robert Norris2016-08-021-2/+6
* [doc] fixup typo in libgps.xml patch/pathJon Schlueter2016-01-251-1/+1
* Xcess whitespace removal.Gary E. Miller2015-04-301-2/+2
* Comment and documentation polishing.Eric S. Raymond2015-03-061-1/+5
* Implement and document GPSD_SHM_KEY environment variable.Eric S. Raymond2015-02-091-0/+10
* Documentation tweak.Eric S. Raymond2013-01-161-2/+2
* Spelling fix.Bernd Zeimetz2011-11-111-1/+1
* The shm export gets a waiting method.Eric S. Raymond2011-10-031-6/+6
* Thinko fix. A micro is not a nano.Eric S. Raymond2011-10-031-1/+1
* First cut at implementing waiting test for shm export.Eric S. Raymond2011-10-031-1/+1
* Fix an incorrect prototype.Eric S. Raymond2011-09-181-1/+1
* Add a know for systems without implicit linking, and document it.Eric S. Raymond2011-08-271-0/+4
* Make the sock_export=no build.Eric S. Raymond2011-08-261-3/+3
* Remove more scary language.Eric S. Raymond2011-06-221-4/+1
* Remove some excessively scary language.Eric S. Raymond2011-06-221-4/+3
* WATCH_JSON -> gps.WATCH_JSONEric S. Raymond2011-04-181-1/+1
* Add const qualifiers to some arguments never modified.Eric S. Raymond2011-04-061-2/+2
* More description of the shared-memory export.Eric S. Raymond2011-03-271-2/+6
* Shared-memory export is now integrated and documented.Eric S. Raymond2011-03-271-37/+39
* Document the unpack() method in C and Python APIs.Eric S. Raymond2011-03-241-0/+10
* In the client API, take the data buffer out of the gpsdata_t structure.Eric S. Raymond2011-03-181-0/+8
* Describe how to be carefuln about wait timeouts.Eric S. Raymond2011-03-091-5/+10
* Minor tweaks for the libgps man page.Charles Curley2011-03-091-3/+3
* POLL_NONBLOCK is no more.Eric S. Raymond2011-03-091-8/+5
* Give gps_waiting() a timeout argument. Use it systematically in test clients.Eric S. Raymond2011-03-091-10/+16
* Typo fix.Eric S. Raymond2011-03-081-1/+1
* Update documentation about gps_read() and gps_waiting().Eric S. Raymond2011-03-071-16/+11
* spellchecking in libgps.xmlJon Schlueter2011-03-051-1/+1
* spellchecking and catching all of the same spelling mistakes in other filesJon Schlueter2011-03-051-1/+1
* 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