summaryrefslogtreecommitdiff
path: root/libgpsd.xml
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanup in libgpsd.xmlJon Schlueter2011-03-051-6/+6
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-10/+0
* Good catch by Michael Cook.Eric S. Raymond2011-01-031-3/+3
* Clients are no longer required to define a gpsd_report() hook.Eric S. Raymond2010-12-191-7/+0
* libgps.a splits in half, becomes libgps.a + libgpsd.aEric S. Raymond2010-04-181-10/+4
* 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
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-181-3/+1
* Remove obsolete paragraph.Eric S. Raymond2009-03-141-5/+0
* Pull the "configurable" bit out of the context structure & make it per-driver...Eric S. Raymond2006-11-201-4/+4
* Rename the xgps manual page.Eric S. Raymond2006-03-021-1/+1
* Set VMIN in GPS reads.Eric S. Raymond2005-06-291-2/+1
* Clean up after FIONREAD removal.Eric S. Raymond2005-06-281-2/+3
* Document that the low-level interface uses no dynamic allocation.Eric S. Raymond2005-06-281-5/+6
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-1/+7
* 41 splint warnings.Eric S. Raymond2005-06-071-1/+1
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-1/+2
* Support R=2.Eric S. Raymond2005-05-241-2/+3
* Open the shared-memory segment to talk to ntpd only once.Eric S. Raymond2005-04-281-1/+3
* Leap-second correction is now context shared among all sessions.Eric S. Raymond2005-04-111-0/+12
* unbalanced tagGary E. Miller2005-03-301-0/+1
* gpsd.py goes away.Eric S. Raymond2005-03-301-30/+0
* Fix markup error.Eric S. Raymond2005-03-281-1/+1
* Another refactoring change, moves towards multisession.Eric S. Raymond2005-03-281-1/+2
* Change interface so there can be only one DGPS object per server...Eric S. Raymond2005-03-281-7/+12
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-5/+5
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-6/+5
* Major documentation update. Split gpsd(1) into gpsd(8) and xgps(1).Eric S. Raymond2005-03-181-2/+3
* Prerelease cleanup.Eric S. Raymond2005-03-101-2/+0
* gpsd_init() loses its driver-type parameter.Eric S. Raymond2005-03-041-1/+0
* Python-binding initialization no longer requires a device-type argument.Eric S. Raymond2005-03-011-2/+4
* Baudrate option on gpsd.py is gone, it does baud hunting.Eric S. Raymond2005-03-011-4/+2
* Updated.Eric S. Raymond2005-02-231-12/+15
* Nothing outside the driver structures should have to know what driversEric S. Raymond2004-09-241-11/+5
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-2/+2
* Symplify the Python interface.Eric S. Raymond2004-08-291-4/+3
* Document the Python interface.Eric S. Raymond2004-08-291-6/+25
* Cosmetic cleanup.Eric S. Raymond2004-08-231-1/+1
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-3/+1
* Completing the name swap.Eric S. Raymond2004-08-221-0/+165
* Continuing the name swap.Eric S. Raymond2004-08-221-105/+0
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-12/+12
* The gps client now goes through the daemon. Relayerr functionalityEric S. Raymond2004-08-211-2/+1
* Merged the libraries. There is now just one libgps supporting two interfaces.Eric S. Raymond2004-08-211-5/+13
* Another step in raw-hook support for the client library.Eric S. Raymond2004-08-211-7/+31
* Cleanup before SVN conversion.Eric S. Raymond2004-08-191-0/+74
* Some cleanup before SVN conversion.Eric S. Raymond2004-08-191-155/+0
* Change structures so we can set speed explicitly.Eric S. Raymond2004-08-171-6/+27
* Change the name of the master structure.Eric S. Raymond2004-08-141-6/+6
* Document the error-reporting function better.Eric S. Raymond2004-08-141-0/+5