summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Move the timezone swetting to where we keep our assumptions abouut time.Eric S. Raymond2013-01-151-3/+0
* Typo fix.Eric S. Raymond2013-01-151-1/+1
* Better fix for Savannah bug #35377.Michael Tatarinov2013-01-151-0/+4
* Lose the assumption that socket_t is an integer.Eric S. Raymond2012-09-221-12/+16
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-11/+11
* Replace exit(2) with exit(EXIT_FAILURE). None of these were documented.Eric S. Raymond2012-09-071-3/+3
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-5/+5
* Change the API so the yermios strucytture is not publicly exposed.Eric S. Raymond2012-09-071-1/+1
* Complete change from int to socket_t for sockets.Eric S. Raymond2012-09-071-10/+18
* Fix bug with NOWAIT.Reinhard Arlt2012-07-231-1/+1
* Invent NOWAIT macro.Reinhard Arlt2012-07-151-5/+6
* Move nowait out of gpsd_add_device.Reinhard Arlt2012-07-151-16/+10
* Rename add_device to gpsd_add_device and remove static.Reinhard Arlt2012-07-151-4/+4
* Pre-2003 RS232 Delorme Earthmate works again (live-tested).Eric S. Raymond2012-06-011-1/+2
* Do not activate pps subsystem for nmea2000.Reinhard Arlt2012-05-301-10/+3
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2012-05-291-0/+7
|\
| * Don't try to add devices with long paths.Marti Bolivar2012-05-291-0/+7
* | Do not call ntpd_link_* for a nmea2000 devive.Reinhard Arlt2012-05-291-3/+10
|/
* Add a missing SOCKET_EXPORT_ENABLE ifdef.Bernd Zeimetz2012-05-271-0/+2
* Update a comment.Eric S. Raymond2012-05-241-6/+6
* Explicitly mention in 'gpsd -h' if NTPSHM and PPS are compiled in.Gary E. Miller2012-05-211-0/+6
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-1/+1
* Cleanup motivated by new cppcheck with more tests. All regression tests pass.Eric S. Raymond2012-05-161-1/+1
* Safer strncat(3) usage.Eric S. Raymond2012-05-141-2/+2
* Zero Coverity defects!Eric S. Raymond2012-05-131-1/+1
* Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond2012-05-111-1/+1
* Try to get Coverity suppressions to the right place.Eric S. Raymond2012-05-111-1/+1
* I don't think the NULL case is possible here, but let's make Coverity happy.Eric S. Raymond2012-05-111-1/+1
* Pacify Coverity some more.Eric S. Raymond2012-05-111-0/+2
* Coverity may be being overly fussy, but this guard is probably a good idea.Eric S. Raymond2012-05-111-1/+1
* Be more explicit about a Coverity workaround.Eric S. Raymond2012-05-111-3/+3
* Suppress Coverity false positives.Eric S. Raymond2012-05-101-0/+9
* Clue in Coverity about functions returning handles.Eric S. Raymond2012-05-101-0/+2
* Plug a socket leak. This is Coverity defect #11.Eric S. Raymond2012-05-101-0/+3
* Suppress compiler warnings and do splint cleanup. All regression tests pass.Eric S. Raymond2012-04-201-3/+3
* Correction to RTCM relaying patch, from José Miguel Gonçalves.Eric S. Raymond2012-04-141-3/+3
* Attempt a fix to the reported bug of RTCM packets getting lost.Eric S. Raymond2012-04-131-28/+18
* Null terminate *before* emitting message.Eric S. Raymond2012-04-121-1/+1
* Nul terminate so control strings don't have garbage after them.Eric S. Raymond2012-04-121-1/+3
* Avoid a spurious error message wen running as non-root.Eric S. Raymond2012-03-051-13/+13
* Revert the timing of the PPS threasd launch to what it was in 3.4.Eric S. Raymond2012-02-281-12/+0
* If possible, keep CAP_SYS_TIME after dropping root.Eric S. Raymond2012-02-281-0/+25
* PPS fixes from Michael Tatarinov.Eric S. Raymond2012-02-271-3/+5
* Don't makr PPS thread activation depenent on the socket transport.Eric S. Raymond2012-02-271-3/+11
* Attempted fix for Savannah bug #34959.Eric S. Raymond2012-02-271-0/+1
* Attempted fix workaround for the TIOCMIWAIT-hang bug.Eric S. Raymond2012-02-261-1/+5
* Trial version of PPS drift message. Protocol minor version bumped.Eric S. Raymond2012-02-251-2/+30
* splint cleanup.Eric S. Raymond2012-01-141-9/+14
* gpsd: use sigaction() to register signalsMike Frysinger2012-01-141-16/+23
* Add explanatory comment.Eric S. Raymond2012-01-131-0/+4