aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
AgeCommit message (Expand)Author
2011-04-18Automatically rescan after restoring wallet.datPieter Wuille
2011-04-15Merge branch 'master' of https://github.com/gjs278/bitcoinGavin Andresen
2011-04-15Ensure version number->string conversion is consistentJeff Garzik
2011-04-12pidfile support for daemongjs278
2011-04-12Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2011-04-08disable -daemon on windows; bitcoind forks only with -daemon settcatm
2011-03-30Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo
2011-03-25allow coredumps by not catching SIGSEGVtcatm
2011-03-23catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanlytcatm
2011-03-21daemon-mode: add sleep() loop to prevent defunct child process, call setsid()...tcatm
2011-03-16Fix -logtimestamps to only print time prefix once per output lineJeff Garzik
2011-03-13Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoinGavin Andresen
2011-03-08DNS seedingJeff Garzik
2011-03-03-help: do not show -server and -daemon in bitcoindtcatm
2011-03-03force fDaemon in bitcoindtcatm
2011-03-03fix whitespacetcatm
2011-03-03fix -daemon switchtcatm
2011-02-28fix missing newline in helptcatm
2011-01-21Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoinChris Moore
2011-01-21Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoinChris Moore
2011-01-21The -rpcssl command line option is a boolean, like -server, -daemon, -testnet...Chris Moore
2011-01-21Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ...Chris Moore
2011-01-20Add -rescan option to --help outputGavin Andresen
2011-01-20Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into inte...Gavin Andresen
2011-01-20Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into ...Gavin Andresen
2011-01-20The --help text wasn't showing the default values for three of the options, a...Chris
2011-01-20Add new command line argument "-printtoconsole" to send debugging output to t...Chris
2011-01-20Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXESGavin Andresen
2011-01-20print -rescan timing info in debug.logGavin Andresen
2011-01-20Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.Chris
2011-01-20Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen
2011-01-19include version information in help outputMarius Hanne
2011-01-14Add the -keypool option description to help outputDavid FRANCOIS
2010-12-22add -nolisten command line optionWitchspace
2010-12-03All boolean options/flags now work the same way.gavinandresen
2010-11-08-paytxfee is now per KB,s_nakamoto
2010-10-20Gavin Andresen: multiple instance check, -testnet use port 18333s_nakamoto
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-10-11Fixed description of -rpcuser/-rpcpassword options.gavinandresen
2010-10-11-rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen
2010-09-30don't count or spend payments until they have 1 confirmation,s_nakamoto
2010-09-08Gavin Andresen: clean shutdown on SIGTERMs_nakamoto
2010-09-07cleanup,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-15misc changess_nakamoto
2010-08-12fix -datadir=./subdir relative path,s_nakamoto
2010-08-10json-spirit print reals with 8 decimal places,s_nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBases_nakamoto
2010-07-25Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto
2010-07-18minor UI tweaks, removed some outdated txt files, s_nakamoto