summaryrefslogtreecommitdiff
path: root/libgps_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improved auditing of gps.h structure sizes.Eric S. Raymond2009-12-101-1/+2
* Add POLL_NONBLOCK flag to the C API. Document all flags.Eric S. Raymond2009-12-091-1/+4
* Document the new async-read behavior.Eric S. Raymond2009-12-091-2/+2
* Change the client read logic in gps_poll()... Eric S. Raymond2009-12-091-30/+39
* Implement line buffering in the client library...Eric S. Raymond2009-12-091-26/+60
* Correction by mledford.Eric S. Raymond2009-12-071-1/+1
* Possible bug fix for gps_waiting().Eric S. Raymond2009-12-071-2/+2
* Introduce new argunent WATCH_DEVICE to the stream-option-control entry point... Eric S. Raymond2009-12-061-1/+10
* Proper conditionalization in case CLIENTDEBUG_ENABLE is off.Eric S. Raymond2009-12-061-0/+2
* Comment fix. All regression tests pass.Eric S. Raymond2009-12-061-5/+4
* Add non-blocking check for data waiting from the daemon to the C and C++ APIs.Eric S. Raymond2009-12-051-0/+16
* Change the library private data member to void *...Eric S. Raymond2009-12-031-3/+8
* Introduce ENABLE_RARE flag for gps_STREAM(); gpspipe() will need it.Eric S. Raymond2009-12-031-1/+5
* Splint and compiler warning cleanup.Eric S. Raymond2009-12-031-4/+3
* Fix a trivial bug in the gps_stream()/gps.stream() entry point.Eric S. Raymond2009-12-031-1/+1
* gpspipe exposed an orthogonality failure.Eric S. Raymond2009-12-031-19/+23
* Fix a minor glitch in the client-side debugging instrumentation.Eric S. Raymond2009-12-011-1/+1
* Fix an argument-handling buglet.Eric S. Raymond2009-11-301-1/+1
* Use -D uniformly for debug levels.Eric S. Raymond2009-11-291-4/+4
* Enable handling of multiple JSON objectts per line, and add a test for it.Eric S. Raymond2009-11-291-5/+5
* Thread-hook support and documentation removed.Eric S. Raymond2009-11-291-65/+0
* Forward-port fixed to make build work again under 2.64.Eric S. Raymond2009-11-281-0/+850