summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Work around a splint bug.Eric S. Raymond2010-12-151-3/+3
* Lift some buried #includes. All regression tests pass.Eric S. Raymond2010-12-151-1/+10
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-151-2/+2
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-151-1/+1
* Not having setlocale(3) is so ten years ago...Eric S. Raymond2010-12-141-6/+2
* missing headers for openbsdChris Kuethe2010-12-141-0/+2
* More header simplification. All regression tests pass.Eric S. Raymond2010-12-141-19/+0
* For simplification on SuS assumptions.Eric S. Raymond2010-12-131-25/+13
* Address Berlios tracker bug #17638: Eric S. Raymond2010-12-021-13/+23
* Put back missing headers that break the buildChris Kuethe2010-12-021-0/+3
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-6/+0
* trailing whitespace cleanupJon Schlueter2010-11-061-1/+1
* Bug #17638: control socket & command can return OK even if write failsTimo Juhani Lindfors2010-11-061-4/+15
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-5/+6
* Switch TCP socket sources to nonblocking mode.Eric S. Raymond2010-09-151-8/+0
* this extra ]} is no longer neededChris Kuethe2010-07-141-1/+1
* Recover from zero-length reads.Eric S. Raymond2010-06-141-8/+41
* Remmoval of redundant code.Eric S. Raymond2010-06-141-1/+0
* Comment fix. All regression tests pass, code splints clean.Eric S. Raymond2010-06-141-1/+1
* Enable the daemon lower layer to pass up a distinct return for 9-byte reads.Eric S. Raymond2010-06-111-2/+2
* Add instrumentation.Eric S. Raymond2010-06-111-0/+5
* Refactoring step. All regression tests pass, code splints clean.Eric S. Raymond2010-06-101-139/+144
* Rip out grubby code from a previous attempt to fix the multipacket problem.Eric S. Raymond2010-06-041-62/+0
* Remove a C99ism.Eric S. Raymond2010-06-041-1/+2
* Fix for the mutipacket bug.Eric S. Raymond2010-06-041-13/+31
* Introduce a dummy block in order to minimize forward diffs.Eric S. Raymond2010-06-041-92/+98
* Move a null test to harden the logic.Beat Bolli2010-05-271-4/+4
* cleanup patchJon Schlueter2010-05-261-1/+1
* Refactor RTCM handling.Eric S. Raymond2010-05-251-14/+14
* Refactoring step. All regression tests pass.Eric S. Raymond2010-05-251-4/+5
* Splint cleanup.Eric S. Raymond2010-05-251-1/+1
* Almost pure refactoring; suppresses duplicative DBUS sends.Eric S. Raymond2010-05-251-15/+15
* More cleanup and refactoring of the main device-polling loop.Eric S. Raymond2010-05-251-21/+27
* More report refactoring. All regression tests pass.Eric S. Raymond2010-05-251-13/+11
* Another refactoring step, eliminate the separate report_fix variable.Eric S. Raymond2010-05-251-15/+7
* Refactoring step. All regression tests pass.Eric S. Raymond2010-05-251-51/+58
* Coalesce two loops over the subscribers array. All regression tests pass.Eric S. Raymond2010-05-251-8/+5
* Refactoring step. Simplify the device-polling loop.Eric S. Raymond2010-05-251-48/+50
* Oops...report on every device, not just the last one active.Eric S. Raymond2010-05-251-109/+110
* Whitespace fix.Eric S. Raymond2010-05-221-3/+2
* Splint and compiler-message cleanup. All regression tests pass.Eric S. Raymond2010-05-141-1/+1
* setuid is better for dropping privilegesChris Kuethe2010-05-091-1/+1
* splint cleanup.Eric S. Raymond2010-05-081-1/+1
* Eliminate some uses or ERROR_IS.Eric S. Raymond2010-05-071-2/+3
* Instrumentation and refactoring.Eric S. Raymond2010-05-061-11/+22
* Oops...\n *has* to be special-cased, it turns out.Eric S. Raymond2010-05-051-1/+1
* Stop trying to special-case terminating whitespace in gpsd_report().Eric S. Raymond2010-05-051-17/+16
* Whitespace and indenting cleanup.Jon Schlueter2010-04-291-11/+11
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-22/+30
* Rearrange some code for clarity. All regression tests pass.Eric S. Raymond2010-04-261-21/+23