aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-09Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...Wladimir J. van der Laan
2017-12-08Split up key and script metadata for better type safetyRussell Yanofsky
2017-12-07Merge #11847: Make boost::multi_index comparators constWladimir J. van der Laan
2017-12-07Merge #11809: gui: Fix proxy setting options dialog crashWladimir J. van der Laan
2017-12-07Merge #11838: qa: Add getrawtransaction in_active_chain=False testWladimir J. van der Laan
2017-12-07gui: Fix proxy setting options dialog crashWladimir J. van der Laan
2017-12-07Make boost::multi_index comparators constSuhas Daftuar
2017-12-07Merge #11829: Test datadir specified in conf file existsWladimir J. van der Laan
2017-12-06[Doc] Update bip.md, add support for BIP 159Jonas Schnelli
2017-12-06[QA] Add node_network_limited testJonas Schnelli
2017-12-07[build] Add missing stuff to clean-localKarl-Johan Alm
2017-12-06doc: Update release notes for share/rpcauth/rpcauth.py renameHenrik Jonsson
2017-12-06qa: Add getrawtransaction in_active_chain=False testMarcoFalke
2017-12-06Rename rpcuser.py to rpcauth.pyHenrik Jonsson
2017-12-06Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...Wladimir J. van der Laan
2017-12-06Merge #11830: rpcuser.py: Use 'python' not 'python2'Wladimir J. van der Laan
2017-12-05Merge #11834: [verify-commits] Fix gpg.sh's echoing for commits with '\n'Pieter Wuille
2017-12-05Avoid leaking the prune height through getdata (fingerprinting countermeasure)Jonas Schnelli
2017-12-05Always set NODE_NETWORK_LIMITED bitJonas Schnelli
2017-12-05Add NODE_NETWORK_LIMITED flags and min block amount constantsJonas Schnelli
2017-12-05[verify-commits] Fix gpg.sh's echoing for commits with '\n'Matt Corallo
2017-12-05Always return true if AppInitMain got to the endMatt Corallo
2017-12-05rpcuser.py: Use 'python' not 'python2'Henrik Jonsson
2017-12-06Test datadir in conf file existsMeshCollider
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