summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Ship a GSA/PGRME, etc, whenever HDOP/VDOP/PDOP or the error estimates get set. Eric S. Raymond2007-12-211-1/+1
* Restore a test that mysteriously went missing... Eric S. Raymond2007-12-191-4/+5
* Some non-ascii characters had crept in. Should be removed now.Mick Durkin2007-12-191-11/+11
* Remove changes to 1pps code... Mick Durkin2007-12-191-35/+11
* Second attempt at changing the 1pps waveform monitoring...Mick Durkin2007-12-181-3/+9
* A first attempt at changing the 1pps waveform monitoring...Mick Durkin2007-12-181-35/+54
* An attempt at support for the Furuno Electronics GH-79L4 (GPSClock).Eric S. Raymond2007-12-181-0/+8
* Stronger NaN-guarding on the speed error estimate computation.Eric S. Raymond2007-12-171-3/+8
* With this change, it looks like the playacar regression test stabilizes.Eric S. Raymond2007-12-121-1/+1
* Not carelessly dumping a NaN timestamp fixes one of the Trimble tests.Eric S. Raymond2007-12-121-7/+7
* Address Berlios bug #11970.Eric S. Raymond2007-12-121-1/+1
* Make GGA report altitude with two decimal digits of precision, not just one.Eric S. Raymond2007-12-101-1/+1
* Improved error and rpgress reporting, plus a typo fix.Eric S. Raymond2007-12-101-1/+1
* Fix a misleading comment.Eric S. Raymond2007-12-101-1/+1
* a waveform with a 2 second period has a frequency of 0.5 HzMick Durkin2007-12-091-2/+2
* minor comment correctionMick Durkin2007-12-081-2/+2
* Refactoring step and fix to ntp interface.Mick Durkin2007-12-081-17/+30
* convert time structure elements to human-readable scale sooner...Chris Kuethe2007-12-081-2/+7
* don't print NaN if the data is not availableChris Kuethe2007-12-081-2/+4
* Allow for the situation where a fix message is generated... Mick Durkin2007-12-061-2/+2
* -T is gone. We'll develop a better alternative after 2.35.Eric S. Raymond2007-12-061-5/+1
* Address a bug in the incrementing of fixcnt spotted by Mick Durkin.Eric S. Raymond2007-12-051-2/+9
* minor changes to pacify splintMick Durkin2007-10-181-1/+1
* Introduce not-very-documented test mode. Chris Kuethe2007-10-171-1/+5
* avoid a core dump if, somehow, the session goes NULLChris Kuethe2007-10-161-1/+6
* I think the error modelling is fixed. Thanks to Dave (you know who you are)Chris Kuethe2007-08-301-8/+7
* Shift a couple of lines of driver private data initialisation...Mick Durkin2007-07-181-2/+3
* More splint cleanups and elimination of another static...Eric S. Raymond2007-06-021-4/+6
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-1/+1
* Change return ttype of gpsd_write to be what the Garmin driver was expecting;Eric S. Raymond2007-06-011-41/+42
* Better error modelling. Chris Kuethe2007-01-271-42/+41
* remove extra '&&'Chris Kuethe2007-01-031-1/+1
* more paranoiaChris Kuethe2007-01-031-0/+1
* having both enable-italk and enable-itrax is dumb. Chris Kuethe2006-12-281-2/+2
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-0/+5
* Diego Burge's driver builds, but it messes up some regression tests...Eric S. Raymond2006-12-151-0/+5
* Don't rely on code previous to gpsd_error_model() to set error estimates to NAN.Eric S. Raymond2006-12-081-0/+6
* Our formula for computing estimated track error was computationally unstable.Eric S. Raymond2006-12-081-11/+15
* Break up some modules a little finer, in support of some Python bindings.Eric S. Raymond2006-12-041-67/+0
* Fix ALLOW_RECONFIGURE compilation.Eric S. Raymond2006-12-011-4/+8
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-22/+22
* Fixes to SiRF reversion logic...Eric S. Raymond2006-11-271-1/+2
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-4/+4
* Fix a minor bug: spurious "no probe matched" report.Eric S. Raymond2006-11-261-0/+2
* New SiRF probe logic works with SiRF-II, should work with I and III as well.Eric S. Raymond2006-11-211-7/+0
* Remove some conditionalizations that don't make sense.Eric S. Raymond2006-11-211-2/+0
* Make back_to_nmea a public flag (rather than a per-driver private flag)...Eric S. Raymond2006-11-211-1/+5
* Fix a glitch, apparently due to some race condition in gpsfake...Eric S. Raymond2006-11-211-1/+6
* Pull the "configurable" bit out of the context structure & make it per-driver...Eric S. Raymond2006-11-201-17/+23
* New control flow works on SiRF.Eric S. Raymond2006-11-201-6/+2