summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo fix. All regression tests pass.Eric S. Raymond2009-09-291-1/+1
* Remove some obsolete rate-limiting and clean up some report generation.Eric S. Raymond2009-09-291-4/+6
* Raw plotting works.Eric S. Raymond2009-09-291-1/+1
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-27/+22
* Get rid of some remnants of profiling code.Eric S. Raymond2009-09-291-2/+0
* Make sure we get a DEVICE message on assignment.Eric S. Raymond2009-09-281-2/+7
* More virtuous code removal.Eric S. Raymond2009-09-271-8/+2
* GPSD-NG code is no longer experimental.Eric S. Raymond2009-09-271-29/+8
* Virtuous code removal Old-protocol Z and $, never documented, are now gone.Eric S. Raymond2009-09-251-49/+0
* Regression fixed. All tests pass. Code splints clean.Eric S. Raymond2009-09-251-1/+5
* Pacify splint.Eric S. Raymond2009-09-251-4/+1
* Back out some of my second-to-last commit, it caused a regression. Eric S. Raymond2009-09-251-5/+4
* Improvements to the logic for TIMINGS.Eric S. Raymond2009-09-241-6/+9
* Get a name right, grrr.Eric S. Raymond2009-09-231-2/+2
* splint and typo cleanup.Eric S. Raymond2009-09-231-2/+2
* New protocol can now ship profiling information, like old $.Eric S. Raymond2009-09-231-4/+26
* Fix a glitch in dumping of device subtypes.Eric S. Raymond2009-09-211-5/+2
* Fix incorrect processing of multiple commands pointed out by mrd.Eric S. Raymond2009-09-211-1/+2
* Heads up, Chris! - Eric S. Raymond2009-09-211-2/+2
* Fix a very minor bug in Zodiac reporting.Eric S. Raymond2009-09-211-2/+1
* Zero some NaNs in reports, prevent duplicative reports...Eric S. Raymond2009-09-211-10/+12
* Add ckuethe's most requested JSON feature: WATCH a specified single device only.Eric S. Raymond2009-09-191-7/+22
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-181-17/+2
* The NMEA-dump flags is now properly separated from the raw flag. Eric S. Raymond2009-09-181-36/+68
* Code cleanup. All regression test pass, codebase splints clean.Eric S. Raymond2009-09-181-9/+5
* Use LOSSLESS_PACKET_TYPE()... Eric S. Raymond2009-09-171-4/+11
* Restore super-raw mode.Eric S. Raymond2009-09-171-1/+8
* Minor code rearrangement, clearing the decks for larger ones.Eric S. Raymond2009-09-171-21/+21