summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* When generating the GPGGA message, look into the gpsdata.status...Chris Kuethe2006-10-011-2/+1
* Previous commit broke the build; fix it. From: Petr Slansky.Gary E. Miller2006-09-301-1/+2
* Petr Slansky pointed out that somehow, he was getting fix quality 3 - PPS!Chris Kuethe2006-09-301-1/+1
* Fix typo in PPS patch. Disable automatic garmin binary init.Gary E. Miller2006-09-281-1/+2
* Patch to allow PPS on CTS instead of DCD.Gary E. Miller2006-09-281-4/+10
* Make the hexdump-to-binary converter part of libgpsdChris Kuethe2006-09-281-0/+42
* Now usually detects Garmin Serial binary and calls proper driver. Gary E. Miller2006-09-261-1/+1
* Garmin serial binary is very similar to TSIP binary.Gary E. Miller2006-09-261-0/+5
* Correctly account for the satellites actually used in the positioningChris Kuethe2006-09-231-1/+1
* Format of PGRME output was wrong. Reported by Petr Slansky. Chris Kuethe2006-09-221-1/+1
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* One more try at fixing the non-kitchen-sink build.Chris Kuethe2006-09-141-1/+4
* Missed this when doing single-protocol tests. From Stelian Pop on gpsd-dev.Chris Kuethe2006-09-141-1/+1
* Only allow PPS after four good fixes.Gary E. Miller2006-09-141-1/+2
* Refactor core library some more. All regression tests pass.Eric S. Raymond2006-09-091-13/+13
* Factor core library to reduce footprint when SiRF isn't compiled in.Eric S. Raymond2006-09-091-105/+0
* Don't report bad fixes to a DGPS server.Eric S. Raymond2006-09-091-1/+2
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-35/+35
* Clean up EPE calculation.Eric S. Raymond2006-09-091-15/+11
* Eliminate another sneak path that was carrying stale data between cycles.Eric S. Raymond2006-09-091-3/+0
* Another step in eliminating dead storage. All regression tests pass.Eric S. Raymond2006-09-091-2/+0
* splint cleanup.Eric S. Raymond2006-09-081-2/+2
* Conditioning DOP calculation on the state of new data actually sees to improveEric S. Raymond2006-09-071-1/+1
* Avoid issuing spurious 3D error estimates in 2D mode.Eric S. Raymond2006-09-051-2/+4
* A gallimaufry of small fixes:Eric S. Raymond2006-09-051-0/+2
* More cleanup. Eric S. Raymond2006-09-011-17/+17
* First stage of cleanup after the J patch; remove unused storage.Eric S. Raymond2006-09-011-2/+2
* Refactor the way stashing oldfixes is handled. Eric S. Raymond2006-09-011-20/+15
* Yet another minor data-management bug.Eric S. Raymond2006-09-011-9/+6
* Nailed a data-management bug. Eric S. Raymond2006-09-011-0/+2
* Shrink the J patch still further. All regression tests pass.Eric S. Raymond2006-09-011-6/+6
* Reduce the size of the J patch still further. All regression tests pass.Eric S. Raymond2006-09-011-18/+17
* Have the error modeller key off whether members are NAN...Eric S. Raymond2006-09-011-11/+6
* Properly clear the DOP members in each sentence.Eric S. Raymond2006-09-011-2/+8
* It's not necessary for the error-modeling code to set the flag bits for fields.Eric S. Raymond2006-08-311-15/+4
* Make the error-modeling code visible.Eric S. Raymond2006-08-311-23/+23
* Fix spurious emission of PGRME when there is no fix.Eric S. Raymond2006-08-311-25/+30
* Correct the setting of some status bits.Eric S. Raymond2006-08-211-6/+6
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-8/+8
* SiRF name cleanup.Chris Kuethe2006-08-171-5/+5