aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-523/+0
* Automatically rescan after restoring wallet.datPieter Wuille2011-04-181-1/+12
* Merge branch 'master' of https://github.com/gjs278/bitcoinGavin Andresen2011-04-151-0/+5
|\
| * pidfile support for daemongjs2782011-04-121-0/+5
* | Ensure version number->string conversion is consistentJeff Garzik2011-04-151-2/+2
|/
* Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-04-121-0/+18
|\
| * Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo2011-03-301-0/+18
* | disable -daemon on windows; bitcoind forks only with -daemon settcatm2011-04-081-8/+16
|/
* allow coredumps by not catching SIGSEGVtcatm2011-03-251-1/+0
* catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanlytcatm2011-03-231-0/+3
* daemon-mode: add sleep() loop to prevent defunct child process, call setsid()...tcatm2011-03-211-0/+8
* Fix -logtimestamps to only print time prefix once per output lineJeff Garzik2011-03-161-1/+1
* Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoinGavin Andresen2011-03-131-0/+3
|\
| * DNS seedingJeff Garzik2011-03-081-0/+3
* | -help: do not show -server and -daemon in bitcoindtcatm2011-03-031-0/+2
* | force fDaemon in bitcoindtcatm2011-03-031-1/+2
* | fix whitespacetcatm2011-03-031-1/+1
* | fix -daemon switchtcatm2011-03-031-27/+37
|/
* fix missing newline in helptcatm2011-02-281-1/+1
* Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoinChris Moore2011-01-211-2/+3
|\
| * Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ...Chris Moore2011-01-211-1/+3
* | Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoinChris Moore2011-01-211-0/+1
|\ \
| * | include version information in help outputMarius Hanne2011-01-191-0/+1
* | | The -rpcssl command line option is a boolean, like -server, -daemon, -testnet...Chris Moore2011-01-211-1/+1
| |/ |/|
* | Add -rescan option to --help outputGavin Andresen2011-01-201-1/+2
* | Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into inte...Gavin Andresen2011-01-201-0/+1
|\ \
| * | Add new command line argument "-printtoconsole" to send debugging output to t...Chris2011-01-201-0/+1
| |/
* | Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into ...Gavin Andresen2011-01-201-3/+3
|\ \
| * | The --help text wasn't showing the default values for three of the options, a...Chris2011-01-201-3/+3
| |/
* | Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXESGavin Andresen2011-01-201-4/+4
|\ \
| * | Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.Chris2011-01-201-4/+4
| |/
* | print -rescan timing info in debug.logGavin Andresen2011-01-201-3/+7
* | Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen2011-01-201-0/+3
|/
* Add the -keypool option description to help outputDavid FRANCOIS2011-01-141-0/+1
* add -nolisten command line optionWitchspace2010-12-221-4/+10
* All boolean options/flags now work the same way.gavinandresen2010-12-031-16/+7
* -paytxfee is now per KB,s_nakamoto2010-11-081-1/+2
* Gavin Andresen: multiple instance check, -testnet use port 18333s_nakamoto2010-10-201-4/+12
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-16/+22
* Fixed description of -rpcuser/-rpcpassword options.gavinandresen2010-10-111-16/+16
* -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen2010-10-111-0/+14
* don't count or spend payments until they have 1 confirmation,s_nakamoto2010-09-301-1/+1
* Gavin Andresen: clean shutdown on SIGTERMs_nakamoto2010-09-081-1/+13
* cleanup,s_nakamoto2010-09-071-2/+2
* propset svn:eol-style natives_nakamoto2010-08-291-405/+405
* misc changess_nakamoto2010-08-151-0/+2
* fix -datadir=./subdir relative path,s_nakamoto2010-08-121-2/+14
* json-spirit print reals with 8 decimal places,s_nakamoto2010-08-101-2/+2
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-340/+48
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-40/+45