7281 Commits (bd3cbd53330e001603bfd4be4edfbdb9c952bb36)

Author SHA1 Message Date
Pieter Wuille a886dbf8e7 Use std::atomic for fRequestShutdown and fReopenDebugLog 9 years ago
Pieter Wuille 16cf85fa2c Revert "Include signal.h for sig_atomic_t in WIN32" 9 years ago
Gregory Maxwell 4d8993b346 Defer inserting into maprelay until just before relaying. 9 years ago
Gregory Maxwell 63ff57db4b Avoid integer division in the benchmark inner-most loop. 9 years ago
Chris Stewart b682960a28 Adding P2SH(p2pkh) script test case 9 years ago
Pieter Wuille 628cf1440a Don't use assert for catching randomness failures 9 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 9 years ago
Pieter Wuille 619d5691c2 Benchmark SipHash 9 years ago
Cory Fields 723779c650 build: Enumerate ctaes rather than globbing 9 years ago
Pieter Wuille 88f14b999c Include signal.h for sig_atomic_t in WIN32 9 years ago
Pavel Janík 13c455823f Remove unused local variable shadowing upper local 9 years ago
Yuri Zhykin 5fac1f33fb bench: Added base58 encoding/decoding benchmarks 9 years ago
Pieter Wuille 52b02ecd6d Use global ::fRelayTxes instead of CNode one 9 years ago
Gregory Maxwell 7e908c7b82 Do not use mempool for GETDATA for tx accepted after the last mempool req. 9 years ago
Suhas Daftuar bd477f4e8b VerifyDB: don't check blocks that have been pruned 9 years ago
Jorge Timón ee9f4a5b15 Consensus: Decouple from chainparams.o and timedata.o 9 years ago
Pavel Vasin 02ce2a3ca7 qt: askpassphrasedialog: Clear pass fields on accept 9 years ago
Warren Togami bf9266e017 Use Socks5ErrorString() to decode error responses from socks proxy. 9 years ago
Ethan Heilman 2a8b3589b5 Fix typo adddrman to addrman as requested in #8070 9 years ago
EthanHeilman f4119c6c98 Remove non-determinism which is breaking net_tests #8069 9 years ago
Pieter Wuille a68ec21f7e Use SipHash-2-4 for address relay selection 9 years ago
Pieter Wuille 8cc9cfe160 Switch CTxMempool::mapTx to use a hash index for txids 9 years ago
Pieter Wuille 382c871d28 Use SipHash-2-4 for CCoinsCache index 9 years ago
Pieter Wuille 0b1295b066 Add SipHash-2-4 primitives to hash 9 years ago
Warren Togami 94fd1d8d53 Make Socks5() InterruptibleRecv() timeout/failures informative. 9 years ago
Patrick Strateman 46b0c3b688 Acquire lock to check for genesis block. 9 years ago
Patrick Strateman 380498aba4 Move BackupWallet to CWallet::BackupWallet 9 years ago
Patrick Strateman ecb9741ec3 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance 9 years ago
Pieter Wuille b4d24e142e Report reindexing progress in GUI 9 years ago
Pieter Wuille d3d7547911 Add -reindex-chainstate that does not rebuild block index 9 years ago
Pieter Wuille fb8fad1586 Optimize ActivateBestChain for long chains 9 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 9 years ago
Pieter Wuille d253ec4baa Make ProcessNewBlock dbp const and update comment 9 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Daniel Kraft f93c2a1b7e net: Avoid duplicate getheaders requests. 9 years ago
Cory Fields 34ed64a404 crypter: add tests for crypter 9 years ago
Cory Fields 0a36b9af28 crypter: shuffle Makefile so that crypto can be used by the wallet 9 years ago
Cory Fields 976f9ec264 crypter: add a BytesToKey clone to replace the use of openssl 9 years ago
Cory Fields 9049cde4d9 crypter: hook up the new aes cbc classes 9 years ago
Cory Fields fb96831c1f crypter: constify encrypt/decrypt 9 years ago
Cory Fields 1c391a5866 crypter: fix the stored initialization vector size 9 years ago
Cory Fields daa384120a crypto: add aes cbc tests 9 years ago
Cory Fields 27a212dcb4 crypto: add AES 128/256 CBC classes 9 years ago
Pieter Wuille 6bec172eb9 Add ctaes-based constant time AES implementation 9 years ago
Wladimir J. van der Laan 1ab1dc3140 rpc: Add `relaytxes` flag to `getnetworkinfo` 9 years ago
Wladimir J. van der Laan 581ddff05c net: Add fRelayTxes flag 9 years ago
Jonas Schnelli 34ebceb25a
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX 9 years ago
Jonas Schnelli 276ce84fd3
[Qt] Disable some menu items during splashscreen/verification state 9 years ago
Tyler Hardin 8b0e497028 Qt: Add option to hide the system tray icon 9 years ago
Wladimir J. van der Laan 32114dd634 bench: Add crypto hash benchmarks 9 years ago