summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename some methods for clarity.Eric S. Raymond2006-10-301-2/+2
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-0/+4
* More work on gpsctrl.Eric S. Raymond2006-10-301-5/+7
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-15/+2
* Clean up some unfortunate nomenclature discovered while working on gpscntrl.Eric S. Raymond2006-10-301-4/+4
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-3/+5
* Partial splint cleanup.Eric S. Raymond2006-10-261-2/+7
* Correct scaling in PGRME output.Eric S. Raymond2006-10-251-4/+8
* Remove unnecessary memset. Prompted by gprof and Petr Slansky.Chris Kuethe2006-10-241-1/+1
* This can be done without having to do arithmetic. From Petr SlanskyChris Kuethe2006-10-241-3/+3
* avoid using snprintf with "%02x" for a format. it's faster to do 2 lookups.Chris Kuethe2006-10-241-1/+3
* Allow for gpsd_report and gpsd_hexdump to be suppressed to save cpu cycles.Chris Kuethe2006-10-241-0/+4
* Move the logic for poking the NTP daemomn out of the NMEA driver.Eric S. Raymond2006-10-231-0/+14
* Adjust PPS to also work with a 2Hz square wave.Gary E. Miller2006-10-091-1/+10
* Add more PPS debuggingGary E. Miller2006-10-011-1/+5