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
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-3
/
+3
*
Introduce basic Dogecoin branding
Ross Nicoll
2019-03-25
1
-4
/
+4
*
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
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+1
*
Create a scheduler thread for lightweight tasks
Gavin Andresen
2015-05-14
1
-1
/
+3
*
Merge pull request #6022
Wladimir J. van der Laan
2015-04-30
1
-1
/
+0
|
\
|
*
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-04-16
1
-1
/
+0
*
|
Use https link to bitcoin.org in Doxygen intro
Michael Ford
2015-04-20
1
-1
/
+1
|
/
*
Get rid of DetectShutdownThread
Wladimir J. van der Laan
2015-01-19
1
-13
/
+3
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
|
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-2
/
+2
|
/
*
Process help and version arguments before datadir.
Pavel Janík
2014-11-22
1
-25
/
+28
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-0
/
+1
*
Also create pid file in non-daemon mode
Wladimir J. van der Laan
2014-09-20
1
-1
/
+0
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
Remove cli functionality from bitcoind
Wladimir J. van der Laan
2014-06-15
1
-9
/
+3
*
Add 'about' information to `-version` output
Wladimir J. van der Laan
2014-06-12
1
-1
/
+5
*
Add `-version` option to get just the version
Wladimir J. van der Laan
2014-06-11
1
-12
/
+15
*
Get rid of TestNet()
jtimon
2014-06-04
1
-1
/
+1
*
Remove fDaemon flag checking on return from main(), which is useless and look...
Huang Le
2014-05-20
1
-8
/
+1
*
SetupEnvironment() - clean commit
Stuart Cardall
2014-05-13
1
-0
/
+2
*
Show error message if ReadConfigFile fails
Wladimir J. van der Laan
2014-04-07
1
-1
/
+7
*
Use the new name Bitcoin Core Daemon instead of Bitcoin server
paveljanik
2014-03-31
1
-2
/
+2
[next]