summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Temporarily disable some code until I figure out what is going on.Eric S. Raymond2006-11-191-0/+2
* Change the initialization/deinitialization API slightly, and document it.Eric S. Raymond2006-11-181-10/+16
* EverMore patch by Petr Slansky, and a link for the project page.Eric S. Raymond2006-11-171-8/+9
* Move the checking of probe functions... Eric S. Raymond2006-11-171-0/+20
* Count packets, not fragments.Eric S. Raymond2006-11-161-1/+1
* Evermore fixes and move of a close message, from Petr Slansky.Eric S. Raymond2006-11-161-2/+2
* Avoid a confusing message in the log. Bug report by Petr Slansky.Eric S. Raymond2006-11-151-1/+2
* gpsctl needs gpsd_id which isn't defined in the nmea-only case.Chris Kuethe2006-11-151-15/+15
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-2/+14
* Zero the private drive storage at device-activate time...Eric S. Raymond2006-11-131-0/+1
* Several small fixes:Eric S. Raymond2006-11-121-0/+1
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-1/+1
* Avoid a crash (NULL-dereference) if gpsd is pointed at a serial port...Chris Kuethe2006-11-081-0/+3
* Interleave NMEA subtype probes with received packets. This seems to Eric S. Raymond2006-11-071-1/+3
* Use xmlto or xsltproc conditionally to rebuild the man pages.Eric S. Raymond2006-11-061-1/+1
* got the nybbles backwardsChris Kuethe2006-11-041-1/+1
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-1/+1
* Define uniform log level macros.Eric S. Raymond2006-11-021-14/+14
* Define a function to do ID reports with subtypes...Eric S. Raymond2006-11-011-0/+12
* Another strncpy/strlcpy fix.Eric S. Raymond2006-11-011-1/+1
* Another small refactoring step.Eric S. Raymond2006-11-011-2/+2
* More pure refactoring.Eric S. Raymond2006-11-011-2/+1
* Add some more PPS logging.Gary E. Miller2006-11-011-1/+6
* Make it possible to disable reconfiguration.Eric S. Raymond2006-10-301-2/+3