summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-2172-4/+76
* fix the $Id$ keyword substitution hereChris Kuethe2006-09-211-1/+1
* fix the $Id$ keywords hereChris Kuethe2006-09-213-3/+3
* Type length meditations.Chris Kuethe2006-09-201-1/+1
* Move the rtcm message structure to its own header. Chris Kuethe2006-09-203-435/+485
* Fix the documentation of the SBAS corrections message...Chris Kuethe2006-09-191-6/+16
* forgot to update the message sizeChris Kuethe2006-09-191-1/+1
* Fix the description of message 27... finally.Chris Kuethe2006-09-191-4/+5
* ESR removed the rest of the HEADING_FIX code, we'll "disappear" this bit too.Chris Kuethe2006-09-191-9/+0
* Fix comment. Code is now tested on BE/LE and 32/64 bit CPUs.Gary E. Miller2006-09-171-2/+3
* Remove last traces of --enable-wired-policy. Prompted by Stelian PopChris Kuethe2006-09-141-1/+0
* One more try at fixing the non-kitchen-sink build.Chris Kuethe2006-09-141-1/+4
* adding "--include-deps" creates makefiles compatible with bsd and gnu makeChris Kuethe2006-09-141-1/+1
* 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
* Don't try to do strchr against the NULL pointer.Chris Kuethe2006-09-131-1/+1
* The -o option was removed.Chris Kuethe2006-09-131-1/+0
* Tweak comments for uBlox LEA-4H.Gary E. Miller2006-09-111-2/+2
* Add in regression for Jeff Fisher's Pharos GPS-360.Gary E. Miller2006-09-112-0/+737
* Add in regression for Dave Highland's uBlox LEA-4H module.Gary E. Miller2006-09-112-0/+912
* Remove unnecessary inclusions.Eric S. Raymond2006-09-091-12/+0
* 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-093-105/+118
* 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-0912-237/+236
* Clean up EPE calculation.Eric S. Raymond2006-09-094-57/+41
* Eliminate another sneak path that was carrying stale data between cycles.Eric S. Raymond2006-09-0914-439/+502
* Another step in eliminating dead storage. All regression tests pass.Eric S. Raymond2006-09-092-3/+1
* Fix installed-file coverage in the specfile.Eric S. Raymond2006-09-081-10/+6
* Declare static some variables that don't need to be exported.Eric S. Raymond2006-09-081-4/+3
* New version that copes with >12 channels better, by Jeff Francis.Eric S. Raymond2006-09-081-360/+384
* splint cleanup.Eric S. Raymond2006-09-081-2/+2
* Rebuild for 64-bit machine.Eric S. Raymond2006-09-087-75/+75
* Do mode checks relative to the user fixbuffer.Eric S. Raymond2006-09-081-31/+29
* Possible fix for NTP breakage.Eric S. Raymond2006-09-081-3/+3
* Conditioning DOP calculation on the state of new data actually sees to improveEric S. Raymond2006-09-076-112/+114
* Revert change.Gary E. Miller2006-09-061-4/+2
* Avoid issuing spurious 3D error estimates in 2D mode.Eric S. Raymond2006-09-0512-101/+103
* A gallimaufry of small fixes:Eric S. Raymond2006-09-054-10/+20
* Fix reversed test in GPGLL processing that was hosing regressions.Eric S. Raymond2006-09-054-13/+13
* Don't let cgps spin if read fails. Prompted by Petr Slansky on gpsd-dev.Chris Kuethe2006-09-041-1/+2
* Extend copyright year.Chris Kuethe2006-09-031-15/+37
* having "char *poll" causes runtime linker warnings. rename to "pollstr"Chris Kuethe2006-09-031-2/+2
* Stelian Pop's rewrite of cgpxlogger.c to use libgps and have a J switch.Eric S. Raymond2006-09-034-165/+88
* Stelian Pop's cleanups for the J command.Eric S. Raymond2006-09-033-8/+1
* Ooops...bad capitalization.Eric S. Raymond2006-09-021-1/+1
* Implement no-CASOC policy in a more explicit (and correct!) way.Eric S. Raymond2006-09-021-13/+7
* More cleanup. Eric S. Raymond2006-09-012-18/+18
* First stage of cleanup after the J patch; remove unused storage.Eric S. Raymond2006-09-012-3/+2
* Finally, a version of the J-command patch that passes regression tests.Eric S. Raymond2006-09-012-39/+1