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
2017-06-01
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Upgrade from per-tx database to per-txout
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-05-30
add SeedNodes to CConnman::Options
Marko Bencun
2017-05-17
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-17
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-15
Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...
Wladimir J. van der Laan
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-05-10
Track failures in fee estimation.
Alex Morcos
2017-05-09
Util: Small improvements in gArgs usage
Jorge Timón
2017-05-09
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs
Jorge Timón
2017-05-09
Merge #8855: Use a proper factory for creating chainparams
Wladimir J. van der Laan
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-05-03
Chainparams: Use a regular factory for creating chainparams
Jorge Timón
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
Merge #9966: Control mempool persistence using a command line parameter
Wladimir J. van der Laan
2017-04-27
Add -stopatheight for benchmarking
Pieter Wuille
2017-04-10
Read and Write fee estimate file directly from CBlockPolicyEstimator
Alex Morcos
2017-04-06
Merge #9902: Lightweight abstraction of boost::filesystem
Wladimir J. van der Laan
2017-04-05
Merge #10151: [logging] initialize flag variable to 0 (and continue if GetLog...
Wladimir J. van der Laan
2017-04-05
Merge #10154: init: Remove redundant logging code
Wladimir J. van der Laan
2017-04-05
init: Remove redundant logging code
MarcoFalke
2017-04-05
logging: Fix off-by-one for shrinkdebugfile
MarcoFalke
2017-04-04
initialize flag variable to 0 (and continue if GetLogCategory() fails)
John Newbery
2017-04-03
Add -debugexclude option to switch off logging for specified components
John Newbery
2017-04-03
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-31
Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-29
Merge #10088: Trivial: move several relay options into the relay help group
Pieter Wuille
2017-03-29
Merge #10086: Trivial: move rpcserialversion into RPC option group
Pieter Wuille
2017-03-27
refactor: Move RPCNotifyBlockChange out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
Merge #10057: [init] Deduplicated sigaction() boilerplate
Wladimir J. van der Laan
2017-03-26
Move several relay options into the Relay help group
Jameson Lopp
2017-03-26
move rpcserialversion into RPC option group
Jameson Lopp
2017-03-26
remove 'noconnect' option from documentation
Jameson Lopp
2017-03-24
Deduplicated sigaction() boilerplate
Thomas Snider
2017-03-22
Control mempool persistence using a command line parameter.
John Newbery
2017-03-16
[LevelDB] Plug leveldb logs to bitcoin logs
NicolasDorier
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-06
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Matt Corallo
2017-03-03
Allow setting minrelaytxfee to 0
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-03-03
Merge #9910: Docs: correct and elaborate -rpcbind doc
Wladimir J. van der Laan
2017-03-03
Merge #9774: Enable host lookups for -proxy and -onion parameters
Wladimir J. van der Laan
2017-03-03
Docs: correct and elaborate -rpcbind doc
Ian Kelling
2017-03-01
Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD
Wladimir J. van der Laan
2017-02-28
Merge #9822: Remove block file location upgrade code
Wladimir J. van der Laan
[next]