summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Enable the daemon lower layer to pass up a distinct return for 9-byte reads.Eric S. Raymond2010-06-111-2/+8
* Fix for the mutipacket bug.Eric S. Raymond2010-06-041-2/+1
* spelling correction in comment libgpsd_core.cJon Schlueter2010-05-271-1/+1
* Allow recovery from failed read of partial packet.Eric S. Raymond2010-05-071-1/+2
* Eliminate some uses or ERROR_IS.Eric S. Raymond2010-05-071-1/+3
* Improved instrumentation.Eric S. Raymond2010-05-061-2/+2
* Stop trying to special-case terminating whitespace in gpsd_report().Eric S. Raymond2010-05-051-1/+1
* A long step towards reading UDP packets.Eric S. Raymond2010-04-281-1/+22
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-2/+2
* Always compute speed when that's possible and the GPS doesn't supply it.Eric S. Raymond2010-04-261-4/+13
* Simplify some dispatcher code, and possibly fix a bug.Eric S. Raymond2010-04-261-4/+2
* ais::// sources become tcp:// sources.Eric S. Raymond2010-04-251-5/+5
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-201-0/+1
* Typo fix. All regression tests pass, codebase splints clean.Eric S. Raymond2010-04-201-2/+1
* Splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2010-04-201-1/+1
* remove code that's been commented out for monthsChris Kuethe2010-04-181-7/+0
* Doc update and reindent.Eric S. Raymond2010-04-161-2/+3
* Make gpsd display time-to sync so we can track that lag.Eric S. Raymond2010-04-151-2/+5
* Some splint annotations got unstuck by the reindentation.Eric S. Raymond2010-04-141-4/+7
* Reindented core library. All regressiopn tests pass.Eric S. Raymond2010-04-141-152/+174
* Under Linux, gpsd now classifies its input devices at open() time.Eric S. Raymond2010-04-131-1/+3
* A longstanding bug in error modeling fixed.Eric S. Raymond2010-04-131-3/+5
* Logic error fix for my big refactoring commit, spotted by gemiller.Eric S. Raymond2010-04-121-1/+1
* More ntpshm_put() changes.Gary E. Miller2010-04-121-2/+4
* Add some debugging and fixes to new ntpshm_pps() wrapper.Gary E. Miller2010-04-121-8/+13
* Refactor serial ntpshm_put() calls.Eric S. Raymond2010-04-121-0/+21
* Splint cleanup. All regression tests pass.Eric S. Raymond2010-04-101-0/+2
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-11/+11
* Sigh. Jay's pilot light has to be snuffed.Eric S. Raymond2010-04-091-1/+1
* Add Jay Ashworth's "pilot light" message on device first sync.Eric S. Raymond2010-04-081-0/+3
* Fix the select()-spin bug on disconnected devices.Eric S. Raymond2010-04-071-13/+4
* Add all our info on the spin bug to TODO, and instrument all opens/closes.Eric S. Raymond2010-04-061-2/+4
* Buffer management rework: should fix ckuethe's POLL bug.Eric S. Raymond2010-04-051-17/+8
* Drivers now put their per-packet new data into a session->newdata member.Eric S. Raymond2010-04-051-8/+7
* Document the data-management problem underlying ckuethe's POLL bug.Eric S. Raymond2010-04-051-0/+7
* Factor out a little function to initiaslize the packet tester properly.Eric S. Raymond2010-03-311-2/+1
* Restrict usage scope of the fixbuffer private member.Eric S. Raymond2010-03-231-0/+3
* Drop the application of error modeling to the device level, too.Eric S. Raymond2010-03-231-0/+17
* Drop staging buffers for fix information from channel level to device level.Eric S. Raymond2010-03-231-0/+2
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+7
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-1/+3
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-5/+12
* Declare socket-valued ints as socket_t.Eric S. Raymond2009-12-311-1/+1
* Gary's last commit had a temporary debugging line in it.Eric S. Raymond2009-12-201-1/+0
* 2nd try at fixing a nit in PPS.Gary E. Miller2009-12-201-2/+3
* Fix off by one bug in PPS thread.Gary E. Miller2009-12-141-1/+1
* Tighten up checking for 0.5Hz 'PPS' signals to prevent falsing.Gary E. Miller2009-12-101-3/+9
* Fixed JSON dumping of AIS type 15.Eric S. Raymond2009-12-071-0/+1
* gpsd can now accept as a command-line argument a URI like ais://data.aishub.com Eric S. Raymond2009-12-071-2/+21