summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable eveything to build when RTCM104 is configured out.Eric S. Raymond2005-12-205-3/+19
* Update documentation, hack the logo a bit, fix a bad link.Eric S. Raymond2005-12-207-184/+212
* Dump synthetic NMEA with correct units.Eric S. Raymond2005-12-191-1/+1
* Rebuild regression test for gcc 4.0.0 under x86_64.Eric S. Raymond2005-12-1918-253/+124
* Various select implementations clobber the timeout structure...Chris Kuethe2005-09-281-3/+4
* @#&^(#@*$&!!! xterm adding line endings in the middle of a cut-n-paste.Chris Kuethe2005-09-281-2/+1
* Patch from Marc Matteo's OpenBSD port.Chris Kuethe2005-09-281-1/+2
* Why did I ever think it was necessary to jump through that convoluted hoop.Chris Kuethe2005-09-281-6/+3
* Bad hacker - no donut!Chris Kuethe2005-09-281-4/+4
* Small fixes.Chris Kuethe2005-09-281-12/+25
* Perl script goes away, now that we have a straightforward logger...Chris Kuethe2005-09-281-263/+0
* Add cgpxlogger - a GPX logging program that polls gpsd and outputs GPX records.Chris Kuethe2005-09-282-1/+329
* Clean up some extraneous ^Ms.Chris Kuethe2005-09-271-76/+115
* cgps fixes from rom Jeff Francis:Chris Kuethe2005-09-152-9/+42
* Omplement 'G' command and bump version for release.release-2.30Eric S. Raymond2005-09-144-14/+53
* Defer-on-sync isn't going to work, alas.Eric S. Raymond2005-09-141-33/+0
* Small correction in case packet_pushback is ever actuallly used.Eric S. Raymond2005-09-141-0/+1
* 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-132-19/+7
* 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
* Add explanatory comment.Eric S. Raymond2005-09-081-0/+3
* 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
* A step towards getting rid of the rather bogus "of" probe in gpsfake.pyEric S. Raymond2005-09-071-5/+4
* First checkin of sync-deferral code, but it's conditioned out.Eric S. Raymond2005-09-071-4/+49
* Catch a socket error sometimes triggered by interrupting the script.Eric S. Raymond2005-09-071-3/+7
* Sanity check...Eric S. Raymond2005-09-071-0/+2
* Add at least minimal documentation for -s.Eric S. Raymond2005-09-061-0/+4
* xgps now has the -l option as well as cgps. Document it.Eric S. Raymond2005-09-067-21/+53
* Make autogen.sh work even if the version of automake is older, e.g. 1.4-p4.Eric S. Raymond2005-09-061-2/+3
* splint cleanup and cosmetic fixes.Eric S. Raymond2005-09-016-61/+59
* Improved logging messages (no logic changes).Eric S. Raymond2005-08-311-15/+15
* The old hypothetical -p option is the new actual -s option.Eric S. Raymond2005-08-311-5/+0
* Jeff Francis's patch to gpspipe to add serial output.Gary E. Miller2005-08-301-3/+103
* This improves the gpsfake error messsages when failing to open a log file.Gary E. Miller2005-08-271-3/+3
* Apply Lonnie Mendez patches to fix my gpsd mistakes.Gary E. Miller2005-08-263-2/+4
* Add -l option to cgps. -l d is DD.dddddd, -l m is DD MM.mmmm' and -l s is DD ...Gary E. Miller2005-08-252-12/+48
* Add new deg_to_str() function to libgps. Gary E. Miller2005-08-253-6/+59
* 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
* Small patch to cgps.c to fix/change a few things.Chris Kuethe2005-08-211-8/+12
* Avoid emitting NANs in Q output.Eric S. Raymond2005-08-201-5/+7
* More optimization tweaks and cleanup.Eric S. Raymond2005-08-202-9/+9
* Minor optimization using internal statics, thanks to Remco for the reminder.Eric S. Raymond2005-08-202-5/+8
* Warning and splint cleanup.Eric S. Raymond2005-08-207-12/+16
* Only draw the invariant parts once.Eric S. Raymond2005-08-201-20/+24