summaryrefslogtreecommitdiff
path: root/src/lib/intmath
AgeCommit message (Collapse)Author
2019-06-05Run "make autostyle."Nick Mathewson
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.
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-13Change interaction between dormant mode and clock jumps.Nick Mathewson
When the clock jumps, and we have a record of last user activity, adjust that record. This way if I'm inactive for 10 minutes and then the laptop is sleeping for an hour, I'll still count as having been inactive for 10 minutes. Previously, we treat every jump as if it were activity, which is ridiculous, and would prevent a Tor instance with a jumpy clock from ever going dormant.
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-06-29Move bool_eq and bool_neq to lib/intmathNick Mathewson
2018-06-28Move MIN and MAX into lib/intmath/cmp.hNick Mathewson
2018-06-28Move weakrng into lib/intmathNick Mathewson
2018-06-22Extract simple integer math into its own moduleNick Mathewson