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
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
2018-04-11
Ignore macOS daemon() depracation warning
Jonas Schnelli
2018-04-08
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-06
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-03-29
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-27
[wallet] Add dummy wallet init class
John Newbery
2018-03-27
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-25
Move scheduler/threadGroup into common-init instead of per-app
Matt Corallo
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-16
Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return f...
donaloconnor
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
[next]