summaryrefslogtreecommitdiff
path: root/libgpsmm.cpp
Commit message (Expand)AuthorAgeFilesLines
* A close() method for the C++ binding.Eric S. Raymond2010-03-171-0/+4
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+1
* Small IPv6 cleanups. All regression tests pass.Eric S. Raymond2010-01-131-1/+1
* Add non-blocking check for data waiting from the daemon to the C and C++ APIs.Eric S. Raymond2009-12-051-0/+4
* Thread-hook support and documentation removed.Eric S. Raymond2009-11-291-12/+0
* Client library debugging can now nbe enabled at runtime.Eric S. Raymond2009-11-201-0/+9
* Avoid a core dump in the C++ library. Suggestion by Don Weeks.Eric S. Raymond2009-10-061-1/+1
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-1/+1
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-2/+2
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-1/+1
* Added stream() entry point to C++ client library.Eric S. Raymond2009-08-311-0/+9
* Move implementation of constructor to .cpp file, initialize gps.Bernd Zeimetz2009-05-241-0/+2
* Make this consistent with the s/localhost/127.0.0.1/ transition.Chris Kuethe2007-01-051-1/+1
* License change.Chris Kuethe2006-09-211-1/+4
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-1/+1
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-1/+1
* Support R=2.Eric S. Raymond2005-05-241-1/+1
* Merged in thread-callback and C++-wrapper support fom Alfredo Pironti.Eric S. Raymond2005-05-201-0/+62