| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Add sane fallback for fee estimation | Alex Morcos | 2016-01-05 | 4 | -2/+27 | |
| | * | | | | | | | | | | | | | | | | | | | | Always respect GetRequiredFee for wallet txs | Alex Morcos | 2016-01-05 | 1 | -8/+3 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #7081 | Wladimir J. van der Laan | 2016-01-09 | 3 | -8/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch bytespersigop | Luke Dashjr | 2016-01-09 | 3 | -8/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | -bytespersigop option to additionally limit sigops in transactions we relay a... | Luke Dashjr | 2015-12-01 | 3 | -8/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #7306 | Wladimir J. van der Laan | 2016-01-08 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Make sure conflicted wallet tx's update balances | Alex Morcos | 2016-01-06 | 1 | -0/+7 | |
| | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | [RPC] remove the option of having multiple timer interfaces | Jonas Schnelli | 2016-01-08 | 4 | -17/+25 | |
| * | | | | | | | | | | | | | | | | | | | | Fix RPCTimerInterface ordering issue | Jonas Schnelli | 2016-01-08 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7298 | Jonas Schnelli | 2016-01-07 | 1 | -5/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | [qt] Intro: Display required space | MarcoFalke | 2016-01-05 | 1 | -5/+15 | |
| | | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7266 | Wladimir J. van der Laan | 2016-01-07 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Removed comment about IsStandard for P2SH scripts | Marcel Krüger | 2015-12-30 | 1 | -3/+0 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7293 | Wladimir J. van der Laan | 2016-01-07 | 1 | -6/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | [trivial] Merge test cases and replace CENT with COIN | MarcoFalke | 2016-01-05 | 1 | -15/+10 | |
| | * | | | | | | | | | | | | | | | | | | [wallet] Add regression test for vValue sort order | MarcoFalke | 2016-01-05 | 1 | -0/+18 | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7229 | Wladimir J. van der Laan | 2016-01-07 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | [walletdb] Add missing LOCK() in Recover() for dummyWallet | MarcoFalke | 2015-12-19 | 1 | -1/+6 | |
| | | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7257 | Wladimir J. van der Laan | 2016-01-07 | 1 | -7/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Combine common error strings for different options so translations can be sha... | Luke Dashjr | 2015-12-26 | 1 | -7/+17 | |
| * | | | | | | | | | | | | | | | | | | | | c++11: CAccountingEntry must be defined before use in a list | Cory Fields | 2016-01-05 | 1 | -84/+80 | |
| * | | | | | | | | | | | | | | | | | | | | c++11: don't throw from the reverselock destructor | Cory Fields | 2016-01-05 | 2 | -11/+10 | |
| * | | | | | | | | | | | | | | | | | | | | c++11: detect and correct for boost builds with an incompatible abi | Cory Fields | 2016-01-05 | 1 | -0/+6 | |
| | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7205 | Wladimir J. van der Laan | 2016-01-05 | 253 | -253/+253 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 253 | -253/+253 | |
| | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #7282 | Jonas Schnelli | 2016-01-05 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | [Qt] fix coincontrol update issue when deleting a send coin entry | Jonas Schnelli | 2016-01-04 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #7193 | Wladimir J. van der Laan | 2016-01-05 | 1 | -8/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | [wallet] Adjust pruning test | MarcoFalke | 2015-12-09 | 1 | -8/+10 | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #7217 | Wladimir J. van der Laan | 2016-01-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Mark blocks with too many sigops as failed | Suhas Daftuar | 2015-12-15 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #7263 | Wladimir J. van der Laan | 2016-01-04 | 6 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Double semicolon cleanup. | 21E14 | 2015-12-30 | 6 | -9/+9 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | qt: periodic translations pull from transifex | Wladimir J. van der Laan | 2016-01-04 | 75 | -237/+5302 | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #7255 | Jonas Schnelli | 2016-01-04 | 4 | -12/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Remove hardcoded fee from CoinControl ToolTip | fanquake | 2016-01-03 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | Replace some instances of formatWithUnit with formatHtmlWithUnit | fanquake | 2015-12-26 | 4 | -11/+5 | |
| | |/ / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #7256 | Wladimir J. van der Laan | 2016-01-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Add note to CoinControl Dialog workaround | fanquake | 2016-01-02 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / / / / / / / | Report non-mandatory script failures correctly | Pieter Wuille | 2016-01-03 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7214 | Jonas Schnelli | 2015-12-23 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | qt5: Use the fixed font the system recommends | MarcoFalke | 2015-12-14 | 1 | -0/+8 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7218 | Jonas Schnelli | 2015-12-22 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | [qt] Fix misleading translation | MarcoFalke | 2015-12-16 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | torcontrol debug: Change to a blanket message that covers both cases | MarcoFalke | 2015-12-16 | 1 | -1/+1 | |
| | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7213 | Wladimir J. van der Laan | 2015-12-22 | 7 | -39/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. | mb300sd | 2015-12-15 | 7 | -39/+39 | |
| | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #7062 | Wladimir J. van der Laan | 2015-12-21 | 5 | -90/+69 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | / / / / / / / / / / | |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Remove GetMinRelayFee | Suhas Daftuar | 2015-12-02 | 2 | -37/+0 | |
| | * | | | | | | | | | | | | | | | | Use fee deltas for determining mempool acceptance | Suhas Daftuar | 2015-12-02 | 1 | -7/+11 | |