aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-26Permit disconnection of outbound peers on bad/slow chainsSuhas Daftuar
2017-10-26Disconnecting from bad outbound peers in IBDSuhas Daftuar
2017-10-26[trivial] (whitespace only) fix getblockchaininfo alignmentJohn Newbery
2017-10-26[rpc] Add initialblockdownload to getblockchaininfoJohn Newbery
2017-10-26Make listsinceblock refuse unknown block hashRussell Yanofsky
2017-10-25[tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequestpracticalswift
2017-10-24Sanity-check script sizes in bitcoin-txMatt Corallo
2017-10-22Merge #11499: [Qt] Add upload and download info to the peerlist (debug menu)Jonas Schnelli
2017-10-21[Build] Add AM_OBJCXXFLAGS and QT_PIE_FLAGS to OBJCXXFLAGS to future-proof da...fanquake
2017-10-21Fix automake warnings when running autogen.shEvan Klitzke
2017-10-19Add comment explaining forced processing of compact blocksSuhas Daftuar
2017-10-19Don't process unrequested, low-work blocksSuhas Daftuar
2017-10-19Merge #11529: Avoid slow transaction search with txindex enabledWladimir J. van der Laan
2017-10-19Avoid slow transaction search with txindex enabledJoão Barbosa
2017-10-19Avoid opening copied wallet databases simultaneouslyRussell Yanofsky
2017-10-19Remove my testnet DNS seed as I currently don't have the capacity to keep it ...Andreas Schildbach
2017-10-19Wrap dumpwallet warning and note scripts aren't dumpedMeshCollider
2017-10-18[ui] Add toggle for unblinding password fieldsThomas Snider
2017-10-18Merge #11467: Fix typos. Use nullptr instead of NULL.Wladimir 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 #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-16Add Sent and Received information to the debug menu peer listAaron Golliver
2017-10-16move human-readable byte formatting to guiutilAaron Golliver
2017-10-16Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return f...donaloconnor
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 wallet backup text to import*, add* and dumpwallet RPCsMeshCollider
2017-10-14Add missing comma from rescanblockchainMeshCollider
2017-10-13Remove redundant pwallet nullptr checkMatt Corallo
2017-10-13Give ZMQ consistent order with UpdatedBlockTip on scheduler threadMatt Corallo
2017-10-13Fix wallet RPC race by waiting for callbacks in sendrawtransactionMatt Corallo
2017-10-13Also call other wallet notify callbacks in scheduler threadMatt Corallo
2017-10-13Use callbacks to cache whether wallet transactions are in mempoolMatt Corallo
2017-10-13Add calls to CWallet::BlockUntilSyncedToCurrentChain() in RPCsMatt Corallo
2017-10-13Add CWallet::BlockUntilSyncedToCurrentChain()Matt Corallo
2017-10-13Add CallFunctionInQueue to wait on validation interface queue drainMatt Corallo
2017-10-13Add ability to assert a lock is not held in DEBUG_LOCKORDERMatt Corallo
2017-10-13Call TransactionRemovedFromMempool in the CScheduler threadMatt Corallo
2017-10-13Add a CValidationInterface::TransactionRemovedFromMempoolMatt Corallo
2017-10-13Merge #11456: Replace relevant services logic with a function suite.Pieter Wuille
2017-10-13Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli
2017-10-13[trivial] Make namespace explicit for is_regular_fileJohn Newbery
2017-10-13Switch DNSSeed-needed metric to any-automatic-nodes, not servicesMatt Corallo
2017-10-13Clarify docs for requirements/handling of addnode/connect nodesMatt Corallo