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
...
*
|
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-2
/
+2
|
/
*
net: Minor accumulated cleanups
Thomas Snider
2018-04-16
1
-4
/
+1
*
Ignore macOS daemon() depracation warning
Jonas Schnelli
2018-04-11
1
-0
/
+7
*
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-08
1
-1
/
+1
|
\
|
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-1
/
+1
*
|
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-05
1
-9
/
+0
|
/
*
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
1
-2
/
+1
*
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-29
1
-0
/
+10
|
\
|
*
[wallet] Add dummy wallet init class
John Newbery
2018-03-27
1
-1
/
+3
|
*
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-27
1
-0
/
+8
*
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-1
/
+1
|
/
*
Move scheduler/threadGroup into common-init instead of per-app
Matt Corallo
2018-01-25
1
-14
/
+5
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-13
/
+13
*
Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return f...
donaloconnor
2017-10-16
1
-5
/
+5
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-7
/
+7
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-1
/
+1
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
|
Always wait for threadGroup to exit in bitcoind shutdown
Matt Corallo
2017-08-01
1
-3
/
+1
|
/
*
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-17
1
-1
/
+6
*
Remove unused Boost includes
practicalswift
2017-06-09
1
-1
/
+0
*
Make bitcoind invalid argument error message specific
Wladimir J. van der Laan
2017-05-24
1
-10
/
+7
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
use EXIT_ codes instead of magic numbers
Marko Bencun
2017-02-21
1
-3
/
+3
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-1
/
+1
*
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
1
-2
/
+2
*
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-23
1
-1
/
+1
*
Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...
Pieter Wuille
2016-11-30
1
-5
/
+21
|
\
|
*
init: Split up AppInit2 into multiple phases
Wladimir J. van der Laan
2016-11-29
1
-5
/
+21
*
|
Every main()/exit() should return/use one of EXIT_ codes instead of magic num...
UdjinM6
2016-11-07
1
-2
/
+2
*
|
Fix exit codes:
UdjinM6
2016-11-04
1
-1
/
+1
|
/
*
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-10-01
1
-1
/
+1
*
bitcoind: Daemonize using daemon(3)
Matthew King
2016-09-26
1
-15
/
+8
*
trivial: remove unnecessary variable fDaemon
mruddy
2016-09-04
1
-4
/
+1
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-3
/
+5
|
\
|
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-2
/
+1
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
*
Initialize logging before we do parameter interaction
Jonas Schnelli
2015-11-27
1
-0
/
+2
|
*
Refactor parameter interaction, call it before AppInit2()
Jonas Schnelli
2015-11-27
1
-0
/
+1
*
|
When/if the copyright line does not mention Bitcoin Core developers, add a se...
Luke Dashjr
2016-02-03
1
-1
/
+2
*
|
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-14
1
-2
/
+6
|
/
*
constify missing catch cases
Philip Kaufmann
2015-10-27
1
-1
/
+1
*
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
1
-1
/
+1
|
\
|
*
*: alias -h for --help
Daniel Cousens
2015-10-22
1
-1
/
+1
*
|
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-10-20
1
-2
/
+4
*
|
evhttpd implementation
Wladimir J. van der Laan
2015-09-03
1
-2
/
+7
|
/
*
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
1
-1
/
+0
[prev]
[next]