summaryrefslogtreecommitdiff
path: root/libgps.h
Commit message (Collapse)AuthorAgeFilesLines
* punt export_tMike Frysinger2013-04-101-17/+0
| | | | | | | | Nothing is actually following the convention laid out by this enum, so punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-6/+6
|
* Typo fix.Eric S. Raymond2012-01-151-1/+1
|
* First cut at implementing waiting test for shm export.Eric S. Raymond2011-10-031-3/+3
| | | | Timeout argument is presently ignored.
* Remove duplicate code.Michael Tatarinov2011-09-301-0/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Magic-number elimination.Eric S. Raymond2011-09-301-0/+3
| | | | All three exports work.
* Canned mainloop function for socket export...Eric S. Raymond2011-09-281-3/+3
| | | | ...also, dispatch to open for the DBUS transport.
* Runtime dispatch to methods is working in the client library.Eric S. Raymond2011-09-281-1/+12
|
* Avoid a name collision.Eric S. Raymond2011-09-281-1/+1
|
* First step in runtime export dispatch for the client library.Eric S. Raymond2011-09-281-0/+7
|
* Break out prototypes for client library export methgods into a new heasder.Eric S. Raymond2011-09-281-0/+31
All regression tests pass. All three exports work in gpxlogger.