log

age author description
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
Thu, 12 Aug 2010 21:13:43 +0000 s_nakamoto fix -datadir=./subdir relative path, draft
Wed, 11 Aug 2010 01:38:24 +0000 s_nakamoto fix build, thanks jgarzik draft
Tue, 10 Aug 2010 23:43:37 +0000 s_nakamoto disable SSE2 on 32-bit draft
Tue, 10 Aug 2010 22:55:23 +0000 s_nakamoto gethashespersec and added version and hashespersec to getinfo draft
Tue, 10 Aug 2010 19:21:17 +0000 s_nakamoto json-spirit print reals with 8 decimal places, draft
Mon, 09 Aug 2010 20:00:17 +0000 s_nakamoto always make 8 outbound connections even if have inbound, draft
Mon, 09 Aug 2010 19:54:40 +0000 s_nakamoto enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit draft
Wed, 04 Aug 2010 04:15:38 +0000 laszloh correct typo for mac compile, update makefile to use llvm draft
Tue, 03 Aug 2010 18:25:05 +0000 s_nakamoto new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade draft
Sat, 31 Jul 2010 19:15:48 +0000 s_nakamoto fixed segfault in bignum.h, draft
Fri, 30 Jul 2010 23:22:55 +0000 s_nakamoto simplified makefile.unix, updated build-unix.txt instructions to include boost 1.37 draft
Thu, 29 Jul 2010 20:27:12 +0000 s_nakamoto reverted makefile.unix wx-config -- version 0.3.6 draft
Thu, 29 Jul 2010 15:34:48 +0000 s_nakamoto Fredrik Roubert: simplified makefile.unix with wx-config, draft
Wed, 28 Jul 2010 21:17:35 +0000 s_nakamoto fixed makefile.osx draft
Wed, 28 Jul 2010 21:11:09 +0000 s_nakamoto fixed makefile.vc draft
Tue, 27 Jul 2010 19:43:04 +0000 s_nakamoto better IsInitialBlockDownload draft
Tue, 27 Jul 2010 18:14:32 +0000 s_nakamoto added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem draft
Tue, 27 Jul 2010 01:14:33 +0000 s_nakamoto tcatm's cached SHA256 state idea, about 70% faster generating draft
Mon, 26 Jul 2010 17:15:18 +0000 s_nakamoto bitcoind now compiles without wxWidgets or wxBase draft
Sun, 25 Jul 2010 21:49:21 +0000 s_nakamoto Gavin: BIO_FLAGS_BASE64_NO_NL draft
Sun, 25 Jul 2010 21:29:07 +0000 s_nakamoto Lachesis: remove newlines every 64 characters in EncodeBase64 draft
Sun, 25 Jul 2010 16:45:21 +0000 s_nakamoto Gavin Andresen's JSON-RPC HTTP authentication, draft
Sun, 18 Jul 2010 20:47:29 +0000 s_nakamoto minor UI tweaks, removed some outdated txt files, draft
Sat, 17 Jul 2010 23:51:16 +0000 s_nakamoto security safeguards, draft
Fri, 16 Jul 2010 23:12:58 +0000 s_nakamoto version 0.3.1 release draft
Thu, 15 Jul 2010 19:11:51 +0000 s_nakamoto Spanish translation by milkiway, draft
Thu, 15 Jul 2010 16:46:46 +0000 s_nakamoto version 0.3.1 rc1 draft
Thu, 15 Jul 2010 00:18:45 +0000 s_nakamoto fix openssl linkage problems, draft
Fri, 09 Jul 2010 15:29:48 +0000 s_nakamoto switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0mchil when username contains non-lower-ASCII characters draft
Fri, 09 Jul 2010 02:11:50 +0000 s_nakamoto Gavin Andresen: implementation of autostart on system startup option on Linux draft
Thu, 08 Jul 2010 18:07:14 +0000 s_nakamoto Portuguese translation by Tiago Faria draft
Thu, 08 Jul 2010 16:14:56 +0000 s_nakamoto Laszlo's fix to make generate threads idle priority on Linux, draft
Wed, 04 Aug 2010 01:51:34 +0000 Satoshi Nakamoto new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade draft
Sat, 31 Jul 2010 20:12:05 +0000 Satoshi Nakamoto fixed segfault in bignum.h, additional security limits, refactoring draft
Sat, 31 Jul 2010 14:14:41 +0000 --author=Satoshi Nakamoto simplified makefile.unix, updated build-unix.txt instructions to include boost 1.37 draft
Fri, 30 Jul 2010 17:36:06 +0000 --author=Satoshi Nakamoto reverted makefile.unix wx-config -- version 0.3.6 draft
Fri, 30 Jul 2010 17:35:17 +0000 --author=Satoshi Nakamoto Fredrik Roubert: simplified makefile.unix with wx-config, misc draft
Fri, 30 Jul 2010 17:31:39 +0000 --author=Satoshi Nakamoto fixed makefile.osx draft
Fri, 30 Jul 2010 17:31:05 +0000 --author=Satoshi Nakamoto fixed makefile.vc draft
Tue, 27 Jul 2010 20:46:41 +0000 --author=Satoshi Nakamoto better IsInitialBlockDownload draft
Tue, 27 Jul 2010 20:43:55 +0000 --author=Satoshi Nakamoto added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem draft
Tue, 27 Jul 2010 14:21:02 +0000 --author=Satoshi Nakamoto tcatm's cached SHA256 state idea, about 70% faster generating draft
Mon, 26 Jul 2010 17:44:51 +0000 Satoshi Nakamoto bitcoind now compiles without wxWidgets or wxBase draft
Mon, 26 Jul 2010 17:41:47 +0000 Gavin Andresen Gavin: BIO_FLAGS_BASE64_NO_NL draft
Mon, 26 Jul 2010 17:40:05 +0000 Satoshi Nakamoto Gavin Andresen's JSON-RPC HTTP authentication, draft
Fri, 23 Jul 2010 13:58:39 +0000 Gavin Andresen Configuration file, HTTP Basic authentication draft
Mon, 19 Jul 2010 01:18:46 +0000 Gavin Andresen json-rpc password, minor UI tweaks, removed some outdated txt files draft
Mon, 19 Jul 2010 01:12:24 +0000 Gavin Andresen security safeguards, draft
Mon, 19 Jul 2010 01:10:37 +0000 Gavin Andresen version 0.3.1 release draft
Mon, 19 Jul 2010 01:08:47 +0000 Gavin Andresen Spanish translation by milkiway, draft
Mon, 19 Jul 2010 01:02:04 +0000 Gavin Andresen version 0.3.1 rc1 draft
Wed, 14 Jul 2010 15:54:31 +0000 Gavin Andresen Fix CRLF draft
Fri, 09 Jul 2010 15:29:48 +0000 s_nakamoto switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0mchil when username contains non-lower-ASCII characters draft
Fri, 09 Jul 2010 02:11:50 +0000 s_nakamoto Gavin Andresen: implementation of autostart on system startup option on Linux draft
Thu, 08 Jul 2010 18:07:14 +0000 s_nakamoto Portuguese translation by Tiago Faria draft
Thu, 08 Jul 2010 16:14:56 +0000 s_nakamoto Laszlo's fix to make generate threads idle priority on Linux, draft
Sun, 04 Jul 2010 06:15:06 +0000 s_nakamoto version 0.3 release draft