Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add TAI bulletin expiry to RC and to munin | Matthias P. Braendli | 2018-01-31 | 1 | -2/+47 |
| | |||||
* | Handle download failure in TAI bulletin download and replace boost regex ↵ | Matthias P. Braendli | 2018-01-23 | 1 | -51/+61 |
| | | | | with std | ||||
* | Use correct TAI bulletin download variable | Matthias P. Braendli | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | EDI TIST: Add local file cache for leap second data | Matthias P. Braendli | 2017-06-16 | 1 | -31/+126 |
| | |||||
* | Remove USNO bulletin from ClockTAI | Matthias P. Braendli | 2017-06-16 | 1 | -132/+2 |
| | | | | Their format does not include an expiration time, making caching more difficult | ||||
* | Clear the bulletin stringbuffer in an backwards-compatible way | Matthias P. Braendli | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | Fix important EDI Timestamp issues | Matthias P. Braendli | 2017-01-18 | 1 | -57/+249 |
| | | | | | | | | | | 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. | ||||
* | Add missing include array | Matthias P. Braendli | 2016-09-08 | 1 | -1/+2 |
| | |||||
* | Fix parsing in TAI-UTC bulletin | Matthias P. Braendli | 2016-07-30 | 1 | -11/+96 |
| | | | | | | The parser only took the last line of the bulletin, but didn't ignore announcements for leap seconds occurring in the future. This commit fixes this | ||||
* | Add TAI clock runtime failure if no cURL available | Matthias P. Braendli | 2016-07-30 | 1 | -0/+2 |
| | |||||
* | Add 1h retry if TAI offset download failed | Matthias P. Braendli | 2016-07-22 | 1 | -0/+3 |
| | |||||
* | Replace std::regex with boost::regex | Matthias P. Braendli | 2016-03-25 | 1 | -4/+4 |
| | | | | | This should allow us to support ubuntu 14.04 LTS and other distributions that do not ship a complete C++11 stdlib | ||||
* | Use std::chrono in ClockTAI | Matthias P. Braendli | 2016-03-05 | 1 | -19/+4 |
| | |||||
* | Compile under OSX | Matthias P. Braendli | 2016-03-05 | 1 | -1/+7 |
| | |||||
* | Fix compilation with EDI disabled | Matthias P. Braendli | 2016-02-27 | 1 | -1/+5 |
| | |||||
* | Set edi TIST, still in an incorrect way | Matthias P. Braendli | 2016-01-10 | 1 | -2/+6 |
| | |||||
* | Add TAI handling for EDI with TIST | Matthias P. Braendli | 2016-01-10 | 1 | -0/+220 |