summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quite the ntpshm_alloc() logging a bit.Gary E. Miller2009-11-171-2/+2
* whitespaceChris Kuethe2009-11-171-30/+30
* Fix last logging commit and add some more NTPD logging.Gary E. Miller2009-11-161-5/+12
* Be a bit more generous about setting the observed mask...Eric S. Raymond2009-11-161-1/+3
* Splint cleanup.Eric S. Raymond2009-11-161-1/+1
* Shut up splint. Per Hakan Johansson.Gary E. Miller2009-11-151-2/+2
* More PPS cleanupGary E. Miller2009-11-141-9/+18
* Be a tad more liberal on accepting 5Hz pulese.Gary E. Miller2009-11-131-1/+1
* Fix an oops pointed out by Hakan Johansson.Gary E. Miller2009-11-131-1/+1
* More refactoring of ppsmonitor().Gary E. Miller2009-11-131-14/+24
* Reorder the tests in pps_monitor...Gary E. Miller2009-11-131-4/+14
* More ppsmonitor tweaks.Gary E. Miller2009-11-131-8/+17
* Smll fixes and cleanups for PPS code.Gary E. Miller2009-11-131-16/+28
* Never give up totally looking for PPS,...Gary E. Miller2009-11-121-3/+3
* Splint fix.Gary E. Miller2009-11-111-0/+2
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-11-111-1/+1
* Fix gpsd_ppsmonitor() to handle very short (1uS) pulses.Gary E. Miller2009-11-111-6/+14
* Fix driver bugs pointed out by Hakan Johannsen.Eric S. Raymond2009-11-051-1/+1
* Grrr..fire the event_identified hook and fix a broken conditional.Eric S. Raymond2009-11-041-2/+5
* Revert Miroslav Lichvar's PPS patch of 27 Aug on Gary Miller's advice.Eric S. Raymond2009-11-041-18/+10
* The new instrumentation pays off. Eric S. Raymond2009-10-021-2/+0