index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-07
1
-0
/
+3
|
/
/
*
|
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-29
1
-1
/
+2
|
\
\
|
*
|
Update -maxsigcachesize doc clarify init logprints for it
Matt Corallo
2017-06-22
1
-1
/
+1
|
*
|
Cache full script execution results in addition to signatures
Matt Corallo
2017-06-07
1
-0
/
+1
*
|
|
Allow to shut down during txdb upgrade
Jonas Schnelli
2017-06-29
1
-2
/
+3
*
|
|
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-28
1
-1
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Dont create pcoinsTip until after ReplayBlocks.
Matt Corallo
2017-06-26
1
-2
/
+1
|
*
|
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-26
1
-0
/
+10
*
|
|
Indentation after 'Remove redundant calls to gArgs.IsArgSet()'
Jorge Timón
2017-06-27
1
-32
/
+32
*
|
|
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-27
1
-26
/
+9
|
/
/
*
|
Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options
Wladimir J. van der Laan
2017-06-26
1
-65
/
+44
|
\
\
|
*
|
add Binds, WhiteBinds to CConnman::Options
Marko Bencun
2017-06-15
1
-55
/
+34
|
*
|
add WhitelistedRange to CConnman::Options
Marko Bencun
2017-06-15
1
-10
/
+10
*
|
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
1
-1
/
+1
|
\
\
\
|
*
|
|
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-1
/
+1
*
|
|
|
Merge #10626: doc: Remove outdated minrelaytxfee comment
Wladimir J. van der Laan
2017-06-24
1
-8
/
+1
|
\
\
\
\
|
*
|
|
|
doc: Remove outdated minrelaytxfee comment
MarcoFalke
2017-06-18
1
-8
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Remove obsolete _MSC_VER check
practicalswift
2017-06-21
1
-2
/
+0
|
/
/
/
*
|
|
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-14
1
-2
/
+0
|
\
\
\
|
*
|
|
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-14
1
-2
/
+0
*
|
|
|
Merge #10377: Use rdrand as entropy source on supported platforms
Wladimir J. van der Laan
2017-06-14
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Use rdrand as entropy source on supported platforms
Pieter Wuille
2017-06-13
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
1
-1
/
+1
|
*
|
|
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-9
/
+9
*
|
|
|
|
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()
Wladimir J. van der Laan
2017-06-12
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Don't return stale data from CCoinsViewCache::Cursor()
Russell Yanofsky
2017-06-07
1
-1
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-12
1
-8
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
1
-8
/
+13
|
|
/
/
/
/
*
|
|
|
/
Remove unused Boost includes
practicalswift
2017-06-09
1
-1
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge #10463: Names: BIP9 vs versionbits
Wladimir J. van der Laan
2017-06-06
1
-8
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Rename -bip9params to -vbparams
shaolinfry
2017-05-30
1
-8
/
+8
|
|
/
/
*
|
|
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
1
-2
/
+8
|
\
\
\
|
*
|
|
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-2
/
+2
|
*
|
|
Upgrade from per-tx database to per-txout
Pieter Wuille
2017-06-01
1
-0
/
+6
|
*
|
|
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-2
/
+2
|
|
/
/
*
/
/
add SeedNodes to CConnman::Options
Marko Bencun
2017-05-30
1
-5
/
+4
|
/
/
*
|
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-17
1
-1
/
+0
|
\
\
|
*
|
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-1
/
+0
*
|
|
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-17
1
-0
/
+1
|
\
\
\
|
*
|
|
Track failures in fee estimation.
Alex Morcos
2017-05-10
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...
Wladimir J. van der Laan
2017-05-15
1
-29
/
+27
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Util: Small improvements in gArgs usage
Jorge Timón
2017-05-09
1
-9
/
+7
|
*
|
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs
Jorge Timón
2017-05-09
1
-26
/
+26
*
|
|
Merge #8855: Use a proper factory for creating chainparams
Wladimir J. van der Laan
2017-05-09
1
-7
/
+11
|
\
\
\
|
*
|
|
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-05-03
1
-5
/
+7
|
*
|
|
Chainparams: Use a regular factory for creating chainparams
Jorge Timón
2017-05-03
1
-2
/
+4
|
|
/
/
*
/
/
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
1
-0
/
+1
|
/
/
*
|
Merge #9966: Control mempool persistence using a command line parameter
Wladimir J. van der Laan
2017-05-03
1
-3
/
+7
|
\
\
|
*
|
Control mempool persistence using a command line parameter.
John Newbery
2017-03-22
1
-3
/
+7
[prev]
[next]