| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Remove vfReachable and modify IsReachable to only use vfLimited. | Patrick Strateman | 2016-02-17 | 1 | -3/+4 | |
| | |/ / | ||||||
| * / / | Remove openssl info from init/log and from Qt debug window | Jonas Schnelli | 2016-02-26 | 1 | -8/+0 | |
| |/ / | ||||||
| * | | Merge #7509: Common argument defaults for NODE_BLOOM stuff and -wallet | Wladimir J. van der Laan | 2016-02-16 | 1 | -5/+7 | |
| |\ \ | ||||||
| | * | | Common argument defaults for NODE_BLOOM stuff and -wallet | Luke Dashjr | 2016-02-11 | 1 | -5/+7 | |
| * | | | Merge #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TE... | Wladimir J. van der Laan | 2016-02-12 | 1 | -1/+3 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead | Pavel JanÃk | 2016-02-12 | 1 | -1/+3 | |
| | |/ | ||||||
| * | | Merge #7192: Unify product name to as few places as possible | Wladimir J. van der Laan | 2016-02-04 | 1 | -10/+9 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into single_prodname | Luke Dashjr | 2016-02-03 | 1 | -175/+233 | |
| | |\ \ | ||||||
| | * | | | When/if the copyright line does not mention Bitcoin Core developers, add a se... | Luke Dashjr | 2016-02-03 | 1 | -5/+4 | |
| | * | | | Set copyright holders displayed in notices separately from the package name | Luke Dashjr | 2015-12-22 | 1 | -1/+1 | |
| | * | | | Parameterise 2009 in translatable copyright strings | Luke Dashjr | 2015-12-18 | 1 | -1/+1 | |
| | * | | | Unify package name to as few places as possible without major changes | Luke Dashjr | 2015-12-14 | 1 | -6/+6 | |
| * | | | | Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin... | Wladimir J. van der Laan | 2016-02-03 | 1 | -2/+12 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Rename replacebyfee=opt-in to mempoolreplacement=fee | Luke Dashjr | 2016-02-01 | 1 | -5/+5 | |
| | * | | | Simplify check for replacebyfee=opt-in | Luke Dashjr | 2016-01-29 | 1 | -6/+1 | |
| | * | | | Accept replacebyfee=opt-in for turning on opt-in RBF | Luke Dashjr | 2016-01-28 | 1 | -0/+15 | |
| | * | | | Rename permitrbf to replacebyfee | Luke Dashjr | 2016-01-28 | 1 | -2/+2 | |
| * | | | | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | Wladimir J. van der Laan | 2016-02-02 | 1 | -5/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | MarcoFalke | 2016-01-30 | 1 | -5/+5 | |
| * | | | | | Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay. | Gregory Maxwell | 2016-02-01 | 1 | -1/+4 | |
| * | | | | | Add whitelistforcerelay to control forced relaying. | Gregory Maxwell | 2016-01-28 | 1 | -3/+10 | |
| |/ / / / | ||||||
| * | | | | Merge #7348: MOVE ONLY: move rpc* to rpc/ | Wladimir J. van der Laan | 2016-01-28 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | move rpc* to rpc/ | Daniel Cousens | 2016-01-21 | 1 | -1/+1 | |
| * | | | | [init] Clarify permitrbf help message | MarcoFalke | 2016-01-23 | 1 | -1/+1 | |
| * | | | | Add option `-permitrbf` to set transaction replacement policy | Wladimir J. van der Laan | 2016-01-21 | 1 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code | Wladimir J. van der Laan | 2016-01-20 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | [RPC, Wallet] Move RPC dispatch table registration to wallet/ code | Jonas Schnelli | 2016-01-20 | 1 | -0/+2 | |
| * | | | | Merge pull request #7208 | Wladimir J. van der Laan | 2016-01-18 | 1 | -0/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Make max tip age an option instead of chainparam | Wladimir J. van der Laan | 2015-12-14 | 1 | -0/+3 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #7290 | Wladimir J. van der Laan | 2016-01-18 | 1 | -2/+10 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Clarify mocktime help message | MarcoFalke | 2016-01-09 | 1 | -1/+1 | |
| | * | | | [init] Help Msg: Use Params(CBaseChainParams::MAIN) | MarcoFalke | 2016-01-07 | 1 | -2/+2 | |
| | * | | | [init] Add missing help for args | MarcoFalke | 2016-01-07 | 1 | -1/+9 | |
| | * | | | [init] Fix error message of maxtxfee invalid amount | MarcoFalke | 2016-01-07 | 1 | -1/+1 | |
| * | | | | Merge pull request #7296 | Wladimir J. van der Laan | 2016-01-13 | 1 | -0/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Add sane fallback for fee estimation | Alex Morcos | 2016-01-05 | 1 | -0/+11 | |
| * | | | | | Merge pull request #7081 | Wladimir J. van der Laan | 2016-01-09 | 1 | -0/+2 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Merge branch bytespersigop | Luke Dashjr | 2016-01-09 | 1 | -0/+2 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | | * | | | -bytespersigop option to additionally limit sigops in transactions we relay a... | Luke Dashjr | 2015-12-01 | 1 | -0/+2 | |
| * | | | | | 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 | |
| * | | | | | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 | |
| | |/ / / |/| | | | ||||||
| * | | | | Constrain rpcport default values to a single location in code | Luke Dashjr | 2015-12-01 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #7136 | Wladimir J. van der Laan | 2015-12-01 | 1 | -2/+1 | |
| |\ \ \ | ||||||
| | * | | | HelpMessage: Don't hide -mintxfee behind showDebug | MarcoFalke | 2015-11-30 | 1 | -2/+1 | |
| * | | | | Merge pull request #7044 | Gregory Maxwell | 2015-11-30 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Added additional config option for multiple RPC users. | Gregory Sanders | 2015-11-29 | 1 | -0/+1 | |
| * | | | | | Merge pull request #7035 | Wladimir J. van der Laan | 2015-11-30 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | torcontrol: only output disconnect if -debug=tor | Daniel Cousens | 2015-11-30 | 1 | -1/+1 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #7112 | Wladimir J. van der Laan | 2015-11-30 | 1 | -2/+5 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||