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-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
2017-02-27
[debug] Change -printpriority option
Alex Morcos
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-25
don't throw std::bad_alloc when out of memory. Instead, terminate immediately
Cory Fields
2017-02-24
Trivial: fix comments referencing AppInit2
Marko Bencun
2017-02-22
Remove block file location upgrade code
Marko Bencun
2017-02-22
sanity: Move OS random to sanity check function
Wladimir J. van der Laan
2017-02-20
Enable host lookups for -proxy and -onion parameters
Johnathan Corgan
2017-02-14
[trivial] Fix recently introduced typos in comments
practicalswift
2017-02-01
Merge #9625: Increase minimum debug.log size to 10MB after shrink.
Wladimir J. van der Laan
2017-01-30
Merge #9644: [refactor] Remove using namespace <xxx> from src/
MarcoFalke
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-24
Increase minimum debug.log size to 10MB after shrink.
Alex Morcos
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-16
Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...
Pieter Wuille
2017-01-16
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2017-01-16
Introduce -incrementalrelayfee
Alex Morcos
2017-01-13
Introduce assumevalid setting to skip presumed valid scripts.
Gregory Maxwell
2017-01-10
Keep shared_ptrs to recently-replaced txn for compact blocks
Matt Corallo
2017-01-10
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-06
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
Pieter Wuille
2017-01-06
Merge #9319: Break addnode out from the outbound connection limits.
Pieter Wuille
2017-01-05
Merge #8610: Share unused mempool memory with coincache
Pieter Wuille
2017-01-05
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-04
Introduce -blockmintxfee
Alex Morcos
2017-01-04
Merge #9401: Make rpcauth help message clearer, add example in example .conf
MarcoFalke
2017-01-04
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-03
net: make net interruptible
Cory Fields
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-24
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
Get rid of mapArgs direct access in ZMQ construction
Matt Corallo
2016-12-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-12-23
Allow shutdown during LoadMempool, dump only when necessary
Jonas Schnelli
2016-12-22
Share unused mempool memory with coincache
Pieter Wuille
2016-12-21
Make rpcauth help message clearer, add example in example .conf
Gregory Sanders
2016-12-19
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-15
Merge #9322: [qa] Don't set unknown rpcserialversion
Wladimir J. van der Laan
2016-12-14
Merge #8895: Better SigCache Implementation
Pieter Wuille
2016-12-14
Add CuckooCache implementation and replace the sigcache map_type with it
Jeremy Rubin
[next]