Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-02 | Add comments to include.am files to note where new sources go | Nick Mathewson | |
This mechanism isn't perfect, and sometimes it will guess wrong, but it will help our automation. | |||
2018-11-05 | Turn the wallclock module into a subsystem. | Nick Mathewson | |
(This may be slightly gratuitous.) | |||
2018-07-10 | Rename tm_cvt to time_to_tm | Nick Mathewson | |
2018-06-28 | Extract time functionality into lib/wallclock and lib/time | Nick Mathewson | |
2018-06-22 | Extract core part of gmtime_r, localtime_r (without logging) | Nick Mathewson | |
2018-06-22 | Extract our code for answering "what time is it right now". | Nick Mathewson | |
The other time stuff is higher-level |