aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench.c
Commit message (Expand)AuthorAge
* Remove a spurious variable.Nick Mathewson2014-05-06
* Add a siphash benchmark.Nick Mathewson2014-05-06
* Randomize the global siphash key at startupNick Mathewson2014-02-12
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-02-07
|\
| * Survive fedora's openssl in our benchmarksNick Mathewson2014-02-07
* | Fix benchmarks to run without crashing.Nick Mathewson2013-09-18
* | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* | Attempt to un-confuse coverity about (false) double-free in bench_onion_ntor.Nick Mathewson2013-06-18
|/
* Fix even more dead code and resource leaks in the unit testsNick Mathewson2013-02-11
* Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson2013-02-11
* Rename *_isin to *_containsNick Mathewson2013-01-16
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\
| * ntor: Don't fail fast server-side on an unrecognized KEYID(B)Nick Mathewson2013-01-03
| * Massive refactoring of the various handshake typesNick Mathewson2013-01-03
| * Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson2013-01-02
| * Implementat the ntor handshakeNick Mathewson2013-01-02
| * Add benchmark to test onionskin performance.Nick Mathewson2012-12-06
* | Add benchmark for DH handshake and ECDH-P-224/56 handshakeNick Mathewson2012-12-25
|/
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Refactor the API for setting up a block cipher.Nick Mathewson2012-03-27
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* All-in-one benchmark test for cell cryptoNick Mathewson2011-11-11
* Convert bench_dmap to produce reasonable output.Nick Mathewson2011-11-11
* New src/test/bench.c to allow us to actually _run_ benchmark codeNick Mathewson2011-11-11