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
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
2016-11-30
Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...
Pieter Wuille
2016-11-29
init: Split up AppInit2 into multiple phases
Wladimir J. van der Laan
2016-11-07
Every main()/exit() should return/use one of EXIT_ codes instead of magic num...
UdjinM6
2016-11-04
Fix exit codes:
UdjinM6
2016-10-01
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-09-26
bitcoind: Daemonize using daemon(3)
Matthew King
2016-09-04
trivial: remove unnecessary variable fDaemon
mruddy
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
When/if the copyright line does not mention Bitcoin Core developers, add a se...
Luke Dashjr
2016-01-21
move rpc* to rpc/
Daniel Cousens
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-27
Initialize logging before we do parameter interaction
Jonas Schnelli
2015-11-27
Refactor parameter interaction, call it before AppInit2()
Jonas Schnelli
2015-10-27
constify missing catch cases
Philip Kaufmann
2015-10-22
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
*: alias -h for --help
Daniel Cousens
2015-10-20
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-09-03
evhttpd implementation
Wladimir J. van der Laan
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-05-14
Create a scheduler thread for lightweight tasks
Gavin Andresen
2015-04-30
Merge pull request #6022
Wladimir J. van der Laan
2015-04-20
Use https link to bitcoin.org in Doxygen intro
Michael Ford
2015-04-16
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-01-19
Get rid of DetectShutdownThread
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-22
Process help and version arguments before datadir.
Pavel Janík
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-09-20
Also create pid file in non-daemon mode
Wladimir J. van der Laan
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
[next]