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