Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sys has to be imported for error messages. | Eric S. Raymond | 2011-05-05 | 1 | -1/+1 | |
| | ||||||
* | Tweak leapsecond.py so that it could be used from another script | Jon Schlueter | 2011-04-01 | 1 | -4/+3 | |
| | ||||||
* | Remove a dependency on the leapseconds table being correct. | Eric S. Raymond | 2011-02-02 | 1 | -10/+4 | |
| | | | | (Also, fix it up sop it *is* correct, in case we want it someday.) | |||||
* | Restore the ability to build under Python 2.4. | Eric S. Raymond | 2011-01-25 | 1 | -2/+2 | |
| | ||||||
* | Rebuilding of timebase constants is now completely automated. | Eric S. Raymond | 2011-01-20 | 1 | -0/+2 | |
| | | | | All regression tests pass. | |||||
* | Go back to wiring in a default leap-second offset at start. | Eric S. Raymond | 2011-01-20 | 1 | -0/+1 | |
| | | | | | I thought I could avoid this, but it turns out SiRF chips before firmware rev 2.3.2 don't reliably get a leap-second report either. Sigh... | |||||
* | More cleanup of the machinery for wortking with leap-second history. | Eric S. Raymond | 2011-01-19 | 1 | -1/+1 | |
| | ||||||
* | Generate coefficients for least-squares fit into the C code. | Eric S. Raymond | 2011-01-19 | 1 | -15/+26 | |
| | ||||||
* | Refactor. | Eric S. Raymond | 2011-01-19 | 1 | -9/+9 | |
| | ||||||
* | Compute residuals. | Eric S. Raymond | 2011-01-19 | 1 | -0/+8 | |
| | ||||||
* | Generate least-squares fit. | Eric S. Raymond | 2011-01-19 | 1 | -7/+29 | |
| | ||||||
* | Refactor leap-second fetching. | Eric S. Raymond | 2011-01-19 | 1 | -3/+8 | |
| | ||||||
* | Document how to get a leapsecond trend plot. | Eric S. Raymond | 2011-01-19 | 1 | -0/+4 | |
| | ||||||
* | Date in GNUPLOT ranges have to be quotes, it seems. | Eric S. Raymond | 2011-01-19 | 1 | -1/+1 | |
| | ||||||
* | Leap-second history plotting is *almost* right. | Eric S. Raymond | 2011-01-19 | 1 | -3/+17 | |
| | ||||||
* | Extract Unix times for leap-second history plot. | Eric S. Raymond | 2011-01-19 | 1 | -5/+9 | |
| | ||||||
* | More refactoring, introduce stub for history graphing. | Eric S. Raymond | 2011-01-18 | 1 | -41/+39 | |
| | ||||||
* | Refactor the leap-second fetcher. | Eric S. Raymond | 2011-01-18 | 1 | -40/+32 | |
| | ||||||
* | Remove fossils related to START_SUBFRAME | Eric S. Raymond | 2011-01-18 | 1 | -1/+1 | |
| | ||||||
* | Explanatory comments. | Eric S. Raymond | 2011-01-18 | 1 | -2/+2 | |
| | ||||||
* | Enable building even if we can't reach USNO leap-second history. | Eric S. Raymond | 2011-01-17 | 1 | -26/+31 | |
| | ||||||
* | Refactor the rollover check. All regression tests pass. | Eric S. Raymond | 2011-01-17 | 1 | -118/+0 | |
| | ||||||
* | Add Python output to leapsecond.py. | Beat Bolli | 2011-01-17 | 1 | -10/+18 | |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | |||||
* | Clean up warnings reported by Charles Curley. | Eric S. Raymond | 2011-01-17 | 1 | -2/+96 | |
| | ||||||
* | GPS week rollover check extends to the rollover equivalent of now. | Eric S. Raymond | 2011-01-15 | 1 | -1/+6 | |
| | ||||||
* | Detect week-counter overruns using the leap second. | Eric S. Raymond | 2011-01-15 | 1 | -0/+221 | |
| | ||||||
* | Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories. | Eric S. Raymond | 2009-09-04 | 1 | -95/+0 | |
| | ||||||
* | A bit of bulletproofing for the Python side. | Eric S. Raymond | 2009-01-07 | 1 | -7/+10 | |
| | ||||||
* | Fix fatal typo in test main. | Eric S. Raymond | 2009-01-07 | 1 | -1/+1 | |
| | ||||||
* | Updated timebase.h... | Eric S. Raymond | 2007-12-21 | 1 | -2/+2 | |
| | | | | ...and the added notice that this is part of the release procedure. | |||||
* | Add subversion ID tags near the beginning of every file. | Chris Kuethe | 2006-09-21 | 1 | -0/+1 | |
| | | | | First line where possible, second line for scripts called with #! | |||||
* | Implement leap-second caching. Not tested as root yet. | Eric S. Raymond | 2006-06-08 | 1 | -3/+51 | |
| | ||||||
* | Subtract the right offset. | Eric S. Raymond | 2006-06-08 | 1 | -6/+8 | |
| | ||||||
* | Remote retrieval works. | Eric S. Raymond | 2006-06-08 | 1 | -12/+27 | |
| | ||||||
* | First cut at retrieving leap-second offset from the Web. | Eric S. Raymond | 2006-06-07 | 1 | -0/+26 | |