aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-31Accept unrequested blocks with work equal to our tipMatt Corallo
2017-10-31Stop always storing blocks from whitelisted peersMatt Corallo
2017-10-31Rewrite p2p-acceptblock in preparation for slight behavior changesMatt Corallo
2017-10-26Merge #11490: Disconnect from outbound peers with bad headers chainsWladimir J. van der Laan
2017-10-26Add unit test for outbound peer evictionSuhas Daftuar
2017-10-26Permit disconnection of outbound peers on bad/slow chainsSuhas Daftuar
2017-10-26Disconnecting from bad outbound peers in IBDSuhas Daftuar
2017-10-26Merge #11530: Add share/rpcuser to dist. source code archiveWladimir J. van der Laan
2017-10-23Merge #11538: qa: Fix race condition failures in replace-by-fee.py, sendheade...MarcoFalke
2017-10-23qa: Fix race condition in sendheaders.pySuhas Daftuar
2017-10-22Merge #11499: [Qt] Add upload and download info to the peerlist (debug menu)Jonas Schnelli
2017-10-21Merge #11458: Don't process unrequested, low-work blocksWladimir J. van der Laan
2017-10-21Merge #11539: [verify-commits] Allow revoked keys to expireWladimir J. van der Laan
2017-10-20[verify-commits] Allow revoked keys to expireMatt Corallo
2017-10-20qa: Fix replace-by-fee race condition failuresSuhas Daftuar
2017-10-19Add comment explaining forced processing of compact blocksSuhas Daftuar
2017-10-19qa: add test for minchainwork use in acceptblockSuhas Daftuar
2017-10-19Don't process unrequested, low-work blocksSuhas Daftuar
2017-10-19Add share/rpcuser to dist. source code archiveMarcoFalke
2017-10-19Merge #11529: Avoid slow transaction search with txindex enabledWladimir J. van der Laan
2017-10-19Merge #11476: Avoid opening copied wallet databases simultaneouslyWladimir J. van der Laan
2017-10-19Avoid slow transaction search with txindex enabledJoão Barbosa
2017-10-19Merge #11527: Remove my testnet DNS seed as I currently don't have the capaci...Wladimir J. van der Laan
2017-10-19Avoid opening copied wallet databases simultaneouslyRussell Yanofsky
2017-10-19Merge #11521: travis: move back to the minimal imageWladimir J. van der Laan
2017-10-19Remove my testnet DNS seed as I currently don't have the capacity to keep it ...Andreas Schildbach
2017-10-18Revert "travis: filter out pyenv"Cory Fields
2017-10-18travis: move back to the minimal imageCory Fields
2017-10-18Merge #11452: Improve ZMQ functional testWladimir J. van der Laan
2017-10-18Merge #11467: Fix typos. Use nullptr instead of NULL.Wladimir J. van der Laan
2017-10-18Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan
2017-10-18Merge #11495: [trivial] Make namespace explicit for is_regular_fileWladimir J. van der Laan
2017-10-18Merge #11006: Improve shutdown processWladimir J. van der Laan
2017-10-18Merge #11486: [tests] Add uacomment testsWladimir J. van der Laan
2017-10-18Merge #11492: [wallet] Fix leak in CDB constructorWladimir J. van der Laan
2017-10-18Merge #11508: Fix crash via division by zero assertionWladimir J. van der Laan
2017-10-18Merge #11062: [mempool] Mark mempool import fails that were found in mempool ...Pieter Wuille
2017-10-17Merge #11483: Fix importmulti bug when importing an already imported keyMarcoFalke
2017-10-17Merge #11513: [trivial] [tests] A few Python3 tidy upsMarcoFalke
2017-10-16Add Sent and Received information to the debug menu peer listAaron Golliver
2017-10-16move human-readable byte formatting to guiutilAaron Golliver
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-16[tests] authproxy.py: tidy up __init__()John Newbery
2017-10-16[tests] fix flake8 warnings in authproxy.pyJohn Newbery
2017-10-16[tests] use python3 for authproxy.pyJohn Newbery
2017-10-15Fix crash via division by zero assertionJonas Schnelli
2017-10-15Merge #11496: [Trivial] Add missing comma from rescanblockchain exampleJonas Schnelli
2017-10-14Merge #10672: Avoid division by zero in the case of a corrupt estimates filePieter Wuille
2017-10-14[wallet] Fix leak in CDB constructorJoão Barbosa
2017-10-14Add missing comma from rescanblockchainMeshCollider