summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor time handling yet again. All regression tests pass.Eric S. Raymond2011-01-2111-45/+55
* Since we now disambiguate rollovers, remove a check no longer needed.Eric S. Raymond2011-01-211-12/+0
* Remove a dependency on the system clock. All regression tests pass.Eric S. Raymond2011-01-211-14/+11
* Add some suitable warning comments.Eric S. Raymond2011-01-215-0/+26
* Another refactoring step for the time logic. All regression tests pass.Eric S. Raymond2011-01-213-10/+10
* Refactoring step. All regression tests pass.Eric S. Raymond2011-01-211-3/+6
* Improve documentation comments. All regression tests pass.Eric S. Raymond2011-01-211-17/+11
* History update.Eric S. Raymond2011-01-201-2/+3
* Refactor. All regression tests pass.Eric S. Raymond2011-01-201-19/+12
* Update the history in the README.Eric S. Raymond2011-01-201-25/+29
* More documentation of our assumptions about time sources.Eric S. Raymond2011-01-202-28/+63
* Standardize date format in all logfiles. gpsfake will need this to set epoch.Eric S. Raymond2011-01-2042-35/+40
* Document gpsd's assumption about the host system clock correctly.Eric S. Raymond2011-01-204-119/+111
* splint cleanup.Eric S. Raymond2011-01-201-6/+6
* All the messy gpstime conversion stuff isin timebase.c now.Eric S. Raymond2011-01-204-82/+51
* Further reduce dependencies onm the sytem clock.Eric S. Raymond2011-01-202-8/+14
* Rebuilding of timebase constants is now completely automated.Eric S. Raymond2011-01-206-33/+17
* Go back to wiring in a default leap-second offset at start.Eric S. Raymond2011-01-2014-618/+629
* Unconditionall enable SiRF's PPS message, and watch for it.Eric S. Raymond2011-01-202-8/+9
* Reduce dependency on the system clock.Eric S. Raymond2011-01-201-16/+8
* Add explantory comments.Eric S. Raymond2011-01-201-0/+7
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdGary E. Miller2011-01-1915-58/+79
|\
| * Added a driver-type flags member to the driver method structure.Eric S. Raymond2011-01-1915-58/+79
* | Sort the sat list in xgps, Thanks to Thomas SprinkmeierGary E. Miller2011-01-191-0/+12
|/
* More cleanup of the machinery for wortking with leap-second history.Eric S. Raymond2011-01-192-22/+6
* Clean up the naming and data flow around generation of leapcheck.h.Eric S. Raymond2011-01-192-6/+8
* Generate coefficients for least-squares fit into the C code.Eric S. Raymond2011-01-195-36/+50
* Refactor.Eric S. Raymond2011-01-191-9/+9
* Compute residuals.Eric S. Raymond2011-01-191-0/+8
* Generate least-squares fit.Eric S. Raymond2011-01-191-7/+29
* Refactor leap-second fetching.Eric S. Raymond2011-01-191-3/+8
* Document how to get a leapsecond trend plot.Eric S. Raymond2011-01-191-0/+4
* Date in GNUPLOT ranges have to be quotes, it seems.Eric S. Raymond2011-01-191-1/+1
* Leap-second history plotting is *almost* right.Eric S. Raymond2011-01-191-3/+17
* Extract Unix times for leap-second history plot.Eric S. Raymond2011-01-191-5/+9
* More refactoring, introduce stub for history graphing.Eric S. Raymond2011-01-181-41/+39
* Refactor the leap-second fetcher.Eric S. Raymond2011-01-181-40/+32
* Update the release procedure.Eric S. Raymond2011-01-181-4/+5
* Update of release procedure.Eric S. Raymond2011-01-181-2/+2
* Stop making an assumption about the leap-second offset at startup.Eric S. Raymond2011-01-1812-609/+593
* Default Evermore driver to NMEA mode so it gets leap-second correction.Eric S. Raymond2011-01-181-8/+24
* More magic-constant elimination.Eric S. Raymond2011-01-181-10/+1
* gemiller says the LEAP_SECONDS check is no longer needed...Eric S. Raymond2011-01-181-35/+20
* Keep leapcheck.i in the repo so we can rebuild without net.Eric S. Raymond2011-01-184-7/+25
* Comment and warning fixups.Eric S. Raymond2011-01-182-3/+3
* Remove fossils related to START_SUBFRAMEEric S. Raymond2011-01-182-17/+1
* splint cleanup. All regression tests pass.Eric S. Raymond2011-01-186-12/+12
* Remove the START_SUBFRAME optimization hack. All regression tests pass.Eric S. Raymond2011-01-182-8/+0
* Added information on GNS sentence.Eric S. Raymond2011-01-181-3/+32
* Explanatory comments.Eric S. Raymond2011-01-181-2/+2