aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-04Merge #11556: [Qt] Improved copy for RBF checkbox and tooltipJonas Schnelli
2017-12-05[test] Add tests for getrawtransaction with block hash.Karl-Johan Alm
2017-12-05[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm
2017-12-04Merge #10773: Shell script cleanupsPieter Wuille
2017-12-04Merge #11781: Add `-debuglogfile` optionWladimir J. van der Laan
2017-12-04Avoid calling GetSerializeSize on each tx in a block if !fTxIndexMatt Corallo
2017-12-04Move some additional variables into CChainState privateMatt Corallo
2017-12-04Create initial CChainState to hold chain state informationMatt Corallo
2017-12-04Move block writing out of AcceptBlockMatt Corallo
2017-12-04Move txindex/undo data disk location stuff out of ConnectBlockMatt Corallo
2017-12-04Make DisconnectBlock unaware of where undo data resides on diskMatt Corallo
2017-12-01Merge #11804: [docs] Fixed outdated link with archive.isWladimir J. van der Laan
2017-12-01[docs] Fixed outdated link with archive.isTim Shimmin
2017-12-01Merge #11337: Fix code constness in CBlockIndex::GetAncestor() overloadsWladimir J. van der Laan
2017-12-01test: Add tests for `-debuglogfile` with subdirsAnthony Towns
2017-12-01doc: Update release notes for `-debuglogfile`Wladimir J. van der Laan
2017-12-01test: Add test for `-debuglogfile`Wladimir J. van der Laan
2017-11-30Merge #11791: [tests] Rename NodeConn and NodeConnCBMarcoFalke
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
2017-11-30Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...Wladimir J. van der Laan
2017-11-30Loop through the bip9 soft fork deployments instead of hard codingAndrew Chow
2017-11-30Merge #11789: [tests] [travis-ci] Combine logs on failureWladimir J. van der Laan
2017-11-30Merge #11794: Prefix leveldb debug loggingWladimir J. van der Laan
2017-11-30Merge #11744: net: Add missing locks in net.{cpp,h}Wladimir J. van der Laan
2017-11-30Add `-debuglogfile` optionWladimir J. van der Laan
2017-11-30Merge #11783: Fix shutdown in case of errors during initializationWladimir J. van der Laan
2017-11-30Merge #11793: Docs: Bump OS X version to 10.13Wladimir J. van der Laan
2017-11-30Docs: Bump OSX version to 10.13 in build-osx.mdVarunram Ganesh
2017-11-30Merge #11191: RPC: Improve help text and behavior of RPC-logging.Wladimir J. van der Laan
2017-11-30Prefix leveldb debug loggingWladimir J. van der Laan
2017-11-30Merge #9254: [depends] ZeroMQ 4.2.2Wladimir J. van der Laan
2017-11-29Merge #11792: Trivial: fix comments for ZeroMQ bitcoind argsJonas Schnelli
2017-11-29Merge #11395: Qt: Enable searching by transaction idJonas Schnelli
2017-11-29Trivial: fix comments for ZeroMQ bitcoind argsaaron-hanson
2017-11-29[tests] Rename NodeConn and NodeConnCBJohn Newbery
2017-11-29Merge #11712: [tests] Split NodeConn from NodeConnCBMarcoFalke
2017-11-29[tests] Add combinedlogslen argument to test_runner.pyJohn Newbery
2017-11-29[tests] [travis-ci] Move Travis functional test log post processing to test_r...John Newbery
2017-11-29[tests] Improve logging shutdown and add hint for combine_logsJohn Newbery
2017-11-29depends: fix zmq build with mingw < 4.0Cory Fields
2017-11-29[depends] ZeroMQ 4.2.2fanquake
2017-11-29Merge #11753: clarify abortrescan rpc useWladimir J. van der Laan
2017-11-29Merge #11737: Document partial validation in ConnectBlock()Wladimir J. van der Laan
2017-11-29Merge #11747: Fix: Open files read only if requestedWladimir J. van der Laan
2017-11-29[rpc] Fix fVerbose parsing (remove excess if cases).Karl-Johan Alm
2017-11-28[tests] Move version message sending from NodeConn to NodeConnCBJohn Newbery
2017-11-28[tests] Make NodeConnCB a subclass of NodeConnJohn Newbery
2017-11-28[tests] Move only: move NodeConnCB below NodeConnJohn Newbery
2017-11-28[tests] Tidy up mininodeJohn Newbery
2017-11-28Fix shutdown in case of errors during initializationWladimir J. van der Laan