summaryrefslogtreecommitdiffstats
path: root/src/ClockTAI.h
Commit message (Collapse)AuthorAgeFilesLines
* Add TAI bulletin expiry to RC and to muninMatthias P. Braendli2018-01-311-2/+20
|
* Handle download failure in TAI bulletin download and replace boost regex ↵Matthias P. Braendli2018-01-231-2/+5
| | | | with std
* EDI TIST: Add local file cache for leap second dataMatthias P. Braendli2017-06-161-2/+15
|
* Remove USNO bulletin from ClockTAIMatthias P. Braendli2017-06-161-5/+2
| | | | Their format does not include an expiration time, making caching more difficult
* Fix important EDI Timestamp issuesMatthias P. Braendli2017-01-181-16/+20
| | | | | | | | | | First, use more servers, not only those from USNO that currenty show problems. Add a server from IETF and the github repository from the tz project that mirrors that file. Second, fix issues about parsing the bulletin and error handling. Third, run the bulletin update asynchronously once the mux runs, to avoid blocking it.
* Use std::chrono in ClockTAIMatthias P. Braendli2016-03-051-3/+4
|
* Add TAI handling for EDI with TISTMatthias P. Braendli2016-01-101-0/+85