summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-3/+3
* Update the help message.Eric S. Raymond2006-03-121-2/+6
* Commits from the Caribbean (III) 18.829154N / 79.510835WChris Kuethe2006-02-211-3/+10
* Pre 2.31 minor bugfixes.Eric S. Raymond2006-02-171-2/+1
* Don't truncate the socket. From Matthias Kilian via email.Chris Kuethe2006-02-151-2/+1
* Omplement 'G' command and bump version for release.release-2.30Eric S. Raymond2005-09-141-11/+33
* Defer-on-sync isn't going to work, alas.Eric S. Raymond2005-09-141-33/+0
* Some of the instrumentation is less efficient now.Eric S. Raymond2005-09-141-4/+3
* We now pass all regression tests with a test frame...Eric S. Raymond2005-09-131-3/+0
* Finally, get rid of the extra handle_gpsd_request().Eric S. Raymond2005-09-081-12/+3
* Sneaking up on inlining the F code. Something weird is going on here.Eric S. Raymond2005-09-081-8/+3
* Another step towards defer-on-sync.Eric S. Raymond2005-09-081-33/+8
* Another step towards defer-on-sync.Eric S. Raymond2005-09-081-1/+42
* Simplify a test.Eric S. Raymond2005-09-071-2/+2
* This version of defer-on-sync works, but it's an awful crock. Checkpointing.Eric S. Raymond2005-09-071-1/+2
* Instrumentation improvements.Eric S. Raymond2005-09-071-4/+11
* First checkin of sync-deferral code, but it's conditioned out.Eric S. Raymond2005-09-071-4/+49
* splint cleanup and cosmetic fixes.Eric S. Raymond2005-09-011-8/+6
* Improved logging messages (no logic changes).Eric S. Raymond2005-08-311-15/+15
* Allocation policy is a pedicate now.Eric S. Raymond2005-08-221-5/+21
* Subtle change in how devices and the nowait option are handled.Eric S. Raymond2005-08-221-31/+28
* Avoid emitting NANs in Q output.Eric S. Raymond2005-08-201-5/+7
* Prevent core dump on -d option.Eric S. Raymond2005-08-201-1/+2
* Fix/workaround the effects of gpsd_open and friends forgetting the baud rate...Chris Kuethe2005-08-051-1/+3
* Try to sync up a little quicker.Chris Kuethe2005-08-051-0/+2
* Instrument the offline message.Eric S. Raymond2005-08-041-1/+2
* splint and error-message cleanup.Eric S. Raymond2005-08-031-1/+1
* gpsprof works again on garmin GPS 18USB. NaN not handled yet.Gary E. Miller2005-08-031-2/+7
* Unbreak an RTCM regression test.Eric S. Raymond2005-08-011-1/+1
* Fix minor bug in D response.Eric S. Raymond2005-07-291-1/+1
* Prevent a core dump when we get a device assigned but don't know its type yet.Eric S. Raymond2005-07-291-1/+1
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-2/+2
* Condition out the service stuff again.Eric S. Raymond2005-07-281-29/+29
* Backout the 'Back out the attempts to do port 2101 service.'Eric S. Raymond2005-07-281-29/+29
* First cut at RTCM undumper, and some splint cleanup.Eric S. Raymond2005-07-271-2/+2
* Back out the attempts to do port 2101 service.Eric S. Raymond2005-07-271-29/+29
* Back out a change that screws up testing.Eric S. Raymond2005-07-271-1/+1
* This version passes all regression tests and should serve RTCM-104 on port 2101.Eric S. Raymond2005-07-271-18/+92
* RTCM104 integration.Eric S. Raymond2005-07-271-1/+14
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-3/+0
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-15/+13
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-1/+1
* gpsfake can feed the daemon an RTCM stream...Eric S. Raymond2005-07-161-0/+9
* Solo-user check is implemented for B, C, N.Eric S. Raymond2005-07-141-10/+24
* Documentation impriovenents.Eric S. Raymond2005-07-141-4/+4
* Don't emit binary characters when logging messages with raw binary in them.Eric S. Raymond2005-07-141-3/+10
* Typo fix.Eric S. Raymond2005-07-141-1/+1
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-4/+19
* Added Sony support.Eric S. Raymond2005-07-061-1/+1
* Ready to ship 2.27.release-2.27Eric S. Raymond2005-07-061-3/+3