74 Commits (1227be30ecff2bdf9f88213f356e1b4a2b28543a)

Author SHA1 Message Date
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
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 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
Daniel Cousens 3cb56f3778 *: alias -h for --help 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
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
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
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 11 years ago
Wladimir J. van der Laan 45615af26f Add 'about' information to `-version` output 11 years ago
Wladimir J. van der Laan 96b733e996 Add `-version` option to get just the version 11 years ago
jtimon a3d946ebdc Get rid of TestNet() 11 years ago
Huang Le 0b78ba8ad6 Remove fDaemon flag checking on return from main(), which is useless and looks really strange. 11 years ago
Stuart Cardall 5248ff4099 SetupEnvironment() - clean commit 11 years ago
Wladimir J. van der Laan 4ae5e72128
Show error message if ReadConfigFile fails 11 years ago
paveljanik db3a5e4151
Use the new name Bitcoin Core Daemon instead of Bitcoin server 11 years ago
Wladimir J. van der Laan 8b9adca446 Allow `-noserver` with bitcoind 11 years ago