log

age author description
Sun, 20 Nov 2011 17:12:00 +0100 Pieter Wuille close old db when rewriting draft
Sun, 20 Nov 2011 10:39:01 -0500 Gavin Andresen Never remove database files on shutdown, it caused unreadable wallets on some testers' machines. draft
Thu, 17 Nov 2011 14:21:32 -0500 Gavin Andresen Only remove database log files on shutdown after wallet encryption/rewrite draft
Thu, 17 Nov 2011 14:01:25 -0500 Gavin Andresen Create new keypool for newly encrypted wallets. draft
Mon, 31 Oct 2011 12:42:01 -0400 Jeff Garzik Remove vladimir's DNS seed, at his request. draft
Tue, 15 Nov 2011 14:28:51 -0500 Gavin Andresen Tweak handling of boost filesystem versions draft
Tue, 15 Nov 2011 14:30:15 -0500 Gavin Andresen Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite. draft
Tue, 15 Nov 2011 10:21:02 -0500 Luke Dashjr add message about restarting bitcoin after encrypting wallet succesfully draft
Tue, 15 Nov 2011 10:33:26 -0500 Luke Dashjr Update gitian descriptors to point at stable git repo draft
Tue, 15 Nov 2011 09:47:29 -0500 Gavin Andresen Fix boost filesystem incompatibility problem draft
Thu, 10 Nov 2011 21:12:46 -0500 Gavin Andresen Obsolete keypool and make sure database removes log files on shutdown. draft
Thu, 10 Nov 2011 21:29:23 +0100 Pieter Wuille Resilvering draft
Mon, 10 Oct 2011 15:51:07 -0400 Matt Corallo Add returns to avoid annoying compile-time warnings. draft
Mon, 10 Oct 2011 12:08:05 -0400 Matt Corallo Only define __STDC_LIMIT_MACROS if not already defined. draft
Sun, 16 Oct 2011 20:38:23 -0400 cjdelisle Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be disregarded. draft
Mon, 10 Oct 2011 16:03:14 -0400 Gavin Andresen bitcoind does not need to link with gthread-2.0 draft
Mon, 10 Oct 2011 14:22:31 -0400 Luke Dashjr Bump version to 0.4.1 draft
Thu, 06 Oct 2011 19:53:42 +0400 Victor Leschuk Fix for 64bit build draft
Wed, 05 Oct 2011 11:06:55 -0400 Luke Dashjr Merge commit '65ba3e2f5024e1e38e119a0c25d5fc30c896cd65' into 0.4.x draft
Sat, 01 Oct 2011 02:47:47 +0200 Wladimir J. van der Laan remove possibility of 63 bit overflow in ParseMoney draft
Mon, 26 Sep 2011 15:37:57 -0400 Luke Dashjr Merge commit '3f94dfa' into stable draft
Thu, 24 Nov 2011 13:40:32 +0100 Nils Schneider update translation: de draft
Thu, 24 Nov 2011 12:32:19 +0100 Alex B Small fixes in both spanish translations draft
Mon, 21 Nov 2011 14:38:47 -0500 Gavin Andresen Don't forget to bump release numbers in READMEs next time draft
Mon, 21 Nov 2011 14:37:59 -0500 Gavin Andresen Bump version numbers to 0.5.1 draft
Fri, 23 Dec 2011 20:27:12 -0800 Matt Corallo Add support for opening bitcoin: URIs directly. draft
Wed, 07 Dec 2011 00:00:04 -0500 Matt Corallo Automatically refocus on new SendCoinsEntrys and scroll to them. draft
Tue, 03 Jan 2012 00:03:07 -0800 Matt Corallo Fix horrific performance found by gmaxwell. draft
Tue, 03 Jan 2012 15:24:28 -0500 Gavin Andresen -blocknotify=command argument, implemented using system() and boost::thread draft
Tue, 03 Jan 2012 09:24:54 -0800 Gavin Andresen Merge pull request #731 from laanwj/txshowfix draft
Tue, 03 Jan 2012 12:16:56 -0500 Gavin Andresen Merge branch 'getblock' draft
Tue, 03 Jan 2012 11:17:04 -0500 Gavin Andresen I broke -testnet with my TOR option-parsing fixes. draft
Tue, 03 Jan 2012 07:54:38 -0800 Gavin Andresen Merge pull request #741 from laanwj/typo734fix draft
Tue, 03 Jan 2012 10:23:20 -0500 Gavin Andresen Merge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoin draft
Tue, 03 Jan 2012 10:22:24 -0500 Gavin Andresen Merge branch 'gitianfix' of https://github.com/TheBlueMatt/bitcoin draft
Tue, 03 Jan 2012 10:14:22 -0500 Gavin Andresen Fix issue #659, and cleanup wallet/command-line argument handling a bit draft
Tue, 03 Jan 2012 11:55:58 +0100 Wladimir J. van der Laan Fix typo (#734) draft
Mon, 02 Jan 2012 17:04:09 -0800 Pieter Wuille Merge pull request #738 from sipa/dnsseed-fix draft
Tue, 03 Jan 2012 01:28:15 +0100 Pieter Wuille Fix some address-handling deadlocks draft
Mon, 02 Jan 2012 14:27:41 +0700 coderrr make sure IsMine only returns true when we own all keys draft
Wed, 28 Dec 2011 11:14:05 +0100 Wladimir J. van der Laan Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es draft
Tue, 27 Dec 2011 16:42:29 -0500 Gavin Andresen Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoin draft
Tue, 27 Dec 2011 16:41:56 -0500 Gavin Andresen Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-deep recursion draft
Tue, 27 Dec 2011 10:02:28 +0100 Wladimir J. van der Laan Fix OP_EVAL recursion depth counting draft
Sun, 25 Dec 2011 10:32:05 -0500 Gavin Andresen Check all prevout.n if one transaction provides multiple inputs draft
Sun, 25 Dec 2011 10:08:01 -0500 Gavin Andresen assert condition in previous commit was backwards draft
Sun, 25 Dec 2011 08:45:09 -0500 Gavin Andresen Check for valid prevout.n in FetchInputs. draft
Fri, 23 Dec 2011 17:13:10 -0500 Gavin Andresen Be more conservative: check all transactions in blocks after last checkpoint. draft
Fri, 23 Dec 2011 20:23:12 -0800 Matt Corallo Add QR Code support to Win32 Gitian build. draft
Fri, 23 Dec 2011 15:35:59 -0800 Matt Corallo Fix Linux gitian descriptor to use QRCode support. draft
Fri, 23 Dec 2011 15:34:48 -0800 Matt Corallo Add libqrencode-dev to the debian/ubuntu apt-get lines. draft
Fri, 23 Dec 2011 15:28:35 -0800 Matt Corallo No reason to have any qrcode stuff in the bitcoind osx makefile. draft
Fri, 23 Dec 2011 16:26:38 -0500 Gavin Andresen New RPC commands: getblockhash and getblock draft
Fri, 23 Dec 2011 03:53:31 -0800 Wladimir J. van der Laan Merge pull request #723 from TheBlueMatt/gitianfix draft
Fri, 23 Dec 2011 03:21:01 -0800 Wladimir J. van der Laan Merge pull request #683 from laanwj/ui_copy_amount draft
Fri, 23 Dec 2011 02:24:46 -0800 Matt Corallo Fix #722. draft
Sun, 04 Dec 2011 14:14:10 +0100 Wladimir J. van der Laan Copy amount to clipboard (implements #657) draft
Sun, 04 Dec 2011 18:01:53 +0100 Wladimir J. van der Laan Add context menu for address book page (implements part 1 of issue #648) draft
Fri, 11 Nov 2011 10:13:25 +0100 Wladimir J. van der Laan Move HtmlEscape (escape for qt rich text controls) to qt gui utilities draft
Sat, 12 Nov 2011 12:20:34 +0100 Wladimir J. van der Laan Comments update draft