log

age author description
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
Wed, 25 Aug 2010 17:53:09 +0000 s_nakamoto added -testsafemode switch draft
Wed, 25 Aug 2010 16:33:38 +0000 s_nakamoto change switch name to -disablesafemode draft
Wed, 25 Aug 2010 14:18:56 +0000 s_nakamoto more rpc methods allowed in safe mode draft
Wed, 25 Aug 2010 00:05:37 +0000 s_nakamoto alert system draft
Fri, 20 Aug 2010 16:55:14 +0000 s_nakamoto warning message if clock is too far off draft
Thu, 19 Aug 2010 22:43:19 +0000 s_nakamoto block index checking on load, extra redundant checks, misc refactoring draft
Mon, 16 Aug 2010 18:46:02 +0000 s_nakamoto do an extra CheckBlock in ConnectBlock draft
Mon, 16 Aug 2010 17:51:10 +0000 s_nakamoto erase the bad chain after disconnecting it draft
Mon, 16 Aug 2010 17:05:50 +0000 s_nakamoto blocks-1, draft
Mon, 16 Aug 2010 13:37:00 +0000 s_nakamoto wrap sha256.cpp in FOURWAYSSE2 #ifdef draft
Mon, 16 Aug 2010 13:11:32 +0000 s_nakamoto added -march=amdfam10 to sha256.cpp in makefile.unix draft
Sat, 28 Aug 2010 00:55:50 +0000 Satoshi Nakamoto added -testsafemode switch draft
Sat, 28 Aug 2010 00:55:19 +0000 Satoshi Nakamoto change switch name to -disablesafemode draft
Sat, 28 Aug 2010 00:54:37 +0000 Satoshi Nakamoto more rpc methods allowed in safe mode draft
Sat, 28 Aug 2010 00:51:52 +0000 Satoshi Nakamoto alert system draft
Sat, 28 Aug 2010 00:50:40 +0000 Satoshi Nakamoto warning message if clock is too far off draft
Sat, 28 Aug 2010 00:49:30 +0000 Satoshi Nakamoto block index checking on load, extra redundant checks, misc refactoring draft
Mon, 16 Aug 2010 20:55:54 +0000 Satoshi Nakamoto do an extra CheckBlock in ConnectBlock draft
Mon, 16 Aug 2010 20:54:47 +0000 Satoshi Nakamoto erase the bad chain after disconnecting it draft
Mon, 16 Aug 2010 20:53:49 +0000 Satoshi Nakamoto blocks-1, draft
Mon, 16 Aug 2010 20:52:36 +0000 Satoshi Nakamoto wrap sha256.cpp in FOURWAYSSE2 #ifdef draft
Mon, 16 Aug 2010 20:51:46 +0000 Satoshi Nakamoto added -march=amdfam10 to sha256.cpp in makefile.unix draft
Mon, 16 Aug 2010 20:50:37 +0000 Satoshi Nakamoto makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux draft
Sun, 15 Aug 2010 23:09:29 +0000 Satoshi Nakamoto fix for block 74638 overflow output transaction draft
Sun, 15 Aug 2010 23:06:05 +0000 Satoshi Nakamoto misc changes draft
Sun, 15 Aug 2010 20:28:01 +0000 Gavin Andresen Quick fix: bad block 74,652 draft
Fri, 13 Aug 2010 02:23:46 +0000 Satoshi Nakamoto fix -datadir=./subdir relative path, draft
Thu, 12 Aug 2010 13:28:22 +0000 Satoshi Nakamoto fix build, thanks jgarzik draft
Thu, 12 Aug 2010 13:26:20 +0000 Satoshi Nakamoto disable SSE2 on 32-bit draft
Thu, 12 Aug 2010 13:23:02 +0000 Satoshi Nakamoto gethashespersec and added version and hashespersec to getinfo draft
Thu, 12 Aug 2010 13:20:57 +0000 Satoshi Nakamoto json-spirit print reals with 8 decimal places, draft
Tue, 10 Aug 2010 16:03:01 +0000 Satoshi Nakamoto always make 8 outbound connections even if have inbound, draft
Tue, 10 Aug 2010 16:01:23 +0000 Satoshi Nakamoto enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit draft
Tue, 10 Aug 2010 15:57:38 +0000 Satoshi Nakamoto correct typo for mac compile, update makefile to use llvm draft
Sun, 15 Aug 2010 22:46:58 +0000 s_nakamoto makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux draft
Sun, 15 Aug 2010 22:21:03 +0000 s_nakamoto scanback check to prevent adding to the 74638 overflow chain draft
Sun, 15 Aug 2010 21:35:24 +0000 s_nakamoto fix for block 74638 overflow output transaction draft
Sun, 15 Aug 2010 21:05:16 +0000 s_nakamoto misc changes draft