10960 Commits (1111b80df84aa7bc72fbddcc7bafde43f0835d90)
 

Author SHA1 Message Date
Wladimir J. van der Laan 457b9df6b5
Merge #8031: improvement to readability 8 years ago
Wladimir J. van der Laan 6075bc4d67 doc: 32 and 64 bit packages are seperate 8 years ago
Wladimir J. van der Laan 5e374f7306
Merge #8020: Use SipHash-2-4 for various non-cryptographic hashes 8 years ago
Matt Corallo 269a4402a8 Add test for dbwrapper iterators with same-prefix keys. 8 years ago
Pieter Wuille a68ec21f7e Use SipHash-2-4 for address relay selection 8 years ago
Pieter Wuille 8cc9cfe160 Switch CTxMempool::mapTx to use a hash index for txids 8 years ago
Pieter Wuille 382c871d28 Use SipHash-2-4 for CCoinsCache index 8 years ago
Pieter Wuille 0b1295b066 Add SipHash-2-4 primitives to hash 8 years ago
Suhas Daftuar 8f7b5dc4af Add getmempoolancestors RPC call 8 years ago
Suhas Daftuar 5ec0cde371 Refactor logic for converting mempool entries to JSON 8 years ago
Pieter Wuille 5c3f8ddcaa
Merge #7696: Fix de-serialization bug where AddrMan is left corrupted 8 years ago
Warren Togami 94fd1d8d53 Make Socks5() InterruptibleRecv() timeout/failures informative. 8 years ago
MarcoFalke e2bf830bb6
Merge #8038: [qa, doc] Various minor fixes 8 years ago
Patrick Strateman 46b0c3b688 Acquire lock to check for genesis block. 8 years ago
Patrick Strateman 380498aba4 Move BackupWallet to CWallet::BackupWallet 8 years ago
Patrick Strateman ecb9741ec3 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance 8 years ago
Pieter Wuille 1f01443567
Merge #7994: Add op csv tests to script_tests.json 8 years ago
Pieter Wuille b4d24e142e Report reindexing progress in GUI 8 years ago
Pieter Wuille d3d7547911 Add -reindex-chainstate that does not rebuild block index 8 years ago
Pieter Wuille fb8fad1586 Optimize ActivateBestChain for long chains 8 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 8 years ago
Pieter Wuille d253ec4baa Make ProcessNewBlock dbp const and update comment 8 years ago
Pieter Wuille b3e42b6d02
Merge #8059: Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 8 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 8 years ago
Daniel Kraft f93c2a1b7e net: Avoid duplicate getheaders requests. 8 years ago
MarcoFalke fad68f751a [qa] Reduce node count for some tests 8 years ago
MarcoFalke fac9349798 [qa] Remove hardcoded "4 nodes" from test_framework 8 years ago
Cory Fields 34ed64a404 crypter: add tests for crypter 8 years ago
Cory Fields 0a36b9af28 crypter: shuffle Makefile so that crypto can be used by the wallet 8 years ago
Cory Fields 976f9ec264 crypter: add a BytesToKey clone to replace the use of openssl 8 years ago
Cory Fields 9049cde4d9 crypter: hook up the new aes cbc classes 8 years ago
Cory Fields fb96831c1f crypter: constify encrypt/decrypt 8 years ago
Cory Fields 1c391a5866 crypter: fix the stored initialization vector size 8 years ago
Cory Fields daa384120a crypto: add aes cbc tests 8 years ago
Cory Fields 27a212dcb4 crypto: add AES 128/256 CBC classes 8 years ago
Pieter Wuille 6bec172eb9 Add ctaes-based constant time AES implementation 8 years ago
fanquake 2692e1b10b
[Doc] Simplify OS X build notes 8 years ago
Wladimir J. van der Laan 1ab1dc3140 rpc: Add `relaytxes` flag to `getnetworkinfo` 8 years ago
Wladimir J. van der Laan 581ddff05c net: Add fRelayTxes flag 8 years ago
Wladimir J. van der Laan e5764e69cb doc: Remove outdated qt4 install information from README.md 8 years ago
Jonas Schnelli 169d379c98
Merge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX 8 years ago
MarcoFalke fab5233fe6 [qa] test_framework: Set wait-timeout for bitcoind procs 8 years ago
Wladimir J. van der Laan 7c8558da36
Merge #8006: Qt: Add option to disable the system tray icon 8 years ago
Wladimir J. van der Laan 2efe38b832
Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 8 years ago
Wladimir J. van der Laan 5b736ddaa1
Merge #8041: [qa] Fix bip9-softforks blockstore issue 8 years ago
Jonas Schnelli 34ebceb25a
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX 8 years ago
Jonas Schnelli 276ce84fd3
[Qt] Disable some menu items during splashscreen/verification state 8 years ago
Tyler Hardin 8b0e497028 Qt: Add option to hide the system tray icon 8 years ago
Pieter Wuille 69b3a6dd9d
Merge #8039: bench: Add crypto hash benchmarks 8 years ago
Wladimir J. van der Laan 32114dd634 bench: Add crypto hash benchmarks 8 years ago