aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-23Merge #8042: [Qt] Don't allow to open the debug window during splashscreen & ...Jonas Schnelli
2016-05-22VerifyDB: don't check blocks that have been prunedSuhas Daftuar
2016-05-20Consensus: Decouple from chainparams.o and timedata.oJorge Timón
2016-05-19qt: askpassphrasedialog: Clear pass fields on acceptPavel Vasin
2016-05-19Merge #8070: Remove non-determinism which is breaking net_tests #8069Wladimir J. van der Laan
2016-05-19Merge #8033: Fix Socks5() connect failures to be less noisy and less unnecess...Wladimir J. van der Laan
2016-05-19Use Socks5ErrorString() to decode error responses from socks proxy.Warren Togami
2016-05-18Fix typo adddrman to addrman as requested in #8070Ethan Heilman
2016-05-18Remove non-determinism which is breaking net_tests #8069EthanHeilman
2016-05-18Merge #7917: Optimize reindexWladimir J. van der Laan
2016-05-18Merge #8054: net: Avoid duplicate getheaders requests.Wladimir J. van der Laan
2016-05-18Merge #7906: net: prerequisites for p2p encapsulation changesWladimir J. van der Laan
2016-05-18Merge #7932: CAddrMan::Deserialize handle corrupt serializations better.Wladimir J. van der Laan
2016-05-18Merge #8020: Use SipHash-2-4 for various non-cryptographic hashesWladimir J. van der Laan
2016-05-17Add test for dbwrapper iterators with same-prefix keys.Matt Corallo
2016-05-17Use SipHash-2-4 for address relay selectionPieter Wuille
2016-05-17Switch CTxMempool::mapTx to use a hash index for txidsPieter Wuille
2016-05-17Use SipHash-2-4 for CCoinsCache indexPieter Wuille
2016-05-17Add SipHash-2-4 primitives to hashPieter Wuille
2016-05-17Merge #7696: Fix de-serialization bug where AddrMan is left corruptedPieter Wuille
2016-05-17Make Socks5() InterruptibleRecv() timeout/failures informative.Warren Togami
2016-05-17Merge #8038: [qa, doc] Various minor fixesMarcoFalke
2016-05-16Acquire lock to check for genesis block.Patrick Strateman
2016-05-16Move BackupWallet to CWallet::BackupWalletPatrick Strateman
2016-05-16Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman
2016-05-17Merge #7994: Add op csv tests to script_tests.jsonPieter Wuille
2016-05-17Report reindexing progress in GUIPieter Wuille
2016-05-17Add -reindex-chainstate that does not rebuild block indexPieter Wuille
2016-05-17Optimize ActivateBestChain for long chainsPieter Wuille
2016-05-17Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwardsPieter Wuille
2016-05-17Make ProcessNewBlock dbp const and update commentPieter Wuille
2016-05-16Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell
2016-05-15net: Avoid duplicate getheaders requests.Daniel Kraft
2016-05-13crypter: add tests for crypterCory Fields
2016-05-13crypter: shuffle Makefile so that crypto can be used by the walletCory Fields
2016-05-13crypter: add a BytesToKey clone to replace the use of opensslCory Fields
2016-05-13crypter: hook up the new aes cbc classesCory Fields
2016-05-13crypter: constify encrypt/decryptCory Fields
2016-05-13crypter: fix the stored initialization vector sizeCory Fields
2016-05-13crypto: add aes cbc testsCory Fields
2016-05-13crypto: add AES 128/256 CBC classesCory Fields
2016-05-13Add ctaes-based constant time AES implementationPieter Wuille
2016-05-12rpc: Add `relaytxes` flag to `getnetworkinfo`Wladimir J. van der Laan
2016-05-12net: Add fRelayTxes flagWladimir J. van der Laan
2016-05-12Merge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSXJonas Schnelli
2016-05-12Merge #8006: Qt: Add option to disable the system tray iconWladimir J. van der Laan
2016-05-12Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...Wladimir J. van der Laan
2016-05-12[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSXJonas Schnelli
2016-05-12[Qt] Disable some menu items during splashscreen/verification stateJonas Schnelli
2016-05-11Qt: Add option to hide the system tray iconTyler Hardin