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
/
bitcoind.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.21 codebase rebrand (#1711)
barrystyle
2021-02-20
1
-5
/
+5
*
doc: Update comments for new chain settings (-signet and -chain=signet)
MarcoFalke
2020-09-22
1
-5
/
+1
*
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-27
1
-2
/
+1
*
scripted-diff: gArgs -> args
MarcoFalke
2020-08-24
1
-15
/
+11
*
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-24
1
-9
/
+5
*
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-07-11
1
-0
/
+5
*
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
1
-1
/
+1
*
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-1
/
+3
*
Make InitError bilingual
Hennadii Stepanov
2020-05-05
1
-7
/
+7
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
node: Add args alias for gArgs global
MarcoFalke
2020-04-15
1
-1
/
+1
*
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-04-02
1
-0
/
+2
*
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-21
1
-1
/
+1
*
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-30
1
-8
/
+9
|
\
|
*
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-5
/
+6
|
*
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
1
-4
/
+4
*
|
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
1
-1
/
+1
|
/
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
Don't rename main thread at process level
Wladimir J. van der Laan
2019-10-03
1
-1
/
+1
*
doc: Move doxygen intro to file for USE_MDFILE_AS_MANPAGE
Jon Layton
2019-09-23
1
-18
/
+0
*
Merge #16680: Preparations for more testchains
MarcoFalke
2019-09-10
1
-1
/
+1
|
\
|
*
Testchains: Generic selection with -chain=<str> in addition of -testnet and -...
Jorge Timón
2019-09-06
1
-1
/
+1
*
|
Merge #16489: log: harmonize bitcoind logging
fanquake
2019-09-10
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
log: harmonize bitcoind server logging
Jon Atack
2019-08-01
1
-4
/
+4
*
|
Merge #15864: Fix datadir handling
MarcoFalke
2019-08-19
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix datadir handling in bitcoind
Hennadii Stepanov
2019-07-24
1
-2
/
+1
*
|
Trivial: add missing space
David A. Harding
2019-07-28
1
-1
/
+1
*
|
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-0
/
+3
|
/
*
init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-07-11
1
-19
/
+11
*
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-13
1
-9
/
+9
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-4
/
+0
*
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-29
1
-0
/
+3
*
Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting
Wladimir J. van der Laan
2018-11-23
1
-1
/
+1
|
\
|
*
Fix `bitcoin-qt -version` output formatting
Hennadii Stepanov
2018-11-05
1
-1
/
+1
*
|
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-2
/
+6
|
/
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
utils: Convert Windows args to utf-8 string
Chun Kuan Lee
2018-09-30
1
-0
/
+4
*
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-0
/
+2
*
[docs] Reformat -help output for help2man
Tim Ruffing
2018-08-04
1
-4
/
+2
*
Ignore unknown config file options for now
Pieter Wuille
2018-07-30
1
-1
/
+1
*
Merge #13742: doc: Adjust bitcoincore.org links
Wladimir J. van der Laan
2018-07-23
1
-1
/
+3
|
\
|
*
doc: Adjust bitcoincore.org links
MarcoFalke
2018-07-22
1
-1
/
+3
*
|
trivial: remove unneeded include
Nikolay Mitev
2018-07-22
1
-2
/
+0
|
/
*
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
1
-1
/
+2
*
Add unavailable options to hidden options category
Andrew Chow
2018-06-12
1
-3
/
+0
*
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
1
-6
/
+7
*
Stop translating command line options
Wladimir J. van der Laan
2018-05-30
1
-4
/
+4
*
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
1
-1
/
+5
*
Merge #10267: New -includeconf argument for including external configuration ...
Wladimir J. van der Laan
2018-05-09
1
-1
/
+1
|
\
|
*
-includeconf=<path> support in config handler, for including external configu...
Karl-Johan Alm
2018-04-26
1
-1
/
+1
[next]