summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* DGPSIP and NTRIP device opens were being done in a bad way.Eric S. Raymond2009-12-071-1/+9
* Ship a DEVICE notification on every driver changeEric S. Raymond2009-12-051-5/+11
* Splint cleanup. All rests pass.Eric S. Raymond2009-12-041-0/+2
* This commit resolves the time overflows in the rgm3800 and mkt3301.Eric S. Raymond2009-12-041-0/+11
* Address Berlios tracker bug #16468:Eric S. Raymond2009-12-031-0/+2
* Removing logging put in place for debugging failing tests on Mac OS X.Michael Ledford2009-12-031-2/+0
* Splint and compiler warning cleanup.Eric S. Raymond2009-12-031-1/+1
* Increased logging precision gpsd_error_model().Michael Ledford2009-11-301-2/+2
* Added logging in gpsd_error_model()... Michael Ledford2009-11-291-0/+2
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* splint cleanup.Eric S. Raymond2009-11-191-1/+1
* armorChris Kuethe2009-11-191-1/+1
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-1/+1
* Compiler warning suppressions (the MKT3301->MTK3301 change wasn't complete).Eric S. Raymond2009-11-171-1/+1
* Make the last patch compile.Gary E. Miller2009-11-171-2/+2