summaryrefslogtreecommitdiff
path: root/libgps.xml
Commit message (Collapse)AuthorAgeFilesLines
* Documentation impriovenents.Eric S. Raymond2005-07-141-0/+26
| | | | | Also, call driver wrap hook when we switch to another driver. splint cleanup. Make the fontsize assumption in xgps explicit.
* Python library has thread support.Eric S. Raymond2005-06-081-4/+6
| | | | | gpsfake has -p option that dumps r and w reports to standard output; this will support regression testing.
* Remove description of a restriction no longer present.Eric S. Raymond2005-05-231-2/+1
|
* Separate the synchronous from asynchronous hooks in the user library.Eric S. Raymond2005-05-231-5/+2
|
* C++ class wrapper is now part of libgps.a.Eric S. Raymond2005-05-201-1/+1
|
* Merged in thread-callback and C++-wrapper support fom Alfredo Pironti.Eric S. Raymond2005-05-201-5/+45
|
* Make sure gps_poll() will return -1 on a zero readEric S. Raymond2005-04-211-12/+13
| | | | The idea is to suggest a dropped connection.
* Documentation improvements.Eric S. Raymond2005-04-041-1/+5
|
* Second step in library refactoring.Eric S. Raymond2005-03-221-10/+6
| | | | We need to make profiling work again, also gpsd.py is broken.
* Major documentation update. Split gpsd(1) into gpsd(8) and xgps(1).Eric S. Raymond2005-03-181-2/+3
|
* gps_poll now handles multi-line resonses.Eric S. Raymond2005-03-141-11/+9
|
* Prerelease cleanup.Eric S. Raymond2005-03-101-1/+1
| | | | | | Restrict scope of session variables in the damon. Give the raw_hook function direct access to the output data. raw_hook now copes correctly when passed multiple sentences.
* Improve gps_poll() documentation of return values. Take 2Gary E. Miller2005-03-071-1/+1
|
* Improve gps_poll() documentation of return values.Gary E. Miller2005-03-071-1/+3
|
* gps_open() docuementation error.Gary E. Miller2005-03-071-2/+3
|
* Typo fix.Eric S. Raymond2005-01-161-1/+1
|
* Back out the reconnect patch.Eric S. Raymond2005-01-161-13/+3
|
* Integrate support for automatic reconnect on connection drop.Eric S. Raymond2005-01-151-3/+13
|
* Symplify the Python interface.Eric S. Raymond2004-08-291-6/+5
|
* libgps.a interface change, everything goes in a malloced struct now.Eric S. Raymond2004-08-291-6/+3
|
* Python interfaces are actually shipped now.Eric S. Raymond2004-08-291-1/+31
|
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-5/+8
|
* Installation production now installs gpsd as a startup-time daemon onEric S. Raymond2004-08-231-1/+1
| | | | systems with System-V-style init scripts.
* Contibuing the name swap.Eric S. Raymond2004-08-221-0/+105
|
* Hm...looks like it will take more than two commits for the name swap.Eric S. Raymond2004-08-221-165/+0
|
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-18/+18
| | | | | | names are now the *upper*-level library. This is part 1; due to a technical limitation in Subversion, the file renames have to be done in a separate commit.
* Moved to new project site.Eric S. Raymond2004-08-221-1/+1
|
* Merged the libraries. There is now just one libgps supporting two interfaces.Eric S. Raymond2004-08-211-12/+14
|
* gps_poll() returns an int now.Eric S. Raymond2004-08-201-3/+5
|
* libgpsd is now documented.Eric S. Raymond2004-08-181-1/+7
|
* Oops, get the include right.Eric S. Raymond2004-08-171-1/+1
|
* Library rename.Eric S. Raymond2004-08-171-0/+155