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