summaryrefslogtreecommitdiff
path: root/libgps.h
Commit message (Expand)AuthorAgeFilesLines
* gps_read(): fix some nasty buffer overruns and corruptions.Gary E. Miller2018-07-141-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Move declarations of libgps_debug related functions and definitions.Rob Norris2016-03-081-0/+17
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-7/+7
* Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).Eric S. Raymond2015-03-011-0/+2
* libgps.h: Fix linkage problemMichal Privoznik2015-01-071-0/+6
* GNU libc timegm() turns out to be buggy when DST is on (glibc-2.19).Eric S. Raymond2014-09-281-7/+0
* Add scons check for gmtimeMatt2014-09-271-3/+5
* Do the right thing if we're not using glibc - use local timegm().Eric S. Raymond2014-09-251-0/+5
* Clean up another FIXME.Eric S. Raymond2014-08-241-0/+3
* punt export_tMike Frysinger2013-04-101-17/+0
* 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
* Remove duplicate code.Michael Tatarinov2011-09-301-0/+1
* Magic-number elimination.Eric S. Raymond2011-09-301-0/+3
* Canned mainloop function for socket export...Eric S. Raymond2011-09-281-3/+3
* 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