log

age author description
Mon, 11 Jun 2012 07:40:14 +0200 Philip Kaufmann Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly draft
Mon, 11 Jun 2012 07:40:14 +0200 Philip Kaufmann Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue) draft
Mon, 11 Jun 2012 22:40:06 +0200 Philip Kaufmann change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance draft
Sun, 06 May 2012 16:57:12 +0200 Philip Kaufmann removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway draft
Tue, 12 Jun 2012 01:52:34 +0200 Matt Corallo Fix broken config files draft
Tue, 12 Jun 2012 10:46:24 +0200 Wladimir J. van der Laan Do not select first address automatically in the address book draft
Sat, 02 Jun 2012 16:33:46 +0200 Matt Corallo Correct blockchain size in contrib/debian. draft
Sun, 03 Jun 2012 16:11:11 -0700 Chris Moore "USE_UPNP=-" is needed to remove UPnP support. draft
Wed, 06 Jun 2012 20:00:22 +0000 Luke Dashjr Bugfix: Allow tray icon to linger until Bitcoin-Qt shuts down completely. Fixes #908 draft
Thu, 14 Jun 2012 18:31:08 +0200 Pieter Wuille Use a 64-bit nonce in ping draft
Fri, 08 Jun 2012 16:26:27 +0200 Pieter Wuille Update comment about secure_allocator<> draft
Sat, 12 May 2012 17:44:14 +0200 Pieter Wuille Do not signal outbound semaphore if uninitialized draft
Tue, 22 May 2012 23:07:46 +0000 Luke Dashjr Merge branch '0.6.0.x' into 0.6.x draft
Tue, 22 May 2012 22:57:10 +0000 Luke Dashjr Merge branch '0.5.x' into 0.6.0.x draft
Tue, 22 May 2012 22:55:49 +0000 Luke Dashjr Merge branch '0.4.x' into 0.5.x draft
Tue, 22 May 2012 15:23:17 -0400 Jeff Garzik Prevent crashes due to missing or corrupted blk????.dat records draft
Tue, 22 May 2012 15:12:52 -0400 Jeff Garzik Prevent crashes due to missing or corrupted database records draft
Tue, 22 May 2012 12:06:08 +0100 R E Broadley Correct debug.log output to show correct function the debug is coming from. draft
Fri, 18 May 2012 22:02:28 +0800 Fordy Update License in File Headers draft
Mon, 14 May 2012 07:49:17 +0200 Philip Kaufmann remove 2 ugly spaces from a message string draft
Mon, 14 May 2012 01:11:11 -0400 Jeff Garzik Always check return values of TxnBegin() and TxnCommit() draft
Mon, 07 May 2012 21:36:30 +0200 Pieter Wuille Hopefully final fix for the stuck blockchain issue draft
Thu, 17 May 2012 12:10:15 +0200 Wladimir J. van der Laan Filter out whitespace and zero-width non-breaking spaces in validator draft
Fri, 18 May 2012 22:02:28 +0800 Fordy Update License in File Headers draft
Thu, 17 May 2012 19:09:21 +0100 R E Broadley Add build directory to .gitignore, so that it's not tracked. draft
Sun, 13 May 2012 00:16:50 +0200 Philip Kaufmann remove string "TextLabel" from warningLabel, as this is unneeded and as such is a silly translation less to do :) draft
Fri, 11 May 2012 20:17:09 +0200 Wladimir J. van der Laan Properly escape " in strings when exporting CSV draft
Tue, 08 May 2012 09:31:25 +0200 Philip Kaufmann remove 2 ugly spaces from a string used in translations draft
Mon, 07 May 2012 19:22:09 +0000 Luke Dashjr Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218 draft
Fri, 18 May 2012 22:02:28 +0800 Fordy Update License in File Headers draft
Thu, 17 May 2012 11:33:59 -0400 Christian von Roques Fix typo. libarcode => libqrcode draft
Mon, 14 May 2012 01:11:11 -0400 Jeff Garzik Always check return values of TxnBegin() and TxnCommit() draft
Sat, 12 May 2012 11:36:37 +0800 Fordy Correct Date draft
Sat, 12 May 2012 11:32:03 +0800 Fordy Correct Date draft
Tue, 08 May 2012 20:11:44 +0000 Luke Dashjr Bump version to 0.6.0.8 draft
Tue, 08 May 2012 20:10:20 +0000 Luke Dashjr Merge branch '0.5.x' into 0.6.0.x draft
Tue, 08 May 2012 20:09:43 +0000 Luke Dashjr Bump version to 0.5.6 draft
Tue, 08 May 2012 20:08:19 +0000 Luke Dashjr Merge branch '0.4.x' into 0.5.x draft
Tue, 08 May 2012 19:53:29 +0000 Luke Dashjr Bump version to 0.4.7 draft
Mon, 07 May 2012 05:34:18 +0000 Luke Dashjr Update/fix translations draft
Mon, 07 May 2012 04:10:54 +0000 Luke Dashjr Merge branch '0.5.x' into 0.6.0.x draft
Mon, 07 May 2012 03:57:39 +0000 Luke Dashjr Update/fix translations draft
Mon, 07 May 2012 02:46:14 +0000 Luke Dashjr Merge branch '0.4.x' into 0.5.x draft
Sat, 05 May 2012 04:04:38 +0200 Pieter Wuille Prevent stuck download: correct solution draft
Sun, 18 Mar 2012 23:47:26 +0100 Pieter Wuille Prevent stuck block download in large reorganisations draft
Sat, 05 May 2012 04:04:38 +0200 Pieter Wuille Prevent stuck download: correct solution draft
Mon, 07 May 2012 04:00:26 +0000 Luke Dashjr Merge commit '293f264' into 0.6.0.x draft
Thu, 03 May 2012 14:52:15 +0200 Philip Kaufmann fix #952 by checking if we have a new address or an updated label draft
Sun, 06 May 2012 08:14:19 +0200 Wladimir J. van der Laan Hide UI immediately after leaving the main loop. draft
Tue, 22 May 2012 18:28:10 +0200 Wladimir J. van der Laan Remove duplicate behavior on MacOSX draft
Fri, 18 May 2012 22:02:28 +0800 Fordy Update License in File Headers draft
Thu, 17 May 2012 16:15:28 +0100 R E Broadley Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. draft
Fri, 11 May 2012 04:11:22 +0200 Pieter Wuille Fix version numbers of archive builds draft
Wed, 09 May 2012 13:56:53 -0400 Gavin Andresen Fix osx build draft
Wed, 09 May 2012 01:40:33 -0400 Matt Corallo Fix DEBUG_LOCKCONTENTION draft
Tue, 08 May 2012 23:22:36 +0200 Philip Kaufmann remove 2 obsolete functions from init.h that moved to util.h draft
Tue, 15 May 2012 07:23:32 +0000 Luke Dashjr Merge remote branch 'origin/0.6.2' into 0.6.x draft
Thu, 03 May 2012 14:52:15 +0200 Philip Kaufmann fix #952 by checking if we have a new address or an updated label draft
Sun, 06 May 2012 08:14:19 +0200 Wladimir J. van der Laan Hide UI immediately after leaving the main loop. draft
Sun, 06 May 2012 05:37:21 +0000 Luke Dashjr Merge branch '0.6.0.x' into 0.6.x draft