summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-113/+113
* Reverse linkage of gpsd_report() is abolished. All regression tests pass.Eric S. Raymond2014-08-271-12/+1
* More gpsd_report removal. All regression tests pass.Eric S. Raymond2014-08-271-1/+1
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-113/+113
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-119/+119
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-19/+19
* Fix for previous weird bug.Eric S. Raymond2014-08-271-3/+1
* Temporarily revert code for freeing devices on bad fd in select.Eric S. Raymond2014-08-271-0/+2
* Eliminate reverse linkage of gpsd_write. All regression tests pass.Eric S. Raymond2014-08-261-8/+0
* Properly free devices when select() sees bad fds for them.Eric S. Raymond2014-08-241-5/+1
* PPS is no kinger marked unstable/experimental.Eric S. Raymond2014-08-231-6/+5
* Static-analyzer cleanup: splint, cppcheck, coverity all clear.Eric S. Raymond2014-08-221-1/+1
* Re-integrate Miroslav's support for large PPS offsets.Eric S. Raymond2014-08-221-24/+2
* Minor documentation updates.Eric S. Raymond2014-08-221-2/+5
* Restore PPS function by backing out Miroslav Lichtvar's last commit.Eric S. Raymond2014-08-211-5/+2
* Fix for a warning seen on mips with -Wclobbered.Eric S. Raymond2014-08-211-1/+1
* splint/cppcheck/coverity cleanup.Eric S. Raymond2014-08-211-2/+8
* Attempt to recover from EBADF in the main select.Eric S. Raymond2014-08-181-0/+10
* Fix PPS with large offsets.Miroslav Lichvar2014-08-171-2/+3
* IPV6_TCLASS is 61 on Hurd, not 67.Bernd Zeimetz2014-05-241-1/+1
* Revert "Work around a Hurd problem revealed by test building."Eric S. Raymond2014-05-221-2/+0
* Work around a Hurd problem revealed by test building.Eric S. Raymond2014-05-221-0/+2
* Accesses to subscriber_t->fd should be synchronizedWolfgang Ocker2014-05-171-2/+24
* Make gpsd build on hurd again.Bernd Zeimetz2014-01-271-0/+8
* gpsd: rip out ECN markingDave Taht2014-01-041-1/+1
* gpsd: add TOS and ECN supportDave Taht2014-01-041-1/+16
* Fix problem with devices query to control socketSimon Dawson2014-01-031-1/+1
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-0/+1
* splint fixups - no logic changes.Eric S. Raymond2013-11-241-0/+2
* Don't keep cap_sys_time capability.Miroslav Lichvar2013-11-221-27/+0
* Drop also supplementary groups when dropping privileges.Miroslav Lichvar2013-11-221-0/+4
* Guarantee that PPS threads are reaped when GPSD is signaled.Eric S. Raymond2013-11-171-15/+18
* Try to ensure that threads don't keep running after gpsd is signalled.Eric S. Raymond2013-11-171-0/+4
* Introduce new LOG_CLIENT looging level.Eric S. Raymond2013-11-161-5/+5
* Revert "Don't condition out thread locks when PPS disabled..."Eric S. Raymond2013-11-151-0/+2
* Don't condition out thread locks when PPS disabled, gpsmon will need them.Eric S. Raymond2013-11-151-2/+0
* Change the PPS bar over to a JSON drift message.Eric S. Raymond2013-11-141-16/+12
* ppsbar -> pps.Eric S. Raymond2013-11-131-1/+1
* Clean up an obsolete comment and redundant #ifdef.Eric S. Raymond2013-11-131-6/+0
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-7/+11
* Make interpretation of the split24 flag propperly per-subscriber.Eric S. Raymond2013-11-101-0/+6
* PPS events now show in gpsmon runb through the daemon.Eric S. Raymond2013-11-091-0/+12
* Fix inexplicably inserted whitespace.Eric S. Raymond2013-11-091-4/+2
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+1
* Remove code which Coverity correctly calls out as statically dead.Eric S. Raymond2013-11-061-5/+1
* splint cleanup.Eric S. Raymond2013-11-061-1/+5
* Fix compiler warnings with clang 4.2 on OS X 10.7.5Beat Bolli2013-11-061-2/+2
* Sets precision inside ntpshm_put().Michael Tatarinov2013-11-061-2/+1
* Simplify the PPS hook.Michael Tatarinov2013-11-061-2/+1
* ntpshm_pps() is gone.Michael Tatarinov2013-11-061-5/+19