Commit Graph

77 Commits (3f09e03e0f2ddbcd7ccaa9d21062be97dab2883a)

Author SHA1 Message Date
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
donaloconnor b296bf1496 Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return false
7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers
7 years ago
Wladimir J. van der Laan ce74799a3c
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
Matt Corallo efac91e654 Always wait for threadGroup to exit in bitcoind shutdown
7 years ago
Wladimir J. van der Laan dba485d651
init: Factor out AppInitLockDataDirectory
7 years ago
practicalswift 49de096c2a Remove unused Boost includes
8 years ago
Wladimir J. van der Laan cd5622dcaf Make bitcoind invalid argument error message specific
8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs
8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h
8 years ago
Marko Bencun a87d02adad use EXIT_ codes instead of magic numbers
8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016
8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h
8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method
8 years ago
Matt Corallo c8042a48f0 Remove arguments to ParseConfigFile
8 years ago
Pieter Wuille a143b88dbd
Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir lock errors
8 years ago
Wladimir J. van der Laan 0cc8b6bc44 init: Split up AppInit2 into multiple phases
8 years ago
UdjinM6 4441018d08 Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers
8 years ago
UdjinM6 bd0de1386e Fix exit codes:
8 years ago
Jorge Timón 3450c18a12
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
8 years ago
Matthew King a92bf4af66 bitcoind: Daemonize using daemon(3)
8 years ago
mruddy ff2ed7a5bc trivial: remove unnecessary variable fDaemon
8 years ago
Luke Dashjr a68bb9f5e7 Merge branch 'master' into single_prodname
9 years ago
Luke Dashjr 027fdb83b4 When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen
9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/
9 years ago
Luke Dashjr d5f46832de Unify package name to as few places as possible without major changes
9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015
9 years ago
Jonas Schnelli a46f87f0c1
Initialize logging before we do parameter interaction
9 years ago
Jonas Schnelli 411b05ac95
Refactor parameter interaction, call it before AppInit2()
9 years ago
Philip Kaufmann ad5aae15b4 constify missing catch cases
9 years ago
Wladimir J. van der Laan 2cd020d054
Merge pull request #6846
9 years ago
Daniel Cousens 3cb56f3778 *: alias -h for --help
9 years ago
Wladimir J. van der Laan e26a3f6713
Merge pull request #6235
9 years ago
Jorge Timón 55a89751fa Chainparams: Translations: DRY: options and error strings
9 years ago
Wladimir J. van der Laan 40b556d374 evhttpd implementation
9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet
9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes
9 years ago
Gavin Andresen ddd0acd3db
Create a scheduler thread for lightweight tasks
10 years ago
Wladimir J. van der Laan 8a10000222
Merge pull request #6022
10 years ago
Michael Ford 447d37e7d3 Use https link to bitcoin.org in Doxygen intro
10 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface
10 years ago
Wladimir J. van der Laan 28ee7e8b8c Get rid of DetectShutdownThread
10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers
10 years ago
Wladimir J. van der Laan 111a7d45f1
Merge pull request #5470
10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const
10 years ago
Michael Ford 78253fcbad Remove references to X11 licence
10 years ago
Pavel Janík 3d0a1ce193 Process help and version arguments before datadir.
10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion
10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode
10 years ago