summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak some whitespace. All regression tests pass.Eric S. Raymond2010-04-141-4/+5
* Typo fix.Eric S. Raymond2010-04-141-1/+1
* More stupid GNU indent tricks.Eric S. Raymond2010-04-141-7/+17
* Some splint annotations got unstuck by the reindentation.Eric S. Raymond2010-04-141-7/+8
* Reindented core library. All regressiopn tests pass.Eric S. Raymond2010-04-141-330/+429
* First cut at JSON output for TNT Revolution device.Eric S. Raymond2010-04-101-0/+7
* Splint cleanup. All regression tests pass.Eric S. Raymond2010-04-101-2/+1
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-13/+13
* slightly more robust rstripChris Kuethe2010-04-081-3/+4
* Fix the select()-spin bug on disconnected devices.Eric S. Raymond2010-04-071-7/+12
* Always change the polling set in deactivate_device().Eric S. Raymond2010-04-071-10/+2
* Add all our info on the spin bug to TODO, and instrument all opens/closes.Eric S. Raymond2010-04-061-13/+19
* Turn a runtime assert into a compile-time one.Eric S. Raymond2010-04-061-1/+3
* Improved comments and messages. All regression tests pass.Eric S. Raymond2010-04-061-2/+4
* Buffer management rework: should fix ckuethe's POLL bug.Eric S. Raymond2010-04-051-7/+0
* Document the data-management problem underlying ckuethe's POLL bug.Eric S. Raymond2010-04-051-0/+7
* Set up linger mode on client sockets and do explicit shutdowns.Eric S. Raymond2010-04-041-2/+19
* Documentation update.Eric S. Raymond2010-04-041-6/+2
* Make the JSON POLL response parse correctlyChris Kuethe2010-04-021-2/+2
* Improved comment.Eric S. Raymond2010-04-021-1/+7
* Cosmetic changes, meant to make theuse of some variables more clear...Eric S. Raymond2010-04-021-14/+15
* Avoid potential OOB in a pathological case.Eric S. Raymond2010-03-301-11/+13
* Correct some whitepace stripping in ERROR response generation.Eric S. Raymond2010-03-301-1/+1
* Eric is coding with too little sleep today. "while" != "if".Eric S. Raymond2010-03-301-10/+10
* Temporarily remove whitespace stripping.Eric S. Raymond2010-03-301-10/+10
* More POLL response syntax fixes.Eric S. Raymond2010-03-301-1/+1
* String constant fixes for POLL response.Eric S. Raymond2010-03-301-2/+2
* Stop shipping a notofication when a device is awakened.Eric S. Raymond2010-03-301-5/+0
* Attempt to fix up the POLL response format.Eric S. Raymond2010-03-301-4/+19
* Make POLL dump skeyview as well as fixes.Eric S. Raymond2010-03-291-0/+8
* Fix building with --disable-reconfigurePaulius Zaleckas2010-03-281-0/+5
* Add configure switch to enable/disable IPv6 support.Eric S. Raymond2010-03-271-3/+7
* 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