aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Fix super-unlikely race introduced in 236618061a445d2cb11e72Matt Corallo2017-02-021-1/+1
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #9609: net: fix remaining net assertionsWladimir J. van der Laan2017-02-044-111/+102
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | net: log an error rather than asserting if send version is misusedCory Fields2017-02-022-19/+29
| * | | | | | | | | | | | | | | | | | | | net: Disallow sending messages until the version handshake is completeCory Fields2017-02-022-3/+7
| * | | | | | | | | | | | | | | | | | | | net: don't run callbacks on nodes that haven't completed the version handshakeCory Fields2017-02-022-57/+25
| * | | | | | | | | | | | | | | | | | | | net: deserialize the entire version message locallyCory Fields2017-02-022-29/+36
| * | | | | | | | | | | | | | | | | | | | Dont deserialize nVersion into CNode, should fix #9212Matt Corallo2017-02-021-6/+8
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge #9679: Access WorkQueue::running only within the cs lockWladimir J. van der Laan2017-02-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Access WorkQueue::running only within the cs lock.Matt Corallo2017-02-031-1/+1
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge #9654: Add jtimon pgp keys for commit sigs and future gitian buildsWladimir J. van der Laan2017-02-021-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Contrib: Add jtimon pgp keys for commit sigs and future gitian buildsJorge Timón2017-01-311-0/+0
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #9656: Check verify-commits on pushes to masterWladimir J. van der Laan2017-02-022-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Test that pushes to bitcoin/bitcoin are signed per verify-commitsMatt Corallo2017-02-011-0/+3
| * | | | | | | | | | | | | | | | | | | Require merge commits merge branches on top of other merge commitsMatt Corallo2017-02-011-1/+2
* | | | | | | | | | | | | | | | | | | | Merge #9556: Remove redundant semicolonsWladimir J. van der Laan2017-02-023-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Remove redundant semicolonspracticalswift2017-01-143-4/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #9580: Fix various minor linearization script issuesWladimir J. van der Laan2017-02-023-18/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Fix various minor linearization script issuesDouglas Roark2017-01-253-18/+41
* | | | | | | | | | | | | | | | | | | | | Merge #9663: [RPC] clarify listunspent amount descriptionWladimir J. van der Laan2017-02-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | clarify listunspent amount descriptionGregory Sanders2017-02-011-1/+1
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge #9625: Increase minimum debug.log size to 10MB after shrink.Wladimir J. van der Laan2017-02-012-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Increase minimum debug.log size to 10MB after shrink.Alex Morcos2017-01-242-3/+10
* | | | | | | | | | | | | | | | | | | | | Merge #9640: Bumpfee: bugfixes for error handling and feerate calculationWladimir J. van der Laan2017-02-013-21/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | rpc: bumpfee: handle errors more gracefullySuhas Daftuar2017-01-311-2/+12
| * | | | | | | | | | | | | | | | | | | | rpc: bumpfee: use correct maximum signed tx size for fee calculationSuhas Daftuar2017-01-311-4/+35
| * | | | | | | | | | | | | | | | | | | | wallet: Refactor dummy signature signing for reusabilitySuhas Daftuar2017-01-302-15/+30
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge #9647: Skip RAII event tests if libevent is built without event_set_mem...Wladimir J. van der Laan2017-01-301-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Skip RAII event tests if libevent is built without event_set_mem_functionsLuke Dashjr2017-01-281-0/+6
* | | | | | | | | | | | | | | | | | | | | Merge #9649: [doc] Remove unused clang format dev scriptMarcoFalke2017-01-304-71/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | [doc] Remove unused clang format dev scriptMarcoFalke2017-01-284-71/+6
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | qt: periodic translations updateWladimir J. van der Laan2017-01-3049-201/+450
* | | | | | | | | | | | | | | | | | | | | Merge #9644: [refactor] Remove using namespace <xxx> from src/MarcoFalke2017-01-3013-206/+179
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-2713-206/+179
* | | | | | | | | | | | | | | | | | | | | | Merge #9626: Clean up a few CConnman cs_vNodes/CNode thingsWladimir J. van der Laan2017-01-302-46/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Do not add to vNodes until fOneShot/fFeeler/fAddNode have been setMatt Corallo2017-01-251-9/+10
| * | | | | | | | | | | | | | | | | | | | | | Ensure cs_vNodes is held when using the return value from FindNodeMatt Corallo2017-01-241-5/+4
| * | | | | | | | | | | | | | | | | | | | | | Delete some unused (and broken) functions in CConnmanMatt Corallo2017-01-242-32/+0
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-306-36/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Change bumpfee result value from 'oldfee' to 'origfee'.Alex Morcos2017-01-261-3/+3
| * | | | | | | | | | | | | | | | | | | | | | Introduce WALLET_INCREMENTAL_RELAY_FEEAlex Morcos2017-01-262-4/+14
| * | | | | | | | | | | | | | | | | | | | | | Use CWallet::GetMinimumFee in bumpfeeAlex Morcos2017-01-261-17/+25
| * | | | | | | | | | | | | | | | | | | | | | Refactor GetMinimumFee to give option of providing targetFeeAlex Morcos2017-01-252-2/+12
| * | | | | | | | | | | | | | | | | | | | | | [rpc] Add incremental relay fee to getnetworkinfoAlex Morcos2017-01-202-2/+5
| * | | | | | | | | | | | | | | | | | | | | | Fix to have miner test aware of new separate block min tx feeAlex Morcos2017-01-191-4/+7
| * | | | | | | | | | | | | | | | | | | | | | Fix missing use of dustRelayFeeAlex Morcos2017-01-191-1/+1
| * | | | | | | | | | | | | | | | | | | | | | Use incrementalRelayFee for BIP 125 replacementAlex Morcos2017-01-192-9/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #9646: depends: Fix cross build for qt5.7Wladimir J. van der Laan2017-01-305-15/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | qt: fix build with zlib for targetCory Fields2017-01-282-10/+13
| * | | | | | | | | | | | | | | | | | | | | depends: add a zlib buildCory Fields2017-01-283-3/+28
| * | | | | | | | | | | | | | | | | | | | | build: find qt's renamed helper libs from 5.7Cory Fields2017-01-281-2/+2
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |