| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | Merge #9656: Check verify-commits on pushes to master | Wladimir J. van der Laan | 2017-02-02 | 2 | -1/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Test that pushes to bitcoin/bitcoin are signed per verify-commits | Matt Corallo | 2017-02-01 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | Require merge commits merge branches on top of other merge commits | Matt Corallo | 2017-02-01 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | Merge #9556: Remove redundant semicolons | Wladimir J. van der Laan | 2017-02-02 | 3 | -4/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | Remove redundant semicolons | practicalswift | 2017-01-14 | 3 | -4/+4 | |
| | * | | | | | | | | | | | | | | | Merge #9580: Fix various minor linearization script issues | Wladimir J. van der Laan | 2017-02-02 | 3 | -18/+41 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | Fix various minor linearization script issues | Douglas Roark | 2017-01-25 | 3 | -18/+41 | |
| | * | | | | | | | | | | | | | | | | Merge #9663: [RPC] clarify listunspent amount description | Wladimir J. van der Laan | 2017-02-02 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | clarify listunspent amount description | Gregory Sanders | 2017-02-01 | 1 | -1/+1 | |
| | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Merge #9625: Increase minimum debug.log size to 10MB after shrink. | Wladimir J. van der Laan | 2017-02-01 | 2 | -3/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | Increase minimum debug.log size to 10MB after shrink. | Alex Morcos | 2017-01-24 | 2 | -3/+10 | |
| | * | | | | | | | | | | | | | | | | Merge #9640: Bumpfee: bugfixes for error handling and feerate calculation | Wladimir J. van der Laan | 2017-02-01 | 3 | -21/+77 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | rpc: bumpfee: handle errors more gracefully | Suhas Daftuar | 2017-01-31 | 1 | -2/+12 | |
| | | * | | | | | | | | | | | | | | | rpc: bumpfee: use correct maximum signed tx size for fee calculation | Suhas Daftuar | 2017-01-31 | 1 | -4/+35 | |
| | | * | | | | | | | | | | | | | | | wallet: Refactor dummy signature signing for reusability | Suhas Daftuar | 2017-01-30 | 2 | -15/+30 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Merge #9647: Skip RAII event tests if libevent is built without event_set_mem... | Wladimir J. van der Laan | 2017-01-30 | 1 | -0/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | Skip RAII event tests if libevent is built without event_set_mem_functions | Luke Dashjr | 2017-01-28 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | Merge #9649: [doc] Remove unused clang format dev script | MarcoFalke | 2017-01-30 | 4 | -71/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | [doc] Remove unused clang format dev script | MarcoFalke | 2017-01-28 | 4 | -71/+6 | |
| | * | | | | | | | | | | | | | | | | | qt: periodic translations update | Wladimir J. van der Laan | 2017-01-30 | 49 | -201/+450 | |
| | * | | | | | | | | | | | | | | | | | Merge #9644: [refactor] Remove using namespace <xxx> from src/ | MarcoFalke | 2017-01-30 | 13 | -206/+179 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm | 2017-01-27 | 13 | -206/+179 | |
| | * | | | | | | | | | | | | | | | | | | Merge #9626: Clean up a few CConnman cs_vNodes/CNode things | Wladimir J. van der Laan | 2017-01-30 | 2 | -46/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set | Matt Corallo | 2017-01-25 | 1 | -9/+10 | |
| | | * | | | | | | | | | | | | | | | | | | Ensure cs_vNodes is held when using the return value from FindNode | Matt Corallo | 2017-01-24 | 1 | -5/+4 | |
| | | * | | | | | | | | | | | | | | | | | | Delete some unused (and broken) functions in CConnman | Matt Corallo | 2017-01-24 | 2 | -32/+0 | |
| | | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge #9615: Wallet incremental fee | Wladimir J. van der Laan | 2017-01-30 | 6 | -36/+70 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | Change bumpfee result value from 'oldfee' to 'origfee'. | Alex Morcos | 2017-01-26 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | | Introduce WALLET_INCREMENTAL_RELAY_FEE | Alex Morcos | 2017-01-26 | 2 | -4/+14 | |
| | | * | | | | | | | | | | | | | | | | | | Use CWallet::GetMinimumFee in bumpfee | Alex Morcos | 2017-01-26 | 1 | -17/+25 | |
| | | * | | | | | | | | | | | | | | | | | | Refactor GetMinimumFee to give option of providing targetFee | Alex Morcos | 2017-01-25 | 2 | -2/+12 | |
| | | * | | | | | | | | | | | | | | | | | | [rpc] Add incremental relay fee to getnetworkinfo | Alex Morcos | 2017-01-20 | 2 | -2/+5 | |
| | | * | | | | | | | | | | | | | | | | | | Fix to have miner test aware of new separate block min tx fee | Alex Morcos | 2017-01-19 | 1 | -4/+7 | |
| | | * | | | | | | | | | | | | | | | | | | Fix missing use of dustRelayFee | Alex Morcos | 2017-01-19 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | | Use incrementalRelayFee for BIP 125 replacement | Alex Morcos | 2017-01-19 | 2 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | Merge #9646: depends: Fix cross build for qt5.7 | Wladimir J. van der Laan | 2017-01-30 | 5 | -15/+43 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | qt: fix build with zlib for target | Cory Fields | 2017-01-28 | 2 | -10/+13 | |
| | | * | | | | | | | | | | | | | | | | | | depends: add a zlib build | Cory Fields | 2017-01-28 | 3 | -3/+28 | |
| | | * | | | | | | | | | | | | | | | | | | build: find qt's renamed helper libs from 5.7 | Cory Fields | 2017-01-28 | 1 | -2/+2 | |
| | | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge #9510: [trivial] Fix typos in comments | MarcoFalke | 2017-01-29 | 21 | -24/+24 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | [trivial] Fix typos in comments | practicalswift | 2017-01-27 | 21 | -24/+24 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Merge #9638: qa: Actually test assertions in pruning.py | Wladimir J. van der Laan | 2017-01-27 | 1 | -21/+17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | qa: Actually test assertions in pruning.py | MarcoFalke | 2017-01-26 | 1 | -21/+17 | |
| | | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Merge #9637: [Qt] fix transaction details output-index to reflect vout index | Wladimir J. van der Laan | 2017-01-27 | 1 | -3/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | [Qt] fix transaction details output-index to reflect vout index | Jonas Schnelli | 2017-01-26 | 1 | -3/+4 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Merge #9519: Exclude RBF replacement txs from fee estimation | Wladimir J. van der Laan | 2017-01-26 | 1 | -5/+7 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | Exclude RBF txs from fee estimation | Alex Morcos | 2017-01-20 | 1 | -5/+7 | |
| | * | | | | | | | | | | | | | | | | | Merge #9594: Send final alert message to older peers after connecting. | Wladimir J. van der Laan | 2017-01-26 | 1 | -0/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | Send final alert message to older peers after connecting. | Gregory Maxwell | 2017-01-20 | 1 | -0/+6 | |
| | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Merge #9574: [depends] Fix QT build on OSX | Wladimir J. van der Laan | 2017-01-26 | 2 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||