summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* We can now monitor low-level string sends through gpsmon.Eric S. Raymond2013-10-041-0/+8
* splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2013-09-291-0/+6
* Properly label debug reports from different programs.Eric S. Raymond2013-09-291-0/+11
* Remove duplicative code. Thee's only one copy of gpsd_report() now.Eric S. Raymond2013-09-291-100/+0
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-137/+209
* Banish some compiler warnings.Eric S. Raymond2013-09-281-2/+6
* Eliminate a static global in favor of testing whether we're backgrounded.Eric S. Raymond2013-09-281-5/+2
* Be more lenient about extraneous ? in a JSON command line.Eric S. Raymond2013-09-241-1/+3
* splint/cppcheck cleanup.Eric S. Raymond2013-09-171-1/+0
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-0/+1
* Groundbreaking for AIVDM messages in nmea mode.Reinhard Arlt2013-07-211-0/+8
* Nicer capability dumping on gpsd -l; merge with usage().Eric S. Raymond2013-05-271-28/+44
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-301-1/+1
* 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