Age | Commit message (Expand) | Author |
2022-08-12 | Merge bitcoin/bitcoin#25785: bench: Add a benchmark for descriptor expansion | MacroFake |
2022-08-10 | build: move raw rule into Makefile.am | fanquake |
2022-08-05 | bench: Add a benchmark for descriptor expansion | Ben Woosley |
2022-05-04 | Merge bitcoin/bitcoin#24852: util: optimize HexStr | laanwj |
2022-04-28 | Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel` | fanquake |
2022-04-18 | bench: Add a benchmark for wallet loading | Andrew Chow |
2022-04-17 | bench: Adds a benchmark for HexStr | Martin Leitner-Ankerl |
2022-04-11 | build: Remove vestigial LIBLEVELDB_SSE42 | Carl Dong |
2022-04-11 | build: Don't add unrelated libs to LIBTEST_* | Carl Dong |
2022-03-16 | Merge bitcoin/bitcoin#18815: bench: Add logging benchmark | MarcoFalke |
2022-02-13 | build: header-only Boost | fanquake |
2021-12-20 | scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a | Russell Yanofsky |
2021-12-15 | bench: Sort bench_bench_bitcoin_SOURCES | MarcoFalke |
2021-12-15 | bench: Add logging benchmark | MarcoFalke |
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 |