summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Split an excessively long function. No logic changes. All regression tests pass.Eric S. Raymond2011-02-241-0/+64
* Tweak a KPPS log message that is not really an error.Gary E. Miller2011-02-241-1/+1
* Revert esr's breakage of chrony interface.Gary E. Miller2011-02-241-5/+6
* Abolish device->is_serial. Replaced by device->servicetype.Eric S. Raymond2011-02-241-2/+3
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-1/+0
* Eliminate the context sentdgps member in favor of a per-session state flag.Eric S. Raymond2011-02-241-1/+0
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-241-1/+0
* Move NTRIP per-connection state from global context to private driver area.Eric S. Raymond2011-02-241-3/+0
* Guard probes on whether the device being activated is serial.Eric S. Raymond2011-02-241-1/+1
* initial device recognition is only done for non ntrip connectionsAndre Naujoks2011-02-241-16/+18
* Revert the removal if GPS driver initializers.Gary E. Miller2011-02-231-0/+19
* Refactor device opening. No logic changes. All regression tests pass.Eric S. Raymond2011-02-231-56/+2
* splint cleanup.Eric S. Raymond2011-02-221-2/+2
* strcpy() elimination.Eric S. Raymond2011-02-221-2/+2
* Move a warning about speeds < 38400 that triggered too often.Eric S. Raymond2011-02-221-3/+0
* NTRIP fixes from Andre Naujoks.Eric S. Raymond2011-02-211-21/+4
* change gpsd_init to take a const char * device (name) paramJon Schlueter2011-02-211-1/+1
* A log message needed to move. No logic changes.Eric S. Raymond2011-02-211-3/+3
* splint cleanup. All regression tests pass.Eric S. Raymond2011-02-161-0/+2
* More layer separation. All regression tests pass.Eric S. Raymond2011-02-161-0/+34
* More layer separation. All regression tests pass.Eric S. Raymond2011-02-161-21/+26
* Fix a loss of precision in KPPS, By: Miroslav LichvarGary E. Miller2011-01-271-5/+4
* More refactoring of rollover checking.Eric S. Raymond2011-01-171-41/+0
* Narrow a variable scope to eliminate a warning.Eric S. Raymond2011-01-161-2/+1
* GPS week rollover check extends to the rollover equivalent of now.Eric S. Raymond2011-01-151-1/+2
* Detect week-counter overruns using the leap second.Eric S. Raymond2011-01-151-6/+30
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* deheader cleanup.Eric S. Raymond2011-01-121-3/+2
* It seems sys/wait.h gives splint fits. All regression tests pass.Eric S. Raymond2011-01-121-1/+1
* pull in sys/wait.h for WEXITSTATUSChris Kuethe2011-01-111-0/+1
* Followup top Paul Fertser's device-hook patch.Eric S. Raymond2011-01-111-1/+3
* Add device activation/deactivation hookPaul Fertser2011-01-111-0/+27
* Correct the test for GPS week rollover.Eric S. Raymond2010-12-301-2/+12
* Message cleanup following gem's notification-level change.Eric S. Raymond2010-12-301-2/+2
* Move the speed warning so each autobaud test does not give the warning.Gary E. Miller2010-12-291-1/+6
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-2/+0
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-1/+0
* Partial splint cleanup.Eric S. Raymond2010-12-201-1/+1
* Insert GPS week rollover checks everywhere we rely on GPS time.Eric S. Raymond2010-12-201-0/+6
* Clients are no longer required to define a gpsd_report() hook.Eric S. Raymond2010-12-191-0/+2
* More logging tweaks for PPSGary E. Miller2010-12-171-2/+4
* Missing newline in PPS logging.Gary E. Miller2010-12-171-1/+1
* Tweaks to PPS logging.Gary E. Miller2010-12-171-4/+5
* Tweak some PPS logging.Gary E. Miller2010-12-171-1/+3
* Remove splint override of potential errors that are not there.Gary E. Miller2010-12-171-1/+1
* Retore definition of TIOCMIWAIT so the PPS stuff will work.Eric S. Raymond2010-12-161-3/+15
* Abolish gpsd_report.c. No more hardwired logging from the client libraries.Eric S. Raymond2010-12-161-0/+316
* Refactor to turf all uses of gpsd_report() out of netlib.cEric S. Raymond2010-12-161-2/+4
* Add explanatory comment.Eric S. Raymond2010-12-161-1/+4
* Suppress spurious offline messages.Eric S. Raymond2010-12-161-4/+7