Mercurial > hg > bitcoin
graph
-
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead draftSat, 05 May 2012 02:41:43 +0000, by Luke Dashjr
-
Bugfix: Remove redundant duplicate transaction check draftFri, 04 May 2012 19:54:24 +0000, by Luke Dashjr
-
Merge branch '0.6.0.x' of gitorious.org:+bitcoin-stable-developers/bitcoin/bitcoind-stable into 0.6.0.x draftFri, 04 May 2012 18:58:37 +0000, by Luke Dashjr
-
change button tooltip on sign message page for copy to clipboard as it was missleading draftSun, 22 Apr 2012 17:32:08 +0200, by Philip Kaufmann
-
Check earlier for blocks with duplicate transactions. Fixes #1167 draftSun, 29 Apr 2012 20:56:55 -0400, by Gavin Andresen
-
remove obsolete BackupWallet() entry in wallet.h draftThu, 03 May 2012 11:30:52 +0200, by Philip Kaufmann
-
fix compiler warning "suggest parentheses around assignment used as truth draftTue, 01 May 2012 01:46:03 +0200, by Philip Kaufmann
-
Check earlier for blocks with duplicate transactions. Fixes #1167 draftSun, 29 Apr 2012 20:56:55 -0400, by Gavin Andresen
-
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator) draftTue, 01 May 2012 22:26:33 +0200, by Philip Kaufmann
-
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice draftTue, 01 May 2012 18:45:10 +0200, by Philip Kaufmann
-
fix compiler error in bitcoinrpc RE: boost::system draftWed, 11 Apr 2012 14:00:48 -0400, by Gavin Andresen
-
Bump win32.deps version number for new openssl draftFri, 27 Apr 2012 11:53:11 -0400, by Gavin Andresen
-
Windows build: compile against openssl 1.0.1b draftFri, 27 Apr 2012 10:52:14 -0400, by Gavin Andresen
-
Windows build: compile against openssl 1.0.1b draftFri, 27 Apr 2012 10:52:14 -0400, by Gavin Andresen
-
Windows build: compile against openssl 1.0.1b draftFri, 27 Apr 2012 10:52:14 -0400, by Gavin Andresen
-
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001) draftWed, 25 Apr 2012 14:07:24 +0200, by Timothy Redaelli
-
CBlock::WriteToDisk() properly checks ftell(3) for error return draftSun, 22 Apr 2012 13:59:24 -0400, by Jeff Garzik
-
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001) draftWed, 25 Apr 2012 14:07:24 +0200, by Timothy Redaelli
-
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001) draftWed, 25 Apr 2012 14:07:24 +0200, by Timothy Redaelli
-
Test ScriptSigArgsExpected() for error, before accumulating return value draftSun, 22 Apr 2012 13:44:12 -0400, by Jeff Garzik
-
Add missing includes. (Fix bulding under GCC 4.7) draftFri, 20 Apr 2012 12:50:57 +0200, by Timothy Redaelli
-
Fix bugs on 'unsigned char' platforms. draftMon, 16 Apr 2012 01:32:55 -0400, by Dwayne C. Litzenberger
-
CNode's nHeaderStart may be negative, so change its type (PARTIAL) draftSun, 15 Apr 2012 16:59:48 -0400, by Jeff Garzik
-
Fix loop index var types, fixing many minor sign comparison warnings draftSun, 15 Apr 2012 16:52:09 -0400, by Jeff Garzik
-
The string class returns string::npos, when find() fails. draftSun, 15 Apr 2012 16:47:24 -0400, by Jeff Garzik
-
AlreadyHave(): only hold lock during mapTransactions access draftTue, 17 Apr 2012 12:30:00 -0400, by Jeff Garzik
-
Add missing breaks in optionmodel's switch case draftTue, 17 Apr 2012 23:27:59 +0200, by Pieter Wuille
-
Set label when selecting an address that already has a label. Fixes #1080. draftFri, 13 Apr 2012 21:08:46 +0200, by Wladimir J. van der Laan
-
Fix bugs on 'unsigned char' platforms. draftMon, 16 Apr 2012 01:32:55 -0400, by Dwayne C. Litzenberger
-
Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned draftSun, 15 Apr 2012 16:58:32 -0400, by Jeff Garzik
-
Fix loop index var types, fixing many minor sign comparison warnings draftSun, 15 Apr 2012 16:52:09 -0400, by Jeff Garzik
-
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] draftSun, 15 Apr 2012 13:27:00 +0200, by Wladimir J. van der Laan