summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Abolish device classes. Eric S. Raymond2009-08-101-12/+2
* Improve some progress messages... Eric S. Raymond2009-07-301-1/+1
* 'G' command no longer has side effects. Eric S. Raymond2009-07-251-1/+1
* Fix some JSON generation issues.Eric S. Raymond2009-07-241-0/+12
* AIS dumping is now under the control of the watcher variable.Eric S. Raymond2009-07-241-6/+0
* Now reporting AIS packets when raw mode is set on an AIS device.Eric S. Raymond2009-07-241-3/+4
* A step twards reporting AIS data in gpsd. All regression tests pass.Eric S. Raymond2009-07-241-8/+10
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-1/+1
* fix some protocol detection.Chris Kuethe2009-07-021-1/+1
* change the signal strength member to float.Chris Kuethe2009-06-221-1/+1
* Small build patch by Luotao Fu.Eric S. Raymond2009-05-051-1/+1
* First cut at implementing Matthias Urlich's suggestion about a release timeout.Eric S. Raymond2009-03-201-0/+1
* splint cleanup.Eric S. Raymond2009-03-181-1/+1
* Now that the driver structure includes its packet-type information...Eric S. Raymond2009-03-091-70/+8
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-0/+5
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-0/+1
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-3/+3
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-2/+2
* sirfmon now fully uses the libgpsd_core.c hunt logic and packet getter.Eric S. Raymond2009-02-131-1/+2
* All driver method tables are now const.Eric S. Raymond2009-02-121-2/+4
* More thorough suppression of subtype probes.Eric S. Raymond2009-02-091-1/+1
* Make a message more explicit.Eric S. Raymond2009-01-281-2/+2
* unbreak UBXChris Kuethe2009-01-281-1/+1
* driver for novatel superstar2. Chris Kuethe2009-01-261-0/+5
* spacingChris Kuethe2009-01-241-9/+9
* Splint cleanup and removal of some unneeded headers.Eric S. Raymond2009-01-211-0/+2
* fix reporting of a device going offline. from Michael LedfordChris Kuethe2009-01-151-6/+9
* Device subtype probe has to be gated by the readonly flag...Eric S. Raymond2009-01-091-1/+1
* Document a helper function better.Eric S. Raymond2009-01-071-7/+6
* use "%z" to print size_t-sized things. also, whitespaceChris Kuethe2009-01-061-1/+1
* better fix for format warningChris Kuethe2009-01-061-1/+1
* fix format warningChris Kuethe2009-01-061-4/+4
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+1
* make it possible to built a tsip-only gpsdChris Kuethe2009-01-051-1/+4
* typo fixChris Kuethe2009-01-051-1/+1
* V and P base errors aren't identical to the horizontal base error.Eric S. Raymond2009-01-051-7/+16
* Fix UERE factors for the right 95% confidence level.Eric S. Raymond2009-01-051-2/+2
* whitespaceChris Kuethe2008-12-261-79/+79
* Commits from the caribbean: 20.628361N / 87.067351WChris Kuethe2008-12-261-1/+1
* Include the GPS device in debug messages.Eric S. Raymond2008-07-161-6/+12
* Fix thinko in comment.Eric S. Raymond2008-07-141-2/+2
* Revert previous EOF_PACKET change, it was a bad idea.Eric S. Raymond2008-07-141-1/+1
* Packet state machine now recognizes RTCM3 packets correctly.Eric S. Raymond2008-07-131-1/+1
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-2/+8
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-7/+7
* More namespace shuffles preparing for RTCM3.Eric S. Raymond2008-06-271-1/+1
* More preparation for RTCM 3. No behavior changes. All regression tests pass.Eric S. Raymond2008-06-271-3/+3
* Move the ZEROIZE macro to pacify fedora's compiler. Chris Kuethe2008-03-211-2/+2
* Fix, 2nd try, too many PPS threads being started. Gary E. Miller2008-01-211-2/+3
* Add Garmin 5Hz support to PPS. Patch from John Arthur <lists@davey.net.au>Gary E. Miller2008-01-201-10/+18