Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2017-12-20 | Fix the clz32 and clz64 settings on MSVC. | Nick Mathewson | |
Fixes bug 24633; bugfix on 0.2.9.1-alpha. | |||
2017-09-19 | Avoid integer error in TEST_BITOPS tests | Nick Mathewson | |
If "1" is not 64 bits wide already, then "1 << i" will not actually work. This bug only affects the TEST_BITOPS code, and shouldn't matter for the actual use of the timeout code (except if/when it causes this test to fail). Reported by dcb314@hotmail.com. Fix for bug 23583. Not adding a changes file, since this code is never compiled into Tor. | |||
2016-04-15 | Fix compilation of timeout.c with our flags and warnings. | Nick Mathewson | |
2016-04-15 | Import timeouts.c directly from William Ahern's git. | Nick Mathewson | |
Imported from here: https://github.com/wahern/timeout Imported as of upstream e5a9e8bfaa9c631bdc54002181795931b65bdc1a. All sources unmodified. |