aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25Merge #8076: VerifyDB: don't check blocks that have been prunedPieter Wuille
2016-05-25Merge #8063: Acquire lock to check for genesis block.Pieter Wuille
2016-05-25Merge #8092: Correct small typo in extract_strings_qt.pyPieter Wuille
2016-05-25Add support for dnsseeds with option to filter by servicebitsJonas Schnelli
2016-05-25Merge #8095: Test framework: only cleanup on successful test runsMarcoFalke
2016-05-25Test framework: only cleanup on successful test runsSuhas Daftuar
2016-05-24FIX: Account for txs already added to block in addPriorityTxsAlex Morcos
2016-05-24Correct small typo in extract_strings_qt.pyMitchell Cash
2016-05-23Merge #8014: Qt: Sort transactions by dateJonas Schnelli
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-21Remove keys that are no longer used for mergingPeter Todd
2016-05-21Remove pointless warningPeter Todd
2016-05-21Make verify-commits path-independentMatt Corallo
2016-05-21Make verify-commits POSIX-compliantMatt Corallo
2016-05-21travis: use slim generic image, and some fixupsCory Fields
2016-05-20Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke
2016-05-20Add RPC test for the p2p mempool command in conjunction with disabled bloomfi...Jonas Schnelli
2016-05-20Disable the mempool P2P command when bloom filters disabledPeter Todd
2016-05-20Merge #8056: [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke
2016-05-20Consensus: Decouple from chainparams.o and timedata.oJorge Timón
2016-05-20Merge #8072: travis: 'make check' in parallel and verboseMarcoFalke
2016-05-20[qa] test_framework: Append portseed to tmpdirMarcoFalke
2016-05-19qt: askpassphrasedialog: Clear pass fields on acceptPavel Vasin
2016-05-19travis: 'make check' in parallel and verboseCory Fields
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-18Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos
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 #8048: doc: Remove outdated qt4 install information from README.mdWladimir 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 #8031: improvement to readabilityWladimir J. van der Laan
2016-05-18doc: 32 and 64 bit packages are seperateWladimir 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-17Add getmempoolancestors RPC callSuhas Daftuar
2016-05-17Refactor logic for converting mempool entries to JSONSuhas Daftuar
2016-05-17[qa] test_framework: Use different rpc_auth_pair for each nodeMarcoFalke
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