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