summaryrefslogtreecommitdiff
path: root/gpxlogger.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* gpxlogger: Move buffer extension below the strftime call.Bernhard Übelacker2018-10-021-2/+6
* gpxlogger: isnan() -> isfinite()Gary E. Miller2018-07-141-4/+4
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Address Savannah bug #50930: gpxlogger track timeout cannot be changedEric S. Raymond2017-09-051-3/+2
* OS syslog compatibility fallback.Robert Norris2017-03-051-1/+0
* Fixes spelling of "daemonization".Fred Wright2017-03-041-1/+1
* Usage text correction in gpxlogger.Fred Wright2017-02-201-1/+2
* Add missing options in gpxlogger usageRobert Norris2017-02-201-1/+1
* Ensure gpxlogger doesn't crash on bad filenameRobert Norris2017-02-201-1/+3
* Explicit marking of ignoring fprintf() resultRobert Norris2017-02-201-7/+7
* Centralizes daemon() calls.Fred Wright2017-01-221-4/+2
* daemon() needs _DEFAULT_SOURCEGary E. Miller2016-08-151-0/+4
* gpxlogger: add option -r to reconnect after fix loss.Beat Bolli2016-02-091-3/+15
* gpxlogger: fix a typo.Beat Bolli2016-02-061-1/+1
* By popular demand, restore STATUS_DGPS_FIX to public interface.Eric S. Raymond2016-01-291-14/+17
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-15/+0
* Generqte -V messages in a uniform way.Eric S. Raymond2015-03-021-1/+2
* Clean STATUS_DGPS_FIX out of the public interface. All regression tests pass.Eric S. Raymond2015-01-131-17/+14
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-1/+0
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-0/+2
* Fixed the choice of method in gpxlogger.Michael Tatarinov2013-11-011-8/+13
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-2/+2
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-9/+9
* Fix a bad cast.Gary E. Miller2012-05-031-1/+1
* Shut up, splint!.Eric S. Raymond2012-01-121-0/+2
* Fix glitch found by cppcheck.Eric S. Raymond2012-01-111-7/+13
* Include needed header.Eric S. Raymond2012-01-101-0/+1
* Hurd patch to support ulimited-length filenames, with a splint fix.Eric S. Raymond2012-01-101-7/+11
* Actual code changes to get rid of Berlios URLs.Eric S. Raymond2011-10-011-1/+1
* Remove duplicate code.Michael Tatarinov2011-09-301-7/+0
* splint cleanup.Eric S. Raymond2011-09-301-1/+0
* Re-do runtime dispatch in the client library.Eric S. Raymond2011-09-301-0/+1
* Refactoring and splint cleanup.Eric S. Raymond2011-09-291-7/+9
* Refactor to create shared code useful for clockwatcher.Eric S. Raymond2011-09-291-35/+6
* splint cleanup.Eric S. Raymond2011-09-291-5/+1
* Remove an unncessary inclusion.Eric S. Raymond2011-09-291-3/+2
* More gpxlogger simplification. All transports work.Eric S. Raymond2011-09-281-52/+27
* Simplify gpxlogger. All three exports work.Eric S. Raymond2011-09-281-55/+21
* Simplify gpxlogger.Eric S. Raymond2011-09-281-9/+3
* First step in runtime export dispatch for the client library.Eric S. Raymond2011-09-281-1/+1
* splint cleanup.Eric S. Raymond2011-09-281-1/+2
* Abstract out the shm export main loop.Eric S. Raymond2011-09-281-8/+1
* Get back to a state where the shm export works.Eric S. Raymond2011-09-271-9/+22
* More API convergence.Eric S. Raymond2011-09-271-9/+3
* Converge the library APIs for different transports more closely.Eric S. Raymond2011-09-271-14/+7
* More refactoring.Eric S. Raymond2011-09-271-3/+2
* More refactoring. Bring DBUS API closer to the generic one.Eric S. Raymond2011-09-271-1/+7
* Refactoring step and minor fixes.Eric S. Raymond2011-09-271-2/+1