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