summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Use xdop and ydop for horizontal error estimates, not hdop.Eric S. Raymond2009-09-201-2/+2
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-181-7/+5
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-36/+0
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-41/+34
* Split libgpsd_core.c in half. Eric S. Raymond2009-09-151-223/+0
* Add clear_dop().Eric S. Raymond2009-09-151-1/+1
* Give DOPs their own structure...Eric S. Raymond2009-09-151-18/+18
* Revert incorrect part of previous commit.Eric S. Raymond2009-09-131-27/+39
* Never report time uncertainty if we don't have time.Eric S. Raymond2009-09-131-41/+29
* Rename event_revert to event_deactivate. No behavior changes.Eric S. Raymond2009-09-131-1/+1
* Fold the revert method into the generic event hook.Eric S. Raymond2009-09-131-4/+2
* The configurator member becomes event_hook. Eric S. Raymond2009-09-131-18/+17
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-9/+15
* Correct some splint annotations.Eric S. Raymond2009-09-111-2/+2
* Finally found the right set of exclusions to stop splint from choking.Eric S. Raymond2009-09-111-0/+2
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-1/+1
* Splint Cleanup Meets Billy The Kid. All regression tests pass.Eric S. Raymond2009-09-101-1/+1
* Stop interpreting SiRF GND.Eric S. Raymond2009-09-091-9/+4
* Avoid an uninitialized-variable issue.Eric S. Raymond2009-09-071-2/+2
* Rebuild three tests, there was a typo in $GPGBS output. Ignore RTCM3.Eric S. Raymond2009-09-051-4/+3
* When faking NMEA, ship error estimates as NMEA-standard $GPGBS. Eric S. Raymond2009-09-051-14/+17
* Refactor so RTCM2 dumping is done with the other kinds in gpsd.c. Eric S. Raymond2009-09-041-3/+1
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-1/+1
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-0/+1
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-8/+13
* Miroslav Lichvar <mlichvar@redhat.com> had this to say:Eric S. Raymond2009-08-271-10/+18
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-13/+12
* gpsd_poll() now asserts the DEVICE_SET bit... Eric S. Raymond2009-08-171-1/+11
* Support JSON dumping for RTCM2 messages.Eric S. Raymond2009-08-121-1/+1
* 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