summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-24Merge branch 'nmathewson-gitignore'William Ahern
2016-02-24Merge branch 'gitignore' of git://github.com/nmathewson/timeout into nmathews...William Ahern
2016-02-24Merge branch 'nmathewson-testing'William Ahern
2016-02-24update Makefile clean targetsWilliam Ahern
2016-02-24Merge branch 'testing' of git://github.com/nmathewson/timeout into nmathewson...William Ahern
2016-02-24move compile time-optional members to end of timeout structureWilliam Ahern
2016-02-24Add a .gitignore file, including generated filesNick Mathewson
2016-02-24Merge branch 'optional_intervals'William Ahern
2016-02-24reorder statements in timeouts_get to make TIMEOUT_DISABLE_INTERVALS case sim...William Ahern
2016-02-24Merge branch 'optional_intervals' of git://github.com/nmathewson/timeout into...William Ahern
2016-02-24Merge branch 'nmathewson-optional_timeout_ptr'William Ahern
2016-02-24Merge branch 'optional_timeout_ptr' of git://github.com/nmathewson/timeout in...William Ahern
2016-02-24Merge branch 'timeout_foreach'William Ahern
2016-02-24reimplement foreach operation without callbacksWilliam Ahern
2016-02-24Merge branch 'timeout_foreach' of git://github.com/nmathewson/timeout into nm...William Ahern
2016-02-24Merge branch 'nmathewson-timeout_cb_override'William Ahern
2016-02-24Merge branch 'timeout_cb_override' of git://github.com/nmathewson/timeout int...William Ahern
2016-02-24Merge branch 'nmathewson-portable_bitops'William Ahern
2016-02-22Merge branch 'portable_bitops' of git://github.com/nmathewson/timeout into nm...William Ahern
2016-02-22output graphs to stdout by defaultWilliam Ahern
2016-02-22forgot to delete EPS file on cleanWilliam Ahern
2016-02-22add gnuplot codeWilliam Ahern
2016-02-22more benchmark script workWilliam Ahern
2016-02-22make benchmark scripts a little easier to hack onWilliam Ahern
2016-02-22Fix bitops on 32-bit MSVC buildsNick Mathewson
2016-02-22Remove two more unneeded zero checks in bitops.cNick Mathewson
2016-02-22Add comments demonstrating that c[tl]z() input is always nonzeroNick Mathewson
2016-02-20Write a small set of unit tests aiming for high coverageNick Mathewson
2016-02-19Port timeout.c to platforms without __builtin_c[tl]zNick Mathewson
2016-02-19Make the 'timeouts' field in struct timeout optional.Nick Mathewson
2016-02-19Allow the user to disable interval support at compilation timeNick Mathewson
2016-02-19Implement a function to iterate over all pending timeoutsNick Mathewson
2016-02-19Enable user code to override struct timeout_cbNick Mathewson
2014-02-02add benchmark scriptswilliam
2014-02-02fix some issueswilliam
2014-02-02remove main from bench.c and fix typo in makefilewilliam
2014-02-02use system monotonic time instead of clock()william
2014-02-02add llrb testwilliam
2014-01-31build Lua modulewilliam
2014-01-31forgot OP_TIME defwilliam
2014-01-31at clock op to bench.cwilliam
2014-01-12fix bug in timeout_del that failed to clear an empty slot in the pending bitmaskwilliam
2014-01-10pass along verboseness setting to benchmark implementationswilliam
2014-01-10remove main() testing code from timeout.c and tweak Makefile so we can compar...william
2014-01-10add benchmarking code to all: targetwilliam
2014-01-10re-add one of our old bit fill operations, as it turns out it was actually ne...william
2014-01-10fix dependency for bench-wheel.sowilliam
2014-01-10add some more benchmark opswilliam
2014-01-10fix add() in bench-heap.cwilliam
2014-01-08fixup up bench buildwilliam