log

age author description
Mon, 06 Sep 2010 21:51:27 -0400 Gavin Andresen Merge remote branch 'refs/remotes/svn/trunk' into svn draft
Mon, 06 Sep 2010 19:05:27 -0400 Gavin Andresen Merge remote branch 'remotes/svn/trunk' into svn draft
Thu, 02 Sep 2010 13:42:31 -0400 Gavin Andresen Merge remote branch 'remotes/svn/trunk' into svn draft
Mon, 13 Dec 2010 16:26:14 +0000 s_nakamoto -- version 0.3.19 release draft
Sun, 12 Dec 2010 18:38:02 +0000 s_nakamoto correction draft
Sun, 12 Dec 2010 18:20:36 +0000 s_nakamoto added some DoS limits, removed safe mode draft
Wed, 08 Dec 2010 23:23:48 +0000 s_nakamoto -- version 0.3.18 release draft
Tue, 07 Dec 2010 13:43:31 +0000 gavinandresen IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand. draft
Mon, 06 Dec 2010 15:59:28 +0000 s_nakamoto fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then upgrade again draft
Sun, 05 Dec 2010 09:29:30 +0000 s_nakamoto preps for future client-only mode, draft
Fri, 03 Dec 2010 19:38:09 +0000 gavinandresen All boolean options/flags now work the same way. draft
Tue, 30 Nov 2010 18:58:11 +0000 gavinandresen JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance <account> draft
Sat, 27 Nov 2010 23:12:41 +0000 s_nakamoto added boost tuples to serialize.h draft
Thu, 25 Nov 2010 20:41:57 +0000 s_nakamoto -- version 0.3.17 release draft
Thu, 25 Nov 2010 16:40:25 +0000 s_nakamoto still working on account-based commands getbalance, move and sendfrom, they're only for testing for now draft
Tue, 23 Nov 2010 19:16:36 +0000 s_nakamoto new getwork draft
Mon, 22 Nov 2010 15:53:20 +0000 gavinandresen Depracate "label" API, replacing with account draft
Sun, 21 Nov 2010 22:46:19 +0000 s_nakamoto added transaction fee setting in UI options menu, draft
Sat, 20 Nov 2010 02:12:03 +0000 s_nakamoto small bugfix draft
Fri, 19 Nov 2010 23:37:05 +0000 s_nakamoto require some minimal priority for free transactions to slow down transaction spam draft
Fri, 19 Nov 2010 20:22:46 +0000 s_nakamoto efficiently sort transaction dependencies in one pass draft
Thu, 18 Nov 2010 00:11:33 +0000 gavinandresen OutputDebugStringF fix for Mac FileVault problem, take 3 draft
Tue, 16 Nov 2010 17:41:44 +0000 gavinandresen Make OutputDebugStringF thread-safe again (thanks ArtForz for catching) draft
Tue, 16 Nov 2010 02:32:36 +0000 gavinandresen Re-open debug.log every ten minutes instead of every printf; fixes performance problem with Mac FileVault. draft
Mon, 15 Nov 2010 21:37:33 +0000 gavinandresen Update websites used for GetMyExternalIP draft
Sun, 14 Nov 2010 00:06:10 +0000 s_nakamoto -- version 0.3.15 release draft
Wed, 10 Nov 2010 16:43:31 +0000 gavinandresen Add paytxfee to getinfo output draft
Tue, 09 Nov 2010 19:47:07 +0000 s_nakamoto SelectCoins first pass tries not to use coins with less than 6 confirmations draft
Mon, 08 Nov 2010 22:06:07 +0000 s_nakamoto -paytxfee is now per KB, draft
Thu, 04 Nov 2010 00:23:00 +0000 gavinandresen Fix IsInitialBlockDownload if running on testnet draft
Wed, 03 Nov 2010 23:40:43 +0000 gavinandresen Prevent double-sends from quick double-button-clicks draft
Sat, 23 Oct 2010 17:43:53 +0000 s_nakamoto bugfixes from Dean Gores, draft
Fri, 22 Oct 2010 15:15:20 +0000 gavinandresen testnet and keypoololdest added to RPC getinfo output. And RPC now sends proper HTTP Date headers. draft
Thu, 21 Oct 2010 16:47:16 +0000 s_nakamoto -- version 0.3.14 release draft
Wed, 20 Oct 2010 16:12:23 +0000 s_nakamoto Gavin Andresen: multiple instance check, -testnet use port 18333 draft
Wed, 20 Oct 2010 15:58:16 +0000 gavinandresen validateaddress RPC command draft
Tue, 19 Oct 2010 17:16:51 +0000 s_nakamoto Gavin's TEST network as -testnet switch, misc fixes draft
Thu, 14 Oct 2010 13:33:03 +0000 gavinandresen makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64 draft
Mon, 11 Oct 2010 18:32:33 +0000 gavinandresen Fixed description of -rpcuser/-rpcpassword options. draft
Mon, 11 Oct 2010 18:23:41 +0000 gavinandresen -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. draft
Mon, 11 Oct 2010 15:12:17 +0000 s_nakamoto dkaparis: boost::bind build fix for c++0x draft
Sat, 09 Oct 2010 19:33:35 +0000 s_nakamoto key pool for safer wallet backup draft
Wed, 06 Oct 2010 15:43:04 +0000 s_nakamoto updated Russian translation draft
Wed, 06 Oct 2010 02:19:47 +0000 s_nakamoto recursive function to determine if own unconfirmed transaction can be spent draft
Mon, 04 Oct 2010 01:40:50 +0000 s_nakamoto Russian translation by eurekafag draft
Thu, 30 Sep 2010 23:54:15 +0000 s_nakamoto fixed linux build, draft
Thu, 30 Sep 2010 16:23:07 +0000 s_nakamoto don't count or spend payments until they have 1 confirmation, draft
Thu, 23 Sep 2010 16:01:44 +0000 s_nakamoto changed free transactions per block threshold draft
Sun, 19 Sep 2010 21:20:34 +0000 s_nakamoto only accept transactions sent by IP address if -allowreceivebyip is specified draft
Wed, 15 Sep 2010 22:10:13 +0000 s_nakamoto config option -rpcallowip= to accept json-rpc connections from another machine draft
Mon, 13 Sep 2010 22:14:24 +0000 s_nakamoto reorganize BitcoinMiner to make it easier to add different SHA256 routines draft
Sun, 12 Sep 2010 17:30:15 +0000 s_nakamoto dropped DB_PRIVATE from dbenv.open draft
Fri, 10 Sep 2010 18:07:48 +0000 s_nakamoto fix build on non-intel architectures, thanks teknohog draft
Fri, 10 Sep 2010 16:58:59 +0000 s_nakamoto fix problem sending the last cent with sub-cent fractional change draft
Thu, 09 Sep 2010 01:00:40 +0000 s_nakamoto try to auto-detect whether to use 128-bit 4-way SSE2 draft
Wed, 08 Sep 2010 19:24:32 +0000 s_nakamoto Gavin Andresen: clean shutdown on SIGTERM draft
Tue, 07 Sep 2010 01:12:53 +0000 s_nakamoto cleanup, draft
Tue, 07 Sep 2010 01:12:53 +0000 s_nakamoto cleanup, draft
Mon, 06 Sep 2010 21:03:04 +0000 s_nakamoto Gavin Andresen: json-rpc return standard error objects with error code numbers, draft
Sun, 29 Aug 2010 16:58:15 +0000 s_nakamoto propset svn:eol-style native draft