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-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
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-01
Always wait for threadGroup to exit in bitcoind shutdown
Matt Corallo
2017-07-17
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-06-09
Remove unused Boost includes
practicalswift
2017-05-24
Make bitcoind invalid argument error message specific
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-02-21
use EXIT_ codes instead of magic numbers
Marko Bencun
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-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
Remove arguments to ParseConfigFile
Matt Corallo
[next]