summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent TIOCMIWAIT from beinf sent to non-serial devices.Eric S. Raymond2015-01-261-9/+11
* Skip writespace *before* looking for word length.Eric S. Raymond2015-01-251-2/+2
* SIOCOUTQ build fix required for older Ubuntu versions.Eric S. Raymond2015-01-251-1/+2
* Under Linux, delay client socket close until pending data has shipped.Eric S. Raymond2015-01-241-0/+16
* Coverity cleanup. All regression tests pass.Eric S. Raymond2015-01-241-3/+1
* Fix bug reported on the dev list resulting from NTPSHMSEGS > MAX_DEVICES * 2.Eric S. Raymond2015-01-241-60/+33
* Fixing broken build for scons control_socket=on pps=onJon Schlueter2015-01-231-2/+2
* cppcheck cleanup.Eric S. Raymond2015-01-221-2/+4
* spelling cleanup in commentsJon Schlueter2015-01-221-2/+2
* Introduce an adaptive delay into the main loop to prevent select buzzing.Eric S. Raymond2015-01-221-0/+59
* More splint cleanup. All regression tests pass.Eric S. Raymond2015-01-211-1/+1
* Comment typo fix.Eric S. Raymond2015-01-211-1/+1
* Add str_rstrip_char, use it everywhere.Zbigniew Chyla2015-01-211-8/+4
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-9/+5
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-5/+6
* Refactor the way NTP shared memory segments are addressed.Eric S. Raymond2015-01-131-2/+2
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Fix the build in some unusual cases. All regression tests pass.Eric S. Raymond2015-01-131-7/+5
* Sanity check for too many devices on the command line.Eric S. Raymond2014-12-091-1/+11
* Remove a redundant check. All regression tests pass.Eric S. Raymond2014-09-271-1/+1
* Silence compiler warnings about array subscripts of type 'char'Matt2014-09-101-7/+7
* Minimal option requires conditionalization of some code.Eric S. Raymond2014-09-061-4/+11
* splint/cppcheck cleanuo after the gpsd_report change.Eric S. Raymond2014-08-271-2/+1
* 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