aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-523/+0
| | | | | | | | | | | | | | | | | | | there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs
* Automatically rescan after restoring wallet.datPieter Wuille2011-04-181-1/+12
| | | | | | | Information about the best known chain is added to wallet.dat. If this information does not match the data in blkindex.dat, a rescan is automatically performed, starting from the the last known block. When upgrading from a wallet which does not have this information, no rescan is done automatically.
* 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 ↵Matt Corallo2011-03-301-0/+18
| | | | | | | | | | | | | | | | | | | | | | build time(statically linked). Thanks joepie91 for the translation of the new copyright notices into Dutch. Thanks sipa for the translation of the new copyright notices into French. Thanks megu for the translation of the new copyright notices into Spanish. Thanks justmoon/Blitzboom for the translation of the new copyright notices into German. Thanks Joozero for the translation of the new copyright notices into Italian. Remaining translations were provided by Google Translate.
* | disable -daemon on windows; bitcoind forks only with -daemon settcatm2011-04-081-8/+16
|/ | | | [added setsid() call to ui.cpp, to regain consistency with init.cpp -jgarzik]
* 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 ↵tcatm2011-03-211-0/+8
| | | | setsid() in child
* Fix -logtimestamps to only print time prefix once per output lineJeff Garzik2011-03-161-1/+1
| | | | | | Incorporate BlueMatt's fix to only timestamp upon new line, and move -logtimestamp checking outside OutputDebugPrintF() to better future-proof it.
* 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
| | | | | | | | version string. Show the version string in --help text too.
* | 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, ↵Chris Moore2011-01-211-1/+1
| |/ |/| | | | | -testnet, etc. Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text.
* | Add -rescan option to --help outputGavin Andresen2011-01-201-1/+2
| |
* | Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into ↵Gavin Andresen2011-01-201-0/+1
|\ \ | | | | | | | | | integration
| * | Add new command line argument "-printtoconsole" to send debugging output to ↵Chris2011-01-201-0/+1
| |/ | | | | | | the console instead of to debug.log. The code for this was already in place, but there was no way other than editing the source and rebuilding to turn it on.
* | Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into ↵Gavin Andresen2011-01-201-3/+3
|\ \ | | | | | | | | | integration
| * | The --help text wasn't showing the default values for three of the options, ↵Chris2011-01-201-3/+3
| |/ | | | | | | | | | | | | | | | | | | as follows: -rpcport (default: 8332) -rpcconnect (default: 127.0.0.1) -keypool (default: 100) Edited the --help text to include the defaults.
* | 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
|/ | | | If you copied your wallet and used it on two different machines, the balance reported by getbalance and the sum(listaccounts) could disagree, because you might receive payments for an address that is in your wallet but not your address book. Now all such transactions are credited to the default empty-string account.
* 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
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@194 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* -paytxfee is now per KB,s_nakamoto2010-11-081-1/+2
| | | | | | BitcoinMiner prioritise transactions by how old their dependencies are git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@176 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* Gavin Andresen: multiple instance check, -testnet use port 18333s_nakamoto2010-10-201-4/+12
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@170 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-16/+22
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@168 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* Fixed description of -rpcuser/-rpcpassword options.gavinandresen2010-10-111-16/+16
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@166 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen2010-10-111-0/+14
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@165 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* don't count or spend payments until they have 1 confirmation,s_nakamoto2010-09-301-1/+1
| | | | | | | | misc cleanup, changed internal version number from 312 to 31300 -- version 0.3.13 git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@158 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* Gavin Andresen: clean shutdown on SIGTERMs_nakamoto2010-09-081-1/+13
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@149 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* cleanup,s_nakamoto2010-09-071-2/+2
| | | | | | catch some recoverable exceptions and continue git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@148 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* propset svn:eol-style natives_nakamoto2010-08-291-405/+405
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@146 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* misc changess_nakamoto2010-08-151-0/+2
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@131 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* fix -datadir=./subdir relative path,s_nakamoto2010-08-121-2/+14
| | | | | | | | | | autostart off by default except on windows, fix occasional "vector iterator not dereferencable" assertion with msvc, fix readlink compile warning on linux build, use sys/param.h and BSD define instead of __BSD__, -paytxfee switch git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@130 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* json-spirit print reals with 8 decimal places,s_nakamoto2010-08-101-2/+2
| | | | | | bitcoind help <command> instead of bitcoind <command> -? git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@126 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-340/+48
| | | | git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@112 1a98c847-1fd6-4fd8-948a-caf3550aa51b
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-40/+45
| | | | | | | faster initial block download -- version 0.3.3 git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@109 1a98c847-1fd6-4fd8-948a-caf3550aa51b