summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-2/+2
* Move climb computation from the NMEA driver to the error modeler.Eric S. Raymond2009-09-301-0/+15
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-0/+1
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-7/+9
* Get rid of some remnants of profiling code.Eric S. Raymond2009-09-291-0/+3
* Remove dead code.Eric S. Raymond2009-09-291-3/+0
* Regression fixed. All tests pass. Code splints clean.Eric S. Raymond2009-09-251-1/+1
* Back out some of my second-to-last commit, it caused a regression. Eric S. Raymond2009-09-251-1/+1
* Improvements to the logic for TIMINGS.Eric S. Raymond2009-09-241-3/+3
* Get rid of a trick macro that's not actually needed.Eric S. Raymond2009-09-241-1/+1
* Use xdop and ydop for horizontal error estimates, not hdop.Eric S. Raymond2009-09-201-2/+2
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-181-7/+5
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-36/+0
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-41/+34
* Split libgpsd_core.c in half. Eric S. Raymond2009-09-151-223/+0
* Add clear_dop().Eric S. Raymond2009-09-151-1/+1
* Give DOPs their own structure...Eric S. Raymond2009-09-151-18/+18
* Revert incorrect part of previous commit.Eric S. Raymond2009-09-131-27/+39
* Never report time uncertainty if we don't have time.Eric S. Raymond2009-09-131-41/+29
* Rename event_revert to event_deactivate. No behavior changes.Eric S. Raymond2009-09-131-1/+1
* Fold the revert method into the generic event hook.Eric S. Raymond2009-09-131-4/+2
* The configurator member becomes event_hook. Eric S. Raymond2009-09-131-18/+17
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-9/+15