aboutsummaryrefslogtreecommitdiff
path: root/src/lib/wallclock/approx_time.c
AgeCommit message (Collapse)Author
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-06Add a bunch of doxygen for things in src/lib.Nick Mathewson
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
Fix levels for subsystems that depend on log/err * winprocess (security) doesn't use err: * call windows process security APIs as early as possible * init err after winprocess * move wallclock so it's still after err * network and time depend on log: * make sure that network and time can use logging. * init network and time after log Add comments explaining the module init order. Fixes bug 31615; bugfix on 0.4.0.1-alpha.
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-09Rename subsystem callback functions to make them consistentNick Mathewson
2018-11-05Turn the wallclock module into a subsystem.Nick Mathewson
(This may be slightly gratuitous.)
2018-07-10File-level summary documentation for src/lib/*/*.[ch]Nick Mathewson
2018-06-22Extract our code for answering "what time is it right now".Nick Mathewson
The other time stuff is higher-level