aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-02Fail in DecodeHexTx if there is extra data at the endMatt Corallo
2017-02-02net: log an error rather than asserting if send version is misusedCory Fields
2017-02-02net: Disallow sending messages until the version handshake is completeCory Fields
2017-02-02net: don't run callbacks on nodes that haven't completed the version handshakeCory Fields
2017-02-02net: deserialize the entire version message locallyCory Fields
2017-02-02Dont deserialize nVersion into CNode, should fix #9212Matt Corallo
2017-02-02Fix super-unlikely race introduced in 236618061a445d2cb11e72Matt Corallo
2017-02-02Merge #9654: Add jtimon pgp keys for commit sigs and future gitian buildsWladimir J. van der Laan
2017-02-02Merge #9656: Check verify-commits on pushes to masterWladimir J. van der Laan
2017-02-02Merge #9556: Remove redundant semicolonsWladimir J. van der Laan
2017-02-02Merge #9580: Fix various minor linearization script issuesWladimir J. van der Laan
2017-02-02Merge #9663: [RPC] clarify listunspent amount descriptionWladimir J. van der Laan
2017-02-01Test that pushes to bitcoin/bitcoin are signed per verify-commitsMatt Corallo
2017-02-01Require merge commits merge branches on top of other merge commitsMatt Corallo
2017-02-01clarify listunspent amount descriptionGregory Sanders
2017-02-01Merge #9625: Increase minimum debug.log size to 10MB after shrink.Wladimir J. van der Laan
2017-02-01Merge #9640: Bumpfee: bugfixes for error handling and feerate calculationWladimir J. van der Laan
2017-01-31rpc: bumpfee: handle errors more gracefullySuhas Daftuar
2017-01-31rpc: bumpfee: use correct maximum signed tx size for fee calculationSuhas Daftuar
2017-01-31Net: pass interruptMsgProc as const where possibleJorge Timón
2017-01-31Net: Make CNetMsgMaker more constJorge Timón
2017-01-31Net: CConnman: Make some methods constJorge Timón
2017-01-31Contrib: Add jtimon pgp keys for commit sigs and future gitian buildsJorge Timón
2017-01-30wallet: Refactor dummy signature signing for reusabilitySuhas Daftuar
2017-01-30Merge #9647: Skip RAII event tests if libevent is built without event_set_mem...Wladimir J. van der Laan
2017-01-30Merge #9649: [doc] Remove unused clang format dev scriptMarcoFalke
2017-01-30qt: periodic translations updateWladimir J. van der Laan
2017-01-30Merge #9644: [refactor] Remove using namespace <xxx> from src/MarcoFalke
2017-01-30Merge #9626: Clean up a few CConnman cs_vNodes/CNode thingsWladimir J. van der Laan
2017-01-30Merge #9615: Wallet incremental feeWladimir J. van der Laan
2017-01-30Merge #9646: depends: Fix cross build for qt5.7Wladimir J. van der Laan
2017-01-29Fix typospracticalswift
2017-01-29Merge #9510: [trivial] Fix typos in commentsMarcoFalke
2017-01-28[doc] Remove unused clang format dev scriptMarcoFalke
2017-01-28Skip RAII event tests if libevent is built without event_set_mem_functionsLuke Dashjr
2017-01-28qt: fix build with zlib for targetCory Fields
2017-01-28depends: add a zlib buildCory Fields
2017-01-28build: find qt's renamed helper libs from 5.7Cory Fields
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-27Merge #9638: qa: Actually test assertions in pruning.pyWladimir J. van der Laan
2017-01-27Merge #9637: [Qt] fix transaction details output-index to reflect vout indexWladimir J. van der Laan
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2017-01-26Change bumpfee result value from 'oldfee' to 'origfee'.Alex Morcos
2017-01-26Introduce WALLET_INCREMENTAL_RELAY_FEEAlex Morcos
2017-01-26qa: Actually test assertions in pruning.pyMarcoFalke
2017-01-26Use CWallet::GetMinimumFee in bumpfeeAlex Morcos
2017-01-26[Qt] fix transaction details output-index to reflect vout indexJonas Schnelli
2017-01-26Merge #9519: Exclude RBF replacement txs from fee estimationWladimir J. van der Laan
2017-01-26Merge #9594: Send final alert message to older peers after connecting.Wladimir J. van der Laan
2017-01-26Merge #9574: [depends] Fix QT build on OSXWladimir J. van der Laan