aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-06travis: Assert default datadir isn't created, Run scripted diff only onceMarcoFalke
2017-08-29Merge #11150: [tests] Add getmininginfo testMarcoFalke
2017-08-28Merge #10859: RPC: gettxout: Slightly improve doc and testsMarcoFalke
2017-08-29RPC: gettxout: Slightly improve doc and testsJorge Timón
2017-08-29Merge #10781: Python cleanupsMarcoFalke
2017-08-28Add getmininginfo functional testCristian Mircea Messel
2017-08-28Merge #11144: Move local include to before system includesWladimir J. van der Laan
2017-08-28Use for-loop instead of list comprehensionpracticalswift
2017-08-28Use the variable name _ for unused return valuespracticalswift
2017-08-28Remove unused variables and/or function callspracticalswift
2017-08-28Avoid reference to undefined name: stderr does not exist, sys.stderr doespracticalswift
2017-08-28Use print(...) instead of undefined printf(...)practicalswift
2017-08-28Use sys.exit(...) instead of exit(...): exit(...) should not be used in programspracticalswift
2017-08-28Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.Wladimir J. van der Laan
2017-08-28Merge #11126: Acquire cs_main lock before cs_wallet during wallet initializationWladimir J. van der Laan
2017-08-28Merge #11145: Fix rounding bug in calculation of minimum changeWladimir J. van der Laan
2017-08-28Merge #11161: Remove redundant explicitly defined copy ctorsWladimir J. van der Laan
2017-08-28Merge #11138: Compat: Simplify bswap_16 implementationWladimir J. van der Laan
2017-08-28Merge #11131: rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-08-28Merge #11169: [GUI] Make tabs toolbar no longer have a context menuWladimir J. van der Laan
2017-08-28Merge #11153: Add meshcollider Gitian PGP keyWladimir J. van der Laan
2017-08-28Remove redundant explicitly defined copy ctorsDan Raviv
2017-08-27Merge #11160: Improve versionbits_computeblockversion test code consistencyMarcoFalke
2017-08-27Merge #11155: Trivial: Documentation fixes for CVectorWriter ctorsMarcoFalke
2017-08-28Improve versionbits_computeblockversion test code consistencydanra
2017-08-27Make tabs toolbar no longer have a context menuAndrew Chow
2017-08-26Merge #11151: Fix header guards using reserved identifiersWladimir J. van der Laan
2017-08-26Trivial: Documentation fixes for CVectorWriter ctorsdanra
2017-08-26Add meshcollider gitian keyMeshCollider
2017-08-26Fix header guards using reserved identifiersDan Raviv
2017-08-25Output a bit more information for fee calculation report.Alex Morcos
2017-08-25Fix rounding errors in calculation of minimum change sizeAlex Morcos
2017-08-25Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan
2017-08-25Move local include to before system includesdanra
2017-08-25Simplify bswap_16 implementationdanra
2017-08-25rpc: Write authcookie atomicallyWladimir J. van der Laan
2017-08-24Merge #11112: [developer-notes] By default, declare single-argument construct...MarcoFalke
2017-08-24Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstateMarcoFalke
2017-08-24Merge #10798: [tests] [utils] test bitcoin-cliMarcoFalke
2017-08-24Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky
2017-08-24Merge #10997: RPC: Add option -stdinrpcpass to bitcoin-cli to allow RPC passw...Wladimir J. van der Laan
2017-08-24Merge #11119: [doc] build-windows: Mention that only trusty worksWladimir J. van der Laan
2017-08-23Merge #11068: qa: Move wait_until to utilMarcoFalke
2017-08-23Merge #11077: [tests] fix timeout issues from TestNodeWladimir J. van der Laan
2017-08-23Add option -stdinrpcpass to allow RPC password to be read from standard inputJoe Harvell
2017-08-23[tests] fix timeout issues from TestNodeJohn Newbery
2017-08-23[doc] build-windows: Mention that only trusty worksMarcoFalke
2017-08-23Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.Wladimir J. van der Laan
2017-08-23Document the non-strict-DER-conformance of one test in tx_valid.json.Andreas Schildbach
2017-08-23Merge #10923: travis: Build with --enable-werror under OS XWladimir J. van der Laan