summaryrefslogtreecommitdiff
path: root/gpxlogger.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-3/+3
* I found the bug in JSON parsing, so re-enable new protocol on all clients.Eric S. Raymond2009-11-171-1/+1
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-1/+1
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-1/+1
* J command and switch are gone.Eric S. Raymond2009-09-111-10/+2
* Fix an implicit-declaration glitch.Eric S. Raymond2009-08-271-1/+1
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-25/+1
* Make more of the test clients protocol-neutral. Document why xgps isn't.Eric S. Raymond2009-08-241-7/+8
* Parse WATCH responses in the client library. All regression tests pass.Eric S. Raymond2009-08-231-4/+4
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-1/+1
* fix for bug 15795 - char devname[] shadows a standard functionChris Kuethe2009-07-031-4/+4
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-0/+1
* Move gpsfix decl out of ifdef DBUS.Greg Troxel2009-02-261-1/+2
* Standardized parsing of server:port:device client arguments.Eric S. Raymond2009-02-251-40/+12
* As good a merge as we'll get, barring shipping mode data over D-Bus.Eric S. Raymond2009-02-251-39/+23
* Code fully merged...Eric S. Raymond2009-02-251-121/+96
* Merge cgpxlogger into gpxlogger. Still needs some code merging inEric S. Raymond2009-02-251-5/+256
* More refactoring.Eric S. Raymond2009-02-251-5/+5
* Refactor in preparation for merging cgpxlogger.Eric S. Raymond2009-02-251-66/+94
* Simplify the internal D-Bus interface.Eric S. Raymond2009-02-241-0/+2
* Knock the rust off the D-Bus code.Eric S. Raymond2009-02-241-146/+138
* missing headerChris Kuethe2007-12-121-0/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Dual-licensing, with permission. Thank you!Chris Kuethe2006-09-211-1/+1
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Including config.h shouldn't break the build of gpxlogger...Chris Kuethe2006-08-211-0/+1
* Try to unbreak the gpxlogger build.Eric S. Raymond2006-08-211-1/+0
* Remove bogus requirement of command-line argument.Eric S. Raymond2006-08-161-10/+4
* Change gpxlogger so it writes to standard output.Eric S. Raymond2006-03-021-36/+28
* Pre 2.31 minor bugfixes.Eric S. Raymond2006-02-171-37/+25
* Integrate gxlogger.Eric S. Raymond2005-08-031-0/+235