summaryrefslogtreecommitdiff
path: root/leapsecond.py
Commit message (Expand)AuthorAgeFilesLines
* Deal properly with scheduled IERS transitions in the future...Eric S. Raymond2012-01-111-3/+6
* More Python sanity checking.Eric S. Raymond2011-10-281-1/+1
* Python glitches caught by pylint.Eric S. Raymond2011-10-281-1/+1
* Add pychecker production for anity-checking Python code.Eric S. Raymond2011-08-231-8/+1
* Documentation and website update.Eric S. Raymond2011-08-201-1/+8
* Don't clobber existing leapseconds cache if USNO is not accessible.Eric S. Raymond2011-08-171-4/+5
* sys has to be imported for error messages.Eric S. Raymond2011-05-051-1/+1
* Tweak leapsecond.py so that it could be used from another scriptJon Schlueter2011-04-011-4/+3
* Remove a dependency on the leapseconds table being correct.Eric S. Raymond2011-02-021-10/+4
* Restore the ability to build under Python 2.4.Eric S. Raymond2011-01-251-2/+2
* Rebuilding of timebase constants is now completely automated.Eric S. Raymond2011-01-201-0/+2
* Go back to wiring in a default leap-second offset at start.Eric S. Raymond2011-01-201-0/+1
* More cleanup of the machinery for wortking with leap-second history.Eric S. Raymond2011-01-191-1/+1
* Generate coefficients for least-squares fit into the C code.Eric S. Raymond2011-01-191-15/+26
* 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
* Remove fossils related to START_SUBFRAMEEric S. Raymond2011-01-181-1/+1
* Explanatory comments.Eric S. Raymond2011-01-181-2/+2
* Enable building even if we can't reach USNO leap-second history.Eric S. Raymond2011-01-171-26/+31
* Refactor the rollover check. All regression tests pass.Eric S. Raymond2011-01-171-118/+0
* Add Python output to leapsecond.py.Beat Bolli2011-01-171-10/+18
* Clean up warnings reported by Charles Curley.Eric S. Raymond2011-01-171-2/+96
* GPS week rollover check extends to the rollover equivalent of now.Eric S. Raymond2011-01-151-1/+6
* Detect week-counter overruns using the leap second.Eric S. Raymond2011-01-151-0/+221
* Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.Eric S. Raymond2009-09-041-95/+0
* A bit of bulletproofing for the Python side.Eric S. Raymond2009-01-071-7/+10
* Fix fatal typo in test main.Eric S. Raymond2009-01-071-1/+1
* Updated timebase.h... Eric S. Raymond2007-12-211-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Implement leap-second caching. Not tested as root yet.Eric S. Raymond2006-06-081-3/+51
* Subtract the right offset.Eric S. Raymond2006-06-081-6/+8
* Remote retrieval works.Eric S. Raymond2006-06-081-12/+27
* First cut at retrieving leap-second offset from the Web.Eric S. Raymond2006-06-071-0/+26