summaryrefslogtreecommitdiff
path: root/gpxlogger.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve normal termination in gpxlogger.Eric S. Raymond2011-09-271-0/+2
* Avoid code duplication of DBUS client stuff.Eric S. Raymond2011-09-261-94/+1
* Remove a fossil remnant from before the daemon did automated cycle detection.Eric S. Raymond2011-08-081-2/+2
* Arrange for shared-memory segment to be properly removed on ^C.Eric S. Raymond2011-07-011-0/+1
* Remove unused code.Eric S. Raymond2011-06-301-3/+1
* Cosmetic fix from mike_t, slightly hacked. All regression tests pass.Eric S. Raymond2011-06-301-2/+2
* Removed duplicate code.Michael Tatarinov2011-06-291-3/+1
* Typo fix.Michael Tatarinov2011-05-271-2/+2
* splint cleanup.Eric S. Raymond2011-05-261-1/+1
* Typo fix.Michael Tatarinov2011-05-261-1/+1
* Update gpxlogger to use GPX 1.1 metadata tags.Michael Tatarinov2011-05-251-6/+6
* Give up on trying to splint the DBUS code. The headers confuse splint.Eric S. Raymond2011-04-031-4/+4
* Part repair of the shm dispatch.Eric S. Raymond2011-03-271-1/+1
* Shared-memory export is now integrated and documented.Eric S. Raymond2011-03-271-3/+3
* Change return values in the shm interface to be more like socket export.Eric S. Raymond2011-03-271-3/+8
* gpxlogger improvementsBeat Bolli2011-03-271-15/+17
* Fix a glitch in the SiRF driver exposed by the SHM export.Eric S. Raymond2011-03-261-0/+2
* Experimental export via shared memory is almost working.Eric S. Raymond2011-03-261-20/+86
* Enable gpsd to be built withot socket and subscription support.Eric S. Raymond2011-03-251-3/+3
* Enable client debugging to actually work in gpxlogger.Eric S. Raymond2011-03-231-0/+1
* Give gps_waiting() a timeout argument. Use it systematically in test clients.Eric S. Raymond2011-03-091-15/+3
* Splint cleanup. All regression tests pass.Eric S. Raymond2011-02-161-1/+1
* In gpxlogger, added <sat>, <hdop>, <vdop>, <pdop> elements.Michael Tatarinov2011-02-141-66/+71
* In gpxlogger, filter for device on the server rather than client side,Michael Tatarinov2011-02-141-12/+5
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-4/+4
* More deheader testing.Eric S. Raymond2011-01-121-0/+3
* Correct a previous commit changing <time.h> to <sys/time.h> eceywhere.Eric S. Raymond2010-12-211-0/+1
* Clients are no longer required to define a gpsd_report() hook.Eric S. Raymond2010-12-191-2/+6
* Implemented Gleb Smirnoff's -m option for gpxlogger.Eric S. Raymond2010-12-171-28/+42
* Merge in tthe -d and -f capabilties from Gleb Smirnoff's gpxlogger2/gpxloggerd.Eric S. Raymond2010-12-171-43/+80
* Because we're taking SuS seriously we can simplify the configuration machinery.Eric S. Raymond2010-12-141-3/+1
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* First round of changes for API major version 5:Eric S. Raymond2010-07-131-1/+1
* Introduce the gps_read() entry point and use it internally.Eric S. Raymond2010-06-081-1/+1
* Use re-entrant open in the C examples.Eric S. Raymond2010-06-071-14/+13
* Use of EMIX isn't actually a bug, given the DBUS format.Eric S. Raymond2010-04-251-4/+0
* Reindent two more programs. That's everything except xgpsspeed/Tachometer.c.Eric S. Raymond2010-04-141-82/+87
* Splint-clean gpxlogger.Eric S. Raymond2010-04-141-10/+18
* Using WATCH_NEWSTYLE makes a poor example now that NEWSTYLE is the default.Eric S. Raymond2010-03-301-1/+1
* Fix building with --disable-clientdebugPaulius Zaleckas2010-03-281-2/+2
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-3/+3
* Eliminate more Subversion tracks...Eric S. Raymond2010-03-131-1/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-3/+2
* Type and inclusion cleanup.Eric S. Raymond2010-01-031-3/+5
* Give gpxlogger the -D option, abolish the last remnant of cgpxlogger.Eric S. Raymond2009-12-081-1/+10
* Fix the DBUS build.Eric S. Raymond2009-11-251-1/+7
* Pick up a dropped stitch near DBUS.Eric S. Raymond2009-11-241-1/+3
* 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