summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-1/+1
* tv_usec != tv_nsec, make adjustment for chrony SOCK.Gary E. Miller2010-08-121-2/+2
* The kernel PPS now seems to be talking to chrony SOCK driver.Gary E. Miller2010-08-121-8/+12
* Don't write to chrony if crony socket not open.Gary E. Miller2010-08-111-3/+10
* Add comments on chrony SOCK behaviorGary E. Miller2010-08-101-0/+2
* Now can write chrony SOCK style time.Gary E. Miller2010-08-101-8/+15
* Open the chrony socket for nSec resolution kernel pps.Gary E. Miller2010-08-101-0/+20
* First bit at adding chrony SOCK driver compatibility.Gary E. Miller2010-08-101-1/+13
* Fix a small typo in last kernel pps change.Gary E. Miller2010-08-101-1/+1
* Compute kernel PPS cycle and duration.Gary E. Miller2010-08-101-2/+22
* The kernel PPS init now automatically finds the /dev/pps? Gary E. Miller2010-08-041-10/+15
* Another small step at automatically finding the proper kernel pps device.Gary E. Miller2010-08-041-8/+18
* Tweak the kernel PPS edge selection logic.Gary E. Miller2010-08-031-9/+10
* First cut at automatic edge detetion for kernel pps.Gary E. Miller2010-08-021-0/+10
* More kernel_pps. Fine tune the config for another required header.Gary E. Miller2010-07-311-3/+10
* Final tweak for a clean read of /sys/class/pps/pps?/pathGary E. Miller2010-07-211-1/+4
* Reading the contents of /sys/class/pps/pps?/path now to find right /dev/pps? Gary E. Miller2010-07-211-3/+11
* First pass at reading /sys/class/pps to find /dev/pps? matching our /dev/GPS. Gary E. Miller2010-07-211-10/+34
* Kernel PPS comment tweaks.Gary E. Miller2010-07-211-2/+1
* Refactor kernel PPS a bit. Gary E. Miller2010-07-211-27/+45
* Fix bad comment. Add more work todo for kernel PPSGary E. Miller2010-07-211-1/+3
* A note on how to find the magic path for the kernel PPS interface.Gary E. Miller2010-07-211-0/+2
* Hide the kernel PPS code when timepps.h not found.Gary E. Miller2010-07-201-2/+3
* Linux kernel PPS now drives ntpd.Gary E. Miller2010-07-201-2/+10
* Now getting real useable data from linux kernel PPS.Gary E. Miller2010-07-201-3/+10
* Can now init linux kernel PPS, but only by hardcoding a magic dev path.Gary E. Miller2010-07-201-7/+14
* Kernel PPS compiles, mostly there, but it does not work yet.Gary E. Miller2010-07-201-19/+37
* Init kernel PPS.Gary E. Miller2010-07-201-0/+19
* Finally have the right header and can get a valid PPS handle.Gary E. Miller2010-07-201-4/+12
* Another baby step to kernel PPS.Gary E. Miller2010-07-201-18/+10
* Grr, get the right PPS header to use.Gary E. Miller2010-07-201-3/+3
* Use the proper include file for kernel PPS.Gary E. Miller2010-07-201-1/+19
* Embryonic support for linux kernel PPS.Gary E. Miller2010-07-201-0/+3
* 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