log

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