log

age author description
Wed, 07 Sep 2011 07:29:44 -0700 Gavin Andresen Merge pull request #500 from gavinandresen/txndeadlock draft
Tue, 06 Sep 2011 16:20:24 -0400 Jeff Garzik Merge branch 'master' of git://github.com/bitcoin/bitcoin draft
Tue, 06 Sep 2011 12:03:08 -0700 Jeff Garzik Merge pull request #503 from TheBlueMatt/translatefix draft
Tue, 06 Sep 2011 16:19:54 -0400 Jeff Garzik Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable." draft
Tue, 06 Sep 2011 13:39:17 -0400 Gavin Andresen Fix AddAddress cs_mapaddresses/db transaction deadlock draft
Tue, 06 Sep 2011 15:01:58 -0400 Matt Corallo Add binary mo for new translation. draft
Tue, 06 Sep 2011 11:58:42 -0700 Jeff Garzik Merge pull request #502 from vsrinivas/master draft
Tue, 06 Sep 2011 11:50:56 -0700 Jeff Garzik Merge pull request #501 from paraipanakos/master draft
Tue, 06 Sep 2011 14:54:10 -0400 Venkatesh Srinivas Define MSG_NOSIGNAL to 0 on platforms where it is unavailable. draft
Tue, 06 Sep 2011 20:41:33 +0200 Alex B Romanian translation added draft
Mon, 04 Jul 2011 14:45:08 -0400 Luke Dashjr ignore stuff draft
Tue, 06 Sep 2011 10:47:27 -0700 Gavin Andresen Merge pull request #491 from gavinandresen/manytxfix draft
Tue, 06 Sep 2011 10:20:22 -0700 Gavin Andresen Merge pull request #499 from codler/patch-3 draft
Tue, 06 Sep 2011 20:13:43 +0300 Han Lin Yap Add a note to only include .po file draft
Tue, 06 Sep 2011 05:26:23 -0700 Gavin Andresen Merge pull request #490 from TheBlueMatt/master draft
Tue, 06 Sep 2011 05:25:29 -0700 Gavin Andresen Merge pull request #496 from alexwaters/boost_fs3 draft
Mon, 05 Sep 2011 23:02:35 -0400 Jeff Garzik README.md: word wrap text file draft
Mon, 05 Sep 2011 20:01:55 -0700 Jeff Garzik Merge pull request #495 from alexwaters/readme draft
Mon, 05 Sep 2011 21:16:46 -0400 Alex Waters Updated readme file draft
Mon, 05 Sep 2011 14:33:07 -0400 Gavin Andresen Optimize database writes for transactions with lots of TxIns. draft
Sat, 03 Sep 2011 02:21:55 -0400 Matt Corallo Fix build process to actually work. draft
Fri, 19 Aug 2011 12:45:27 -0400 Luke Dashjr Support for boost filesystem version 3 draft
Fri, 02 Sep 2011 13:31:28 -0400 Gavin Andresen Bumped version numbers to 0.4.0rc1 draft
Fri, 02 Sep 2011 10:12:20 -0700 Jeff Garzik Merge pull request #486 from TheBlueMatt/translatefix draft
Fri, 02 Sep 2011 12:56:10 -0400 Gavin Andresen Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid them draft
Fri, 02 Sep 2011 12:25:25 -0400 Gavin Andresen Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download. draft
Fri, 02 Sep 2011 12:01:42 -0400 Gavin Andresen If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems) draft
Fri, 02 Sep 2011 12:00:01 -0400 Gavin Andresen Do not try to download blockchain from 0.3.23 nodes draft
Fri, 02 Sep 2011 12:26:18 -0400 Matt Corallo Update binary mos to latest translations. draft
Fri, 02 Sep 2011 11:01:45 -0400 Gavin Andresen Give hard-coded seed nodes a random last-seen time, to randomize order they're tried. draft
Fri, 02 Sep 2011 00:00:22 -0400 Daniel Folkinshteyn Update the list of seednodes. draft
Thu, 01 Sep 2011 18:40:18 -0400 Gavin Andresen Fix bad merge: getaccountaddress was broken for new accounts draft
Thu, 01 Sep 2011 15:44:39 -0400 Gavin Andresen Fixed regression I introduced: wallets with lots of transactions were unusable in GUI. draft
Thu, 01 Sep 2011 12:01:29 -0700 Gavin Andresen Merge pull request #467 from gavinandresen/keypoolzero draft
Thu, 01 Sep 2011 11:52:07 -0400 Gavin Andresen Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin draft
Thu, 01 Sep 2011 10:58:08 -0400 Gavin Andresen obtain cs_wallet mutex to protect vchDefaultKey draft
Mon, 15 Aug 2011 11:07:25 -0400 Gavin Andresen Fix RPC call name in error message. draft
Fri, 12 Aug 2011 16:32:07 -0400 Gavin Andresen Logic running with -keypool=0 was wrong (empty keys were being returned). Fixes #445 draft
Thu, 01 Sep 2011 06:58:14 -0700 Gavin Andresen Merge pull request #470 from fabianhjr/master draft
Wed, 31 Aug 2011 14:00:41 -0400 Gavin Andresen SetCrypted() obtains keystore lock, to be safe. draft
Wed, 31 Aug 2011 14:28:14 -0300 Gavin Andresen Fix typo ("you own security") draft
Wed, 31 Aug 2011 10:24:45 -0700 Gavin Andresen Merge pull request #480 from gavinandresen/deadlocks draft
Wed, 31 Aug 2011 12:27:19 -0400 Gavin Andresen Fixed potential deadlocks in GUI code. draft
Fri, 26 Aug 2011 14:37:23 -0400 Gavin Andresen Fix rpc-hanging deadlocks draft
Mon, 29 Aug 2011 17:03:08 -0400 Gavin Andresen Highlight mis-matching locks draft
Wed, 31 Aug 2011 09:32:42 -0700 Jeff Garzik Merge pull request #463 from TheBlueMatt/encreadme draft
Wed, 31 Aug 2011 12:27:41 -0400 Jeff Garzik Add reference python miner, in contrib/pyminer/ draft
Wed, 31 Aug 2011 09:23:30 -0700 Jeff Garzik Merge pull request #475 from ovdeathiam/patch-1 draft
Wed, 31 Aug 2011 09:16:56 -0700 Jeff Garzik Merge pull request #464 from TheBlueMatt/upnp1.6 draft
Fri, 26 Aug 2011 18:41:22 -0400 Gavin Andresen CHECKMULTISIG unit tests. draft
Wed, 24 Aug 2011 07:37:38 -0700 Gavin Andresen Merge pull request #474 from xHire/master draft
Tue, 23 Aug 2011 12:46:45 -0400 Dev Random Add Gitian Build descriptors for Boost and wxWidgets. draft
Tue, 23 Aug 2011 08:43:24 -0400 Dev Random Mingw gitian build with deterministic bitcoin.exe by use of faketime draft
Tue, 23 Aug 2011 08:42:11 -0400 Dev Random Mingw gitian with separate wxWidgets and boost draft
Tue, 23 Aug 2011 08:33:53 -0400 Dev Random Linux gitian config with separate wxWidgets build draft
Fri, 12 Aug 2011 00:20:07 +0200 Matt Corallo Upgrade dependancies and tweak build process. draft
Mon, 22 Aug 2011 01:55:41 +0300 ovdeathiam Edited locale/pl/LC_MESSAGES/bitcoin.po via GitHub draft
Thu, 11 Aug 2011 18:49:03 +0200 Giel van Schijndel Move CInv to protocol.[ch]pp draft
Thu, 11 Aug 2011 18:40:12 +0200 Giel van Schijndel Move CAddress to protocol.[ch]pp draft
Thu, 11 Aug 2011 18:14:53 +0200 Giel van Schijndel Start moving protocol-specific code to protocol.[ch]pp draft