- 19 Feb, 2016 1 commit
-
-
Nick Mathewson authored
This field eats a pointer for every struct timeout, and it only exists in order to enable a set of APIs that omit the 'struct timeouts' object. For some applications, the convenience of these APIs is not worth the memory overhead. This patch makes it so that applications can disable those APIs, and save some memory, by defining TIMEOUT_DISABLE_RELATIVE_ACCESS at compile time.
-
- 13 Jan, 2014 1 commit
-
-
william authored
-
- 11 Jan, 2014 7 commits
-
-
william authored
-
william authored
remove main() testing code from timeout.c and tweak Makefile so we can compare different wheel sizes with the benchmark framework
-
william authored
-
william authored
re-add one of our old bit fill operations, as it turns out it was actually needed (probably shouldn't have worked on that code in a sleep-deprived state)
-
william authored
-
william authored
-
william authored
-
- 09 Jan, 2014 2 commits
- 04 Jan, 2014 7 commits
- 03 Jan, 2014 1 commit
-
-
william authored
add version routines and TIMEOUT_PUBLIC prefix to exported routines so applications can optionally compile completely statically (by defining TIMEOUT_PUBLIC to `static'
-
- 14 Dec, 2013 8 commits
- 13 Dec, 2013 2 commits
- 28 May, 2013 3 commits
-
-
William Ahern authored
-
William Ahern authored
-
William Ahern authored
-
- 27 May, 2013 2 commits
-
-
William Ahern authored
work backwards as well as forwards when calculating mask to overcome cummulative error when step is greater than period
-
William Ahern authored
-