index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Age
Commit message (
Expand
)
Author
2016-02-16
Merge #7509: Common argument defaults for NODE_BLOOM stuff and -wallet
Wladimir J. van der Laan
2016-02-12
Merge #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TE...
Wladimir J. van der Laan
2016-02-12
LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead
Pavel JanÃk
2016-02-11
Common argument defaults for NODE_BLOOM stuff and -wallet
Luke Dashjr
2016-02-04
Merge #7192: Unify product name to as few places as possible
Wladimir J. van der Laan
2016-02-03
Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin...
Wladimir J. van der Laan
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
When/if the copyright line does not mention Bitcoin Core developers, add a se...
Luke Dashjr
2016-02-02
Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
Wladimir J. van der Laan
2016-02-01
Rename replacebyfee=opt-in to mempoolreplacement=fee
Luke Dashjr
2016-02-01
Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.
Gregory Maxwell
2016-01-30
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
MarcoFalke
2016-01-29
Simplify check for replacebyfee=opt-in
Luke Dashjr
2016-01-28
Add whitelistforcerelay to control forced relaying.
Gregory Maxwell
2016-01-28
Merge #7348: MOVE ONLY: move rpc* to rpc/
Wladimir J. van der Laan
2016-01-28
Accept replacebyfee=opt-in for turning on opt-in RBF
Luke Dashjr
2016-01-28
Rename permitrbf to replacebyfee
Luke Dashjr
2016-01-23
[init] Clarify permitrbf help message
MarcoFalke
2016-01-21
Add option `-permitrbf` to set transaction replacement policy
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens
2016-01-20
Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Wladimir J. van der Laan
2016-01-20
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code
Jonas Schnelli
2016-01-18
Merge pull request #7208
Wladimir J. van der Laan
2016-01-18
Merge pull request #7290
Wladimir J. van der Laan
2016-01-13
Merge pull request #7296
Wladimir J. van der Laan
2016-01-09
Merge pull request #7081
Wladimir J. van der Laan
2016-01-09
Merge branch bytespersigop
Luke Dashjr
2016-01-09
Clarify mocktime help message
MarcoFalke
2016-01-07
[init] Help Msg: Use Params(CBaseChainParams::MAIN)
MarcoFalke
2016-01-07
[init] Add missing help for args
MarcoFalke
2016-01-07
[init] Fix error message of maxtxfee invalid amount
MarcoFalke
2016-01-07
Merge pull request #7257
Wladimir J. van der Laan
2016-01-05
Add sane fallback for fee estimation
Alex Morcos
2015-12-26
Combine common error strings for different options so translations can be sha...
Luke Dashjr
2015-12-22
Set copyright holders displayed in notices separately from the package name
Luke Dashjr
2015-12-18
Parameterise 2009 in translatable copyright strings
Luke Dashjr
2015-12-14
Make max tip age an option instead of chainparam
Wladimir J. van der Laan
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
-bytespersigop option to additionally limit sigops in transactions we relay a...
Luke Dashjr
2015-12-01
Constrain rpcport default values to a single location in code
Luke Dashjr
2015-12-01
Merge pull request #7136
Wladimir J. van der Laan
2015-11-30
Merge pull request #7044
Gregory Maxwell
2015-11-30
HelpMessage: Don't hide -mintxfee behind showDebug
MarcoFalke
2015-11-30
Merge pull request #7035
Wladimir J. van der Laan
2015-11-30
Merge pull request #7112
Wladimir J. van der Laan
2015-11-30
torcontrol: only output disconnect if -debug=tor
Daniel Cousens
2015-11-30
NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*
Jonas Schnelli
2015-11-29
Added additional config option for multiple RPC users.
Gregory Sanders
2015-11-28
Move blocksonly parameter interaction to InitParameterInteraction()
MarcoFalke
[next]