summaryrefslogtreecommitdiff
path: root/gpsutils.c
Commit message (Expand)AuthorAgeFilesLines
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-11/+11
* Emit "mode" before its dependent attributes in TPV, and timestamps with .3f.Eric S. Raymond2011-03-221-2/+7
* Give timestamps their own typedef. No logic changes.Eric S. Raymond2011-03-101-6/+6
* More splint cleanup.Eric S. Raymond2011-02-211-1/+1
* splint cleanup.Eric S. Raymond2011-02-211-1/+1
* Bulletproof a formatting function against C library variations.Eric S. Raymond2011-02-191-1/+2
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-2/+2
* Document gpsd's assumption about the host system clock correctly.Eric S. Raymond2011-01-201-11/+0
* All the messy gpstime conversion stuff isin timebase.c now.Eric S. Raymond2011-01-201-33/+2
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-0/+2
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-4/+0
* Last thing we need is two different GPS_EPOCH values.Eric S. Raymond2010-12-201-1/+0
* Abolish gpsd_report.c. No more hardwired logging from the client libraries.Eric S. Raymond2010-12-161-315/+0
* More partial splint cleanup.Eric S. Raymond2010-12-081-0/+2
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-4/+0
* Enhance the earth-distance() function to compute initial and final bearings...Gleb Smirnoff2010-10-231-2/+14
* gpsutil.c: fill_dop bug if sats < 4Jon Schlueter2010-10-061-0/+12
* Suppress logging of the satellite picture.Eric S. Raymond2010-04-151-1/+1
* Allow GNU indent to have its way with the last two files.Eric S. Raymond2010-04-141-2/+2
* Whitespace tweaks to pacify indent.Eric S. Raymond2010-04-141-2/+3
* Scatter GNU indent pragmas to tell it not to do stupid things.Eric S. Raymond2010-04-141-1/+3
* Reindented some small utility modules. All regression tests pass.Eric S. Raymond2010-04-141-205/+206
* A longstanding bug in error modeling fixed.Eric S. Raymond2010-04-131-1/+1
* Detect and scavenge unused daemon-side status-mask bit.Eric S. Raymond2010-04-101-2/+0
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-48/+13
* Internals of Qt support.Chris Browet2010-03-311-0/+20
* Dead-code removal.Eric S. Raymond2010-03-231-35/+0
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+7
* Use the Vincenty formula rather than the Haversine formula for earth_distance.Chris Kuethe2010-02-271-43/+60
* Removing logging put in place for debugging failing tests on Mac OS X.Michael Ledford2009-12-031-13/+1
* More logging to find regression test error on OS X. Getting closer.Michael Ledford2009-12-021-1/+7
* Increased logging precision gpsd_error_model().Michael Ledford2009-11-301-0/+7
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Change some logging levels and reduce verbosity.Eric S. Raymond2009-10-061-4/+2
* Condition out some dead code.Eric S. Raymond2009-10-021-0/+2
* SKY response now includes DOP reports.Eric S. Raymond2009-09-151-3/+13
* Remove a variable declaration that is now unused.Eric S. Raymond2009-09-151-1/+0
* Separate DOP flags are gone.Eric S. Raymond2009-09-151-7/+1
* Add clear_dop().Eric S. Raymond2009-09-151-16/+21
* Give DOPs their own structure...Eric S. Raymond2009-09-151-15/+15
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-4/+7
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-1/+1
* I don't think a singular LOS matrix is worth a LOG_WARN. Chris Kuethe2009-07-071-33/+35
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+1
* avoid a crash while parsing time. from greg troxelChris Kuethe2008-12-021-1/+1
* revert eric's patch to fix leap year date handlingChris Kuethe2008-01-011-14/+24
* Fix for mkgmtime bug reported by Rob Janssen, from GNU gmtime() manual page.Eric S. Raymond2008-01-011-21/+14