summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Better logging of IPv4 and IPv6 bind port operations.root2010-03-251-3/+7
* Add a bit more verbosity when failing to open 2947root2010-03-251-1/+2
* Improved formatting of the POLL response.Eric S. Raymond2010-03-251-0/+5
* First cut at code for a query of the cached fixes.Eric S. Raymond2010-03-251-1/+19
* Fix minor bug in command error reporting.Eric S. Raymond2010-03-251-1/+1
* Abolish some unnecessary static declarations.Eric S. Raymond2010-03-251-5/+5
* privileged_user() works again.Eric S. Raymond2010-03-251-6/+12
* Channels are gone, but privileged_user() is stubbed out and needs to be fixed.Eric S. Raymond2010-03-251-228/+75
* Finally get the device open where we want it, in the awaken() function.Eric S. Raymond2010-03-241-9/+9
* In assign_channel(), factored the device open out of the search loop.Eric S. Raymond2010-03-241-8/+8
* Code simplification. All regression tests pass.Eric S. Raymond2010-03-241-1/+1
* Pure refactoring step, inline some code. All regression tests pass.Eric S. Raymond2010-03-241-39/+27
* Comment fixes. All regression tests pass.Eric S. Raymond2010-03-241-1/+2
* Eliminate a use of allocation_filter()Eric S. Raymond2010-03-241-4/+3
* Cosmetic tweak. All regression tests pass.Eric S. Raymond2010-03-241-2/+1
* Refactor, splitting the device-awakening code out of assign_channel()Eric S. Raymond2010-03-241-24/+34
* gpsd.c no longer needs to use the classmap, so restrict its visibility.Eric S. Raymond2010-03-231-33/+19
* Clean up a function signature.Eric S. Raymond2010-03-231-1/+1
* Restrict usage scope of the fixbuffer private member.Eric S. Raymond2010-03-231-1/+1
* Drop the application of error modeling to the device level, too.Eric S. Raymond2010-03-231-15/+0
* Drop staging buffers for fix information from channel level to device level.Eric S. Raymond2010-03-231-28/+14
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-4/+3
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+8
* Fix Debian bug #572900...Eric S. Raymond2010-03-101-0/+1
* 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