summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite comment explaining PF_INET/AF_INET (history, standards). No code change.Greg Troxel2010-01-281-3/+6
* Old protocol support is removed from the daemon. Eric S. Raymond2010-01-151-683/+12
* Small IPv6 cleanups. All regression tests pass.Eric S. Raymond2010-01-131-7/+7
* Now -G (IPv6 global listen) really does work.Gary E. Miller2010-01-131-3/+10
* Na,espace cleanup. All regression tests pass, codebase splints clean.Eric S. Raymond2010-01-131-2/+2
* Document why we use AF_INET and AF_INET6.Eric S. Raymond2010-01-131-1/+7
* Fix typo in new IPv6 handling. -G now works in gpsd.Gary E. Miller2010-01-131-2/+1
* Add a FIXME comment about a known problem with IPv6.Eric S. Raymond2010-01-121-0/+1
* splint cleanup of IPv6 support.Eric S. Raymond2010-01-121-3/+5
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-54/+124
* More cleanups from David Ludlow. All regression tests pass.Eric S. Raymond2010-01-041-11/+26
* >From David Ludlow: replace read(2)/write(2) on sockets with send(2)/recv(2).Eric S. Raymond2010-01-031-2/+2
* Remove another bogus root test in the ntpshm path.Gary E. Miller2009-12-221-4/+1
* Send a driver-change notification on both DEVICEID_SET *and* DEVICE_SET.Eric S. Raymond2009-12-181-1/+1
* Introduce the "scaled" attribute to JSON dumps...Eric S. Raymond2009-12-181-1/+2
* Give gpxlogger the -D option, abolish the last remnant of cgpxlogger.Eric S. Raymond2009-12-081-1/+1
* DGPSIP and NTRIP device opens were being done in a bad way.Eric S. Raymond2009-12-071-10/+0
* Disable unnecessary logging, ix a typo.Eric S. Raymond2009-12-071-1/+1
* Proper conditionalization in case CLIENTDEBUG_ENABLE is off.Eric S. Raymond2009-12-061-0/+2
* R command is fully working again.Eric S. Raymond2009-12-041-1/+12
* Make old protocol code interact correctly with the json policy flag.Eric S. Raymond2009-12-041-29/+47
* Splint and compiler warning cleanup.Eric S. Raymond2009-12-031-7/+7
* gpspipe exposed an orthogonality failure.Eric S. Raymond2009-12-031-28/+29
* More tweaks to make -V do the right thing.Eric S. Raymond2009-12-011-2/+3
* Another logging statement, and a typo to fix speed setting.Gary E. Miller2009-12-011-1/+3
* Enable json debugging with -D in gpsdGary E. Miller2009-12-011-0/+1
* Don't core-dump on (obsolete) M when no GPS is attached.Eric S. Raymond2009-11-241-1/+1
* Mac OS port change - BUFSIZ, 8192 under Linux, is 1024 there.Eric S. Raymond2009-11-201-1/+1
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
* Resolve an OS X linkage problem.Eric S. Raymond2009-11-191-13/+0
* Change WATCH so it aelicits a DEVICES in addition to the WATCH response.Eric S. Raymond2009-11-181-3/+4
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-2/+2
* More tagging of NTPD logs.Gary E. Miller2009-11-161-1/+1
* With this change I think you can nicely log all PPS/NTPD related logs this way:Gary E. Miller2009-11-161-1/+2
* Improvements to core cycle-change logic, and MKT3301 support.Eric S. Raymond2009-11-161-7/+9
* Whoops. A bit too quick with the patch.Gary E. Miller2009-11-121-1/+1
* Fix test for nice() failure. Found by Hakan Johansson.Gary E. Miller2009-11-121-1/+1
* Add a comment so people understand how nice() works... Gary E. Miller2009-11-111-0/+2
* Back out previous commit.Eric S. Raymond2009-11-111-4/+8
* Merge HÃ¥kan Johansson's patch to allow ntpsh as non-root.Eric S. Raymond2009-11-111-8/+4
* Make some logging a bit more explicit.Eric S. Raymond2009-11-111-8/+8
* Add some gpsd side JSON error reporting.Gary E. Miller2009-11-111-0/+8
* mention -G in the usage line too.Chris Kuethe2009-11-111-1/+2
* Fix a silly off-by-one error.Eric S. Raymond2009-11-071-1/+1
* Clean up the channel allocation logic.Eric S. Raymond2009-10-061-15/+21
* The new instrumentation pays off. Eric S. Raymond2009-10-021-2/+2
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-5/+5
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-5/+5
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-11/+3
* Add some debugging machinery - we can now dump set flags in a convenient form.Eric S. Raymond2009-09-291-0/+3