summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Apply Lonnie Mendez patches to fix my gpsd mistakes.Gary E. Miller2005-08-261-0/+2
* Warning and splint cleanup.Eric S. Raymond2005-08-201-1/+1
* With these changes the RPMs will build...Eric S. Raymond2005-08-191-2/+2
* Minor changes to SiRF initialization.Eric S. Raymond2005-08-171-1/+1
* Fixes to packet engine from Curt and Josh. Gary E. Miller2005-08-071-0/+3
* OK, back out the 4 second wait.Chris Kuethe2005-08-051-1/+1
* Fix/workaround the effects of gpsd_open and friends forgetting the baud rate...Chris Kuethe2005-08-051-0/+2
* Try to sync up a little quicker.Chris Kuethe2005-08-051-1/+3
* Mostly fix garmin to work with new packet parse structure.Gary E. Miller2005-08-021-2/+3
* Merge Petr Slanky's gpsd_write() patch.Eric S. Raymond2005-08-011-1/+1
* Call close last during wrapup.Eric S. Raymond2005-08-011-1/+1
* True North support integrated.Eric S. Raymond2005-08-011-2/+2
* Make r=2 mode work again.Eric S. Raymond2005-07-291-1/+1
* Fix Petr Slansky's NMEA-switching bug.Eric S. Raymond2005-07-291-0/+5
* Packetizing RTCM revealed a bug deep in the framework code. Eric S. Raymond2005-07-261-9/+12
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-3/+3
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-4/+4
* A large step towards automatically syncing with RTCM streams.Eric S. Raymond2005-07-261-3/+3
* More interface narrowing.Eric S. Raymond2005-07-251-11/+1
* Narrow an interface.Eric S. Raymond2005-07-251-6/+4
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-2/+7
* Factor out subframe interpretation so EverMore can use it.Eric S. Raymond2005-07-201-0/+113
* More EverMore fixes from Petr Slansky.Eric S. Raymond2005-07-201-1/+1
* More debugging machinery for RTCM tests.Eric S. Raymond2005-07-201-1/+1
* Fix a bug in the hexdumper.Eric S. Raymond2005-07-191-1/+1
* Timestamp on both branches of the guard in gpsd_poll.Eric S. Raymond2005-07-191-4/+5
* More steps towards getting the packet state machine to recognize RTCM.Eric S. Raymond2005-07-191-3/+3
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-3/+3
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-0/+13
* One more step in teaching the packet getter to grok RTCM.Eric S. Raymond2005-07-181-1/+2
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-1/+1
* Documentation impriovenents.Eric S. Raymond2005-07-141-0/+3
* More refactoring, RTCM dump function is now an ordinary dump hook.Eric S. Raymond2005-07-131-0/+6
* In theory we now have an RTCM104 driver...Eric S. Raymond2005-07-131-5/+4
* Fix minor bug reported by Oleg Gusev.Eric S. Raymond2005-07-131-6/+19
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-0/+4
* Bimary member cleanup.Eric S. Raymond2005-07-111-1/+1
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-0/+14
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-2/+2
* Big driver structure refactoring.Eric S. Raymond2005-07-081-4/+2
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+2
* Add some documentation, and a no-read timeout.Eric S. Raymond2005-07-051-1/+1
* Much simpler DGPS test.Eric S. Raymond2005-07-041-16/+1
* Be aware of WAAS satellites.Eric S. Raymond2005-07-041-1/+16
* Slightly better unstrumentation of file descriptor operations.Eric S. Raymond2005-07-021-2/+2
* We have track error computation.Eric S. Raymond2005-07-011-4/+27
* Gather all the error-modeling into one spot.Eric S. Raymond2005-07-011-64/+78
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-3/+5
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-291-1/+1
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-56/+2