log

age author description
Fri, 18 Feb 2011 09:49:00 -0500 Gavin Andresen Windows mingw32 makefile and build notes (thanks m0mchil) draft
Thu, 17 Feb 2011 19:22:08 -0500 Gavin Andresen Bump version to 0.3.20.01 draft
Thu, 17 Feb 2011 01:53:52 -0800 devrandom move gitian descriptor file draft
Tue, 01 Feb 2011 09:27:14 -0800 devrandom add gitian build descriptor draft
Wed, 16 Feb 2011 14:43:04 -0500 Gavin Andresen Set maxconnections default to 125 draft
Wed, 16 Feb 2011 13:18:11 -0500 Gavin Andresen Denial-of-service flood control draft
Mon, 14 Feb 2011 17:25:34 +0000 Gavin Andresen Update windows build process for 0.3.20 release draft
Thu, 10 Feb 2011 19:24:22 -0500 Gavin Andresen Visual C++ compatibility fixes draft
Thu, 10 Feb 2011 09:25:42 +0100 sandos Set SO_REUSEADDR for JSON-RPC port draft
Sun, 06 Feb 2011 15:10:02 -0500 Daniel Folkinshteyn Added 320 fresh seednodes to replace the old ones. draft
Thu, 03 Feb 2011 14:21:21 +0100 David FRANCOIS Reset testnet with a new genesis block draft
Mon, 31 Jan 2011 11:26:02 -0500 Gavin Andresen new checkpoint at block 105,000 draft
Mon, 31 Jan 2011 16:42:28 +0100 tcatm do not create 'Your Address' account draft
Mon, 31 Jan 2011 15:07:55 +0300 ojab 1. Change hardcoded g++ to $(CXX) draft
Tue, 25 Jan 2011 09:29:13 -0500 Gavin Andresen Explicitly state that make -f makfile.unix is the way to build draft
Mon, 24 Jan 2011 16:25:41 -0800 Chris Moore Don't scan the time offsets vector repeatedly once we've displayed the warning that the user's clock may be wrong. draft
Mon, 24 Jan 2011 14:47:36 -0800 Chris Moore Repeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change. draft
Mon, 24 Jan 2011 11:13:25 -0500 Gavin Andresen Bump version number to 0.3.20 draft
Sun, 23 Jan 2011 00:08:09 -0800 Chris Moore Fix -maxconnections. It used to account for the 8 outbound connections twice when calculating the number of slots left for incoming connections. draft
Sat, 22 Jan 2011 16:04:07 -0500 Gavin Andresen cpuid instruction clobbers eax/ebx/ecx/edx draft
Fri, 21 Jan 2011 12:14:20 -0800 Chris Moore Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoin draft
Fri, 21 Jan 2011 12:09:32 -0800 Chris Moore Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoin draft
Fri, 21 Jan 2011 11:59:56 -0800 Chris Moore Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help draft
Fri, 21 Jan 2011 10:52:48 -0500 Gavin Andresen Updated development process description draft
Fri, 21 Jan 2011 10:14:33 -0800 Chris Moore The -rpcssl command line option is a boolean, like -server, -daemon, -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. draft
Fri, 21 Jan 2011 02:37:34 -0800 Chris Moore Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too. draft
Thu, 20 Jan 2011 16:29:07 -0500 Gavin Andresen Add -rescan option to --help output draft
Thu, 20 Jan 2011 16:22:33 -0500 Gavin Andresen Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration draft
Thu, 20 Jan 2011 16:21:59 -0500 Gavin Andresen Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration draft
Thu, 20 Jan 2011 16:20:11 -0500 Gavin Andresen Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into integration draft
Thu, 20 Jan 2011 14:57:46 -0500 Gavin Andresen Fix bus error in DebugPrint if -datadir given non-existent directory. draft
Thu, 20 Jan 2011 14:20:52 -0500 Gavin Andresen Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into FIXES draft
Thu, 20 Jan 2011 14:18:51 -0500 Gavin Andresen Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXES draft
Thu, 20 Jan 2011 14:12:10 -0500 Gavin Andresen print -rescan timing info in debug.log draft
Thu, 20 Jan 2011 13:10:01 -0500 Gavin Andresen Reconcile getbalance and listaccounts 0 in the shared-wallet case draft
Wed, 19 Jan 2011 16:50:20 -0500 Gavin Andresen ReacceptWalletTransactions bugfix draft
Tue, 18 Jan 2011 14:46:46 -0500 Gavin Andresen Merge branch 'integration' into FIXES draft
Thu, 20 Jan 2011 12:26:33 -0800 Chris Don't use GetBoolArg() and mapArgs; use one or the other. draft
Thu, 20 Jan 2011 11:49:29 -0800 Chris The --help text wasn't showing the default values for three of the options, as follows: draft
Thu, 20 Jan 2011 11:45:01 -0800 Chris Add new command line argument "-printtoconsole" to send debugging output to 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. draft
Thu, 20 Jan 2011 10:49:44 -0800 Chris Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text. draft
Wed, 19 Jan 2011 22:49:12 +0100 Marius Hanne include version information in help output draft
Wed, 19 Jan 2011 01:27:58 +0100 Marius Hanne don't set statusbar background color draft
Tue, 18 Jan 2011 14:35:50 -0500 Gavin Andresen Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-git into integration draft
Tue, 18 Jan 2011 14:35:03 -0500 Gavin Andresen Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git into integration draft
Tue, 18 Jan 2011 14:33:18 -0500 Gavin Andresen Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git into integration draft
Fri, 14 Jan 2011 20:55:36 +0100 David FRANCOIS Add the -keypool option description to help output draft
Thu, 13 Jan 2011 20:04:56 -0500 Gavin Andresen Fix setaccount/getaccountaddress interaction bug draft
Mon, 10 Jan 2011 13:54:39 -0500 Gavin Andresen Fix so listaccounts with minconf works. draft
Fri, 07 Jan 2011 14:10:08 -0500 Gavin Andresen Add account/address details to gettransaction output draft
Thu, 06 Jan 2011 08:56:10 -0500 Gavin Andresen Merge branch 'listaddresses' into integration draft
Mon, 03 Jan 2011 14:45:49 -0500 Gavin Andresen Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-git draft
Wed, 05 Jan 2011 09:52:52 -0500 Gavin Andresen Add time to category:move transactions. draft
Fri, 24 Dec 2010 10:25:21 +0100 Witchspace don't advertise on IRC if we don't allow external connections draft
Wed, 22 Dec 2010 14:08:00 +0100 Witchspace add -nolisten command line option draft
Mon, 20 Dec 2010 10:36:48 -0500 Gavin Andresen EndModal fix for Mac from piotrp draft
Sun, 19 Dec 2010 10:39:36 -0500 Gavin Andresen Straw-man for dev process draft
Mon, 20 Dec 2010 14:44:54 -0500 Gavin Andresen Add address to listtransactions output draft
Mon, 20 Dec 2010 10:36:48 -0500 Gavin Andresen EndModal fix for Mac from piotrp draft
Fri, 17 Dec 2010 16:23:47 -0500 Gavin Andresen Merge remote branch 'refs/remotes/svn/trunk' into svn draft