Age | Commit message (Expand) | Author |
2021-07-08 | bench: add peer eviction protection benchmarks | Jon Atack |
2021-01-07 | net: Add libnatpmp support | Hennadii Stepanov |
2020-10-14 | Add libsqlite3 | Andrew Chow |
2020-09-14 | build: split PTHREAD_* flags out of AM_LDFLAGS | fanquake |
2020-06-13 | Replace current benchmarking framework with nanobench | Martin Ankerl |
2020-04-29 | Add Hash Padding Microbenchmarks | Jeremy Rubin |
2020-04-21 | bench: add CAddrMan benchmarks | Vasil Dimov |
2020-03-26 | Merge #18429: build: remove double LIBBITCOIN_SERVER from bench-Makefile | fanquake |
2020-03-25 | build: remove double LIBBITCOIN_SERVER from bench-Makefile | Harris |
2020-03-21 | build: Fix typo in EVENT_CFLAGS variable | Hennadii Stepanov |
2019-11-25 | [test] move wallet helper functions into test library | Martin Zumsande |
2019-11-21 | build: Create test utility library from src/test/util/ | Harris |
2019-11-18 | build: remove OpenSSL detection and libs | fanquake |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-11-01 | Merge #17292: Add new mempool benchmarks for a complex pool | MarcoFalke |
2019-10-28 | Add new mempool benchmarks for a complex pool | Jeremy Rubin |
2019-10-23 | refactor: test/bench: dedup Build{Crediting,Spending}Transaction() | Sebastian Falbesoner |
2019-07-11 | Merge #15649: Add ChaCha20Poly1305@Bitcoin AEAD | Wladimir J. van der Laan |
2019-07-05 | bench: Benchmark blockToJSON | Kirill Fomichev |
2019-07-03 | Add ChaCha20Poly1305@Bitcoin AEAD benchmark | Jonas Schnelli |
2019-07-02 | bench: Move generated data to a dedicated translation unit | João Barbosa |
2019-05-23 | util: Add type safe GetTime | MarcoFalke |
2019-05-10 | Merge #15512: Add ChaCha20 encryption option (XOR) | Jonas Schnelli |
2019-05-03 | Add ChaCha20 bench | Jonas Schnelli |
2019-04-15 | bench: Add wallet_balance benchmarks | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-04-10 | test: Use test_bitcoin setup in bench, Add test utils | MarcoFalke |
2019-03-27 | Merge #15519: Add Poly1305 implementation | Wladimir J. van der Laan |
2019-03-26 | Add Poly1305 bench | Jonas Schnelli |
2019-03-06 | Merge #15473: bench: Benchmark MempoolToJSON | MarcoFalke |
2019-02-25 | bench: Benchmark MempoolToJSON | MarcoFalke |
2019-02-22 | Remove use of uiInterface.LoadWallet in wallet code | Russell Yanofsky |
2019-02-22 | Remove uses of g_connman in wallet code | Russell Yanofsky |
2018-11-25 | Add Benchmark to test input de-duplication worst case | Jeremy Rubin |
2018-09-13 | build: Remove libssl from LDADD unless gui | MarcoFalke |
2018-08-25 | bench: Benchmark GCS filter creation and matching. | Jim Posen |
2018-07-11 | Merge #13586: refactor: add benchmarks to bech32::Encode/Decode | Wladimir J. van der Laan |
2018-07-03 | Add simple bech32 benchmarks | Karl-Johan Alm |
2018-06-25 | Break circular dependency: init -> * -> init by extracting shutdown.h | Ben Woosley |
2018-06-24 | Merge #13219: bench: Add block assemble benchmark | Wladimir J. van der Laan |
2018-06-12 | Merge #13312: docs: Add a note about the source code filename naming convention | MarcoFalke |
2018-06-06 | crypto: cleanup sha256 build | Cory Fields |
2018-05-29 | 8-way AVX2 implementation for double SHA256 on 64-byte inputs | Pieter Wuille |
2018-05-29 | 4-way SSE4.1 implementation for double SHA256 on 64-byte inputs | Pieter Wuille |
2018-05-23 | Do not use uppercase characters in source code filenames | practicalswift |
2018-05-13 | bench: Add block assemble benchmark | MarcoFalke |
2018-05-08 | Benchmark Merkle root computation | Pieter Wuille |
2018-04-18 | benchmark: Removed bench/perf.cpp | Thomas Snider |
2018-02-27 | Add new prevector benchmarks. | Evan Klitzke |
2018-02-16 | Create getaddressinfo RPC and deprecate parts of validateaddress | Andrew Chow |