Mercurial > hg > bitcoin
graph
-
fix warnings: delete called on 'XX' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] draftSun, 15 Apr 2012 12:59:20 +0200, by Wladimir J. van der Laan
-
fix warnings: array subscript is of type 'char' [-Wchar-subscripts] draftSun, 15 Apr 2012 12:22:30 +0200, by Wladimir J. van der Laan
-
work around issue in boost::program_options that prevents from compiling in clang draftSun, 15 Apr 2012 11:42:40 +0200, by Wladimir J. van der Laan
-
Bug fix listtransactions from/count handling. draftWed, 04 Apr 2012 20:56:13 -0400, by Gavin Andresen
-
fix warnings: unused variable 'XX' [-Wunused-variable] draftSun, 15 Apr 2012 12:53:14 +0200, by Wladimir J. van der Laan
-
fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] draftSun, 15 Apr 2012 12:42:52 +0200, by Wladimir J. van der Laan
-
fix warnings: 'XX' defined as a struct here but previously declared as a class [-Wmismatched-tags] draftSun, 15 Apr 2012 12:31:56 +0200, by Wladimir J. van der Laan
-
fix warnings: array subscript is of type 'char' [-Wchar-subscripts] draftSun, 15 Apr 2012 12:22:30 +0200, by Wladimir J. van der Laan
-
Show a message box when runaway exception happens draftSat, 14 Apr 2012 09:41:05 +0200, by Wladimir J. van der Laan
-
Bugfix: nTotalBlocks wasn't in 0.5.0, so need to replace it with equivalent function call in backport draftSun, 15 Apr 2012 13:23:34 -0400, by Luke Dashjr
-
Add symlink to scripts/qt/make_windows_icon.sh from old file name, just in case draftSat, 14 Apr 2012 15:38:26 -0400, by Luke Dashjr
-
Rename make_windows_icon.py to .sh as it is a shell script (fixes #1099) draftSat, 14 Apr 2012 18:32:30 +0200, by Wladimir J. van der Laan
-
Do not show green tick unless all known blocks are downloaded (fixes #921) draftSat, 14 Apr 2012 08:21:22 +0200, by Wladimir J. van der Laan
-
Add missing tooltip and key shortcut in settings dialog (#1088 without line break part) draftFri, 13 Apr 2012 09:16:46 +0200, by Wladimir J. van der Laan
-
Show error message instead of exception crash when unable to bind RPC port draftThu, 05 Apr 2012 20:36:27 +0200, by Wladimir J. van der Laan
-
Bugfix: Windows lacks sleep(), so need to use Sleep() from util.h draftFri, 06 Apr 2012 17:44:26 -0400, by Luke Dashjr
-
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs draftSun, 25 Mar 2012 17:25:10 -0400, by Luke Dashjr
-
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] draftSun, 15 Apr 2012 13:27:00 +0200, by Wladimir J. van der Laan
-
fix warnings: '&&' within '||' [-Wlogical-op-parentheses] draftSun, 15 Apr 2012 13:03:28 +0200, by Wladimir J. van der Laan
-
fix warnings: unused variable 'XX' [-Wunused-variable] draftSun, 15 Apr 2012 12:53:14 +0200, by Wladimir J. van der Laan
-
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed something with the correct version. draftThu, 12 Apr 2012 13:13:08 -0700, by Chris Moore
-
Bugfix: Check that QRcode_encodeString didn't return NULL (error) draftSat, 14 Apr 2012 21:00:27 -0400, by Luke Dashjr
-
Display an error, rather than crashing, if encoding a QR Code failed. draftSat, 14 Apr 2012 15:27:12 -0400, by Luke Dashjr
-
removed (no label) string if we have NO label draftWed, 11 Apr 2012 14:21:15 +0200, by Philip Kaufmann
-
Added comment lines in French & Turkish which basically mean "Bitcoin, virtual P2P cryptocurrency". draftMon, 09 Apr 2012 22:22:38 +0300, by cardpuncher
-
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs draftSun, 25 Mar 2012 17:25:10 -0400, by Luke Dashjr
-
Change sign message bitcoin address tooltip to "The address to sign the message with" Closes #1050 draftFri, 06 Apr 2012 04:08:16 +0200, by graingert
-
Verify status of encrypt/decrypt calls to detect failed padding draftThu, 05 Apr 2012 01:02:49 +0200, by Pieter Wuille
-
Increase time ago of last block for "up to date" status from 30 to 90 minutes draftMon, 02 Apr 2012 20:34:17 +0200, by Wladimir J. van der Laan
-
Use a messagebox to display the error when -server is provided without providing a rpc password draftSat, 31 Mar 2012 15:08:25 +0200, by Wladimir J. van der Laan
-
removed an ugly line break in a transaction tooltip for case TransactionStatus::Mature draftTue, 27 Mar 2012 23:15:05 +0200, by Philip Kaufmann
-
Do not invoke anti-DoS system for invalid BIP16 transactions draftSat, 25 Feb 2012 19:02:30 +0100, by Pieter Wuille
-
Minimal support for compressed-key signature recovery (for verifymessage) draftTue, 27 Mar 2012 20:03:28 -0400, by Luke Dashjr