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
Mon, 26 Mar 2012 20:07:28 -0400 Luke Dashjr Merge branch '0.5.0.x' into 0.5.x draft
Mon, 26 Mar 2012 20:06:55 -0400 Luke Dashjr Merge branch '0.4.x' into 0.5.0.x draft
Thu, 22 Mar 2012 04:59:59 +0100 Pieter Wuille Check minversion before loading the rest of the wallet draft
Sun, 18 Mar 2012 03:03:24 +0000 Alistair Buxton When disconnecting a node, clear the received buffer so that we do draft
Wed, 21 Mar 2012 13:15:27 +0100 Pieter Wuille More debug output for failed reorganizations draft
Sun, 19 Feb 2012 19:42:15 +0100 Pieter Wuille Report number of (dis)connected blocks in reorganization draft
Tue, 20 Mar 2012 13:45:45 -0400 Gavin Andresen Use last checkpoint instead of hard-coded 140,700. Fixes #913. draft
Mon, 26 Mar 2012 12:33:35 -0400 Gavin Andresen Remove wxWidgets .exe and locales during setup draft
Wed, 21 Mar 2012 22:29:33 +0100 Wladimir J. van der Laan Fix warning about deprecated unescaped backslash draft
Thu, 22 Mar 2012 16:15:30 -0400 Luke Dashjr Fix grammatical errors in translation process documentation (partial of 2fac102) draft
Sat, 17 Mar 2012 19:54:22 -0400 Luke Dashjr Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build draft
Thu, 22 Mar 2012 14:15:12 -0400 Luke Dashjr Merge branch '0.5.3.x' into 0.5.x draft
Sat, 17 Mar 2012 19:54:22 -0400 Luke Dashjr Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build draft
Thu, 15 Mar 2012 22:25:07 -0400 Matt Corallo Bump version to 0.5.3.1 draft
Fri, 16 Mar 2012 17:28:22 -0400 Luke Dashjr Merge branch '0.5.0.x' into 0.5.3.x draft
Wed, 21 Mar 2012 13:50:35 -0400 Luke Dashjr Merge branch '0.5.0.x' into 0.5.x draft
Wed, 21 Mar 2012 13:39:57 -0400 Luke Dashjr Merge branch '0.4.x' into 0.5.0.x draft
Wed, 21 Mar 2012 13:30:56 -0400 Luke Dashjr Merge branch 'bip16_0.4.x' into 0.4.x draft
Tue, 13 Mar 2012 17:22:07 -0400 Luke Dashjr Minimal support for validating BIP16 pay-to-script-hash transactions draft
Wed, 21 Mar 2012 13:22:24 -0400 Luke Dashjr Merge branch '0.5.0.x' into 0.5.x draft
Wed, 21 Mar 2012 13:19:25 -0400 Luke Dashjr Merge branch '0.4.x' into 0.5.0.x draft
Sat, 18 Feb 2012 13:32:25 +0100 Pieter Wuille Workaround for BN_bn2mpi reading/writing out of bounds draft
Sun, 11 Mar 2012 18:07:40 -0400 Luke Dashjr Print more diagnostic info for the various DB_CORRUPT conditions draft
Sun, 11 Mar 2012 17:57:44 -0400 Luke Dashjr Print wallet load errors (to debug.log) draft
Thu, 15 Mar 2012 22:30:08 +0100 Wladimir J. van der Laan Yet another attempt at implementing "minimize to tray" that works on all OSes draft
Fri, 17 Feb 2012 13:50:32 +0100 Wladimir J. van der Laan Hide window from taskbar when "minimize to tray" active by making window into Tool window draft
Fri, 16 Mar 2012 14:23:59 +0200 Joel Kaartinen Make the sendcoins dialog use the configured unit type, even on the first attempt. draft
Mon, 19 Mar 2012 12:15:03 -0400 Luke Dashjr Bump version to 0.5.0.6 draft
Sat, 17 Mar 2012 19:54:22 -0400 Luke Dashjr Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build draft
Fri, 16 Mar 2012 20:31:12 -0400 Luke Dashjr Bugfix: Missing includes draft
Fri, 16 Mar 2012 20:31:12 -0400 Luke Dashjr Bugfix: Missing includes draft
Fri, 16 Mar 2012 16:45:32 -0400 Luke Dashjr Merge branch '0.5.0.x' into 0.5.x draft
Fri, 16 Mar 2012 16:44:00 -0400 Luke Dashjr Merge branch '0.4.x' into 0.5.0.x draft
Thu, 16 Feb 2012 10:22:31 -0500 Gavin Andresen Fix issue #848 : broken mining on testnet draft
Fri, 16 Mar 2012 16:04:26 -0400 Luke Dashjr Bump version to 0.4.5 draft
Mon, 19 Dec 2011 19:04:47 -0500 Gavin Andresen Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and explicity init static var draft
Thu, 16 Feb 2012 10:22:31 -0500 Gavin Andresen Fix issue #848 : broken mining on testnet draft
Wed, 15 Feb 2012 14:47:08 +0100 Wladimir J. van der Laan fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833) draft
Fri, 16 Mar 2012 16:11:11 -0400 Luke Dashjr Bump version to 0.5.0.5 draft
Thu, 15 Mar 2012 22:55:12 -0400 Matt Corallo Fix Win32 RPC Crashes. draft
Fri, 16 Mar 2012 16:12:16 -0400 Luke Dashjr Bump version to 0.5.4 draft
Tue, 19 Jun 2012 15:50:12 -0400 Gavin Andresen print large orphan warning BEFORE deleting pvMsg draft
Tue, 19 Jun 2012 15:48:29 -0400 Gavin Andresen Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) draft
Thu, 14 Jun 2012 18:31:08 +0200 Pieter Wuille Use a 64-bit nonce in ping 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 13:56:14 -0400 Gavin Andresen Move signature cache from CKey::Verify to CheckSig in script.cpp draft
Mon, 21 May 2012 22:25:54 -0400 Jeff Garzik Define BOOST_SPIRIT_THREADSAFE in all makefiles draft
Sat, 19 May 2012 01:25:06 -0400 Jeff Garzik Default to DB_TXN_WRITE_NOSYNC for all transactional operations draft
Thu, 17 May 2012 12:13:14 -0400 Gavin Andresen Refactor: GetRandHash() method for util draft
Wed, 16 May 2012 15:57:04 -0400 Gavin Andresen Cache signature verifications draft
Wed, 16 May 2012 11:26:56 -0400 Gavin Andresen Further DoS prevention: Verify signatures last draft
Thu, 17 May 2012 10:12:04 -0400 Gavin Andresen Remove invalid dependent orphans from memory draft
Tue, 15 May 2012 15:53:30 -0400 Gavin Andresen Optimize orphan transaction handling draft
Thu, 17 May 2012 20:36:55 -0400 Jeff Garzik Make orphan logging more verbose, displaying mapOrphanTransactions.size() draft
Wed, 16 May 2012 12:36:38 -0400 Gavin Andresen Refactor: move code from key.h to key.cpp draft
Tue, 19 Jun 2012 14:44:38 -0400 Gavin Andresen Bump version numbers to 0.6.3 draft
Tue, 19 Jun 2012 09:48:00 +0300 xanatos If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). draft
Tue, 19 Jun 2012 02:22:09 +0200 Pieter Wuille Fix netbase tests draft
Mon, 18 Jun 2012 11:39:16 -0700 Gavin Andresen Merge pull request #1399 from sipa/ipparse draft
Mon, 18 Jun 2012 14:29:32 -0400 Gavin Andresen Merge branch 'master' of https://github.com/fanquake/bitcoin draft
Mon, 18 Jun 2012 10:48:40 -0400 Gavin Andresen Merge branch 'signbugs' of https://github.com/wizeman/bitcoin draft
Mon, 18 Jun 2012 06:44:51 -0700 Gavin Andresen Merge pull request #1480 from fanquake/master draft
Mon, 18 Jun 2012 20:35:10 +0000 Luke Dashjr CBigNum: Convert negative int64 values in a more well-defined way draft
Mon, 18 Jun 2012 22:09:19 +0800 fanquake OS X not OSX draft
Mon, 18 Jun 2012 21:58:20 +0800 fanquake Further updates to build instructions draft
Mon, 18 Jun 2012 14:57:28 +0800 Fordy Update OSX build instructions draft
Sun, 17 Jun 2012 17:07:08 -0700 Pieter Wuille Merge pull request #1477 from gmaxwell/master draft
Sun, 17 Jun 2012 12:29:26 -0700 Wladimir J. van der Laan Merge pull request #1434 from Diapolo/GUI_fix_displayunit draft
Sun, 17 Jun 2012 12:26:20 -0700 Wladimir J. van der Laan Merge pull request #1451 from Diapolo/sendcoins draft
Sun, 17 Jun 2012 12:24:35 -0700 Wladimir J. van der Laan Merge pull request #1461 from laanwj/2012_06_helpmessage draft
Sun, 17 Jun 2012 12:12:56 -0400 Gregory Maxwell Fix inverted logic for !Discover/!UPNP when !Listen. draft
Sat, 09 Jun 2012 15:41:21 +0200 Philip Kaufmann add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit draft
Thu, 14 Jun 2012 20:44:04 -0400 Gavin Andresen Document how to build/run unit tests draft
Sun, 10 Jun 2012 02:04:15 +0200 Matt Corallo Revert "Disable bitcoin: URI handling on Windows for the 0.6 release" draft
Sun, 25 Mar 2012 16:17:39 -0400 Matt Corallo Fix #956 the Boost 1.49 way. draft
Sun, 10 Jun 2012 01:50:54 +0200 Matt Corallo Upgrade to Boost 1.49 on Win32 draft
Thu, 14 Jun 2012 09:48:10 -0700 Gregory Maxwell Merge pull request #1463 from sipa/fix_1455 draft
Thu, 14 Jun 2012 18:31:08 +0200 Pieter Wuille Use a 64-bit nonce in ping draft
Fri, 08 Jun 2012 18:42:05 +0200 Pieter Wuille Add netbase tests draft
Wed, 30 May 2012 22:44:23 +0200 Pieter Wuille Improve parsing of IPv6 addresses draft
Thu, 14 Jun 2012 15:06:23 +0200 Wladimir J. van der Laan Show command line options as dialog when opened from debug window draft
Thu, 14 Jun 2012 05:52:33 -0700 Wladimir J. van der Laan Merge pull request #1459 from laanwj/2012_06_trayiconmenu draft
Thu, 14 Jun 2012 09:41:11 +0200 Wladimir J. van der Laan Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694 draft
Wed, 13 Jun 2012 23:17:06 -0700 Wladimir J. van der Laan Merge pull request #1002 from Diapolo/URL-handling_2 draft
Wed, 13 Jun 2012 23:12:22 -0700 Wladimir J. van der Laan Merge pull request #1439 from Diapolo/ClientShutdown draft
Thu, 14 Jun 2012 07:57:10 +0200 Wladimir J. van der Laan Reorganize tray icon menu into more logical order draft
Wed, 28 Mar 2012 14:55:29 +0200 Philip Kaufmann URI-handling code update: added safety checks and tray-notifications draft
Wed, 13 Jun 2012 22:49:38 -0700 Wladimir J. van der Laan Merge pull request #1420 from Diapolo/extend_showNormalIfMinimized draft
Wed, 13 Jun 2012 21:36:35 -0400 Gavin Andresen Merge branch 'refactor_coinselect' of https://github.com/luke-jr/bitcoin draft
Wed, 13 Jun 2012 09:24:39 -0700 Wladimir J. van der Laan Merge pull request #1448 from Diapolo/2012-06-13_translation_updates draft
Wed, 13 Jun 2012 09:23:10 -0700 Wladimir J. van der Laan Merge pull request #1449 from laanwj/2012_06_bitcoinstrings draft
Wed, 13 Jun 2012 18:34:29 +0200 Philip Kaufmann set cursor for balance field to IBeamCursor (to show the user it IS selectable) and set autoDefault to false for the buttons that do not need this draft
Wed, 13 Jun 2012 18:17:28 +0200 Wladimir J. van der Laan Update bitcoinstrings from core and English source translation file draft
Wed, 13 Jun 2012 18:04:27 +0200 Philip Kaufmann update translation files (fetched from Transifex) and remove translation for fr_FR, which was removed / renamed on TX draft
Wed, 13 Jun 2012 07:37:24 -0700 Wladimir J. van der Laan Merge pull request #1433 from Diapolo/tabbed_optionsdialog draft
Fri, 08 Jun 2012 15:21:55 +0200 Philip Kaufmann re-work optionsdialog to a tabbed UI based on an ui-file draft
Tue, 12 Jun 2012 23:56:14 -0700 Wladimir J. van der Laan Merge pull request #1444 from laanwj/2012_06_opendebuglog draft
Tue, 12 Jun 2012 23:08:31 -0700 Wladimir J. van der Laan Merge pull request #1445 from Diapolo/RPCCon_Button_noAutoDefault draft
Tue, 12 Jun 2012 17:08:34 -0700 Gavin Andresen Merge pull request #1446 from TheBlueMatt/changelog draft
Wed, 13 Jun 2012 01:06:40 +0200 Matt Corallo Update wiki changelog at doc/release-process.txt draft
Tue, 05 Jun 2012 07:23:26 +0200 Philip Kaufmann merge toggleHidden() code into showNormalIfMinimized() to extend the functionality, but keep a simpler toggleHidden() for use in SLOT() macro draft
Tue, 12 Jun 2012 17:17:51 +0200 Philip Kaufmann make buttons in debug window non autoDefault draft
Tue, 12 Jun 2012 04:19:49 -0700 Wladimir J. van der Laan Merge pull request #1440 from Diapolo/overviewpage_InitialBalance draft
Tue, 12 Jun 2012 03:43:06 -0700 Pieter Wuille Merge pull request #1441 from TheBlueMatt/gitian-downloader draft
Tue, 12 Jun 2012 01:49:32 -0700 Wladimir J. van der Laan Merge pull request #1443 from laanwj/2012_06_addressbook_noautoselect draft
Tue, 12 Jun 2012 16:35:19 +0200 Wladimir J. van der Laan Cross-platform "Open debug logfile" 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
Mon, 11 Jun 2012 22:30:21 -0700 Wladimir J. van der Laan Merge pull request #1412 from Diapolo/string_wait_mature draft
Mon, 11 Jun 2012 07:40:14 +0200 Philip Kaufmann introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) draft
Tue, 12 Jun 2012 01:52:34 +0200 Matt Corallo Fix broken config files 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
Sat, 09 Jun 2012 12:40:15 -0700 Jeff Garzik Merge pull request #1435 from TheBlueMatt/mingwbuild draft
Sat, 09 Jun 2012 17:14:41 +0200 Matt Corallo Fix Mingw64 build (missing headers according to M$ documentation) draft
Sun, 03 Jun 2012 13:03:55 +0200 Philip Kaufmann update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration draft
Fri, 08 Jun 2012 07:29:34 -0700 Pieter Wuille Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings draft
Fri, 08 Jun 2012 16:26:27 +0200 Pieter Wuille Update comment about secure_allocator<> draft
Fri, 08 Jun 2012 07:22:19 -0700 Pieter Wuille Merge pull request #1424 from TheBlueMatt/lockcontention draft
Tue, 05 Jun 2012 11:13:25 -0700 Pieter Wuille Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr draft
Thu, 07 Jun 2012 19:14:18 +0200 Ricardo M. Correia Move NOINLINE definition to test where it's used. draft
Thu, 07 Jun 2012 19:11:15 +0200 Ricardo M. Correia Don't overflow integer on 32-bit machines. draft
Thu, 31 May 2012 20:31:15 +0200 Ricardo M. Correia Use C++-style numeric limits instead of C-style. draft
Thu, 31 May 2012 19:12:01 +0200 Ricardo M. Correia Fix noinline definition so that it works for more compilers. draft
Mon, 14 May 2012 21:17:24 +0200 Ricardo M. Correia Fix signed subtraction overflow in CBigNum::setint64(). draft
Mon, 14 May 2012 21:15:27 +0200 Ricardo M. Correia Add test case for CBigNum::setint64(). draft
Mon, 14 May 2012 02:50:01 +0200 Ricardo M. Correia Don't overflow signed ints in CBigNum::setint64(). draft
Sun, 13 May 2012 21:31:59 +0200 Ricardo M. Correia Make CNetAddr::GetHash() return an unsigned val. draft
Tue, 05 Jun 2012 16:12:32 +0200 Matt Corallo Fix DEBUG_LOCKCONTENTION draft
Tue, 05 Jun 2012 06:45:49 -0700 Gavin Andresen Merge pull request #1422 from Diapolo/add_used_datadir_debug_log draft
Tue, 05 Jun 2012 07:37:07 +0200 Philip Kaufmann add used datadir to debug.log draft
Tue, 05 Jun 2012 07:32:27 +0200 Philip Kaufmann fix two signed/unsigned comparison warnings in netbase.cpp draft
Mon, 04 Jun 2012 23:13:01 +0200 Philip Kaufmann fix default Proxy address in Qt options (no hostname allowed currently) draft
Mon, 04 Jun 2012 14:15:19 -0400 Gavin Andresen Merge branch 'netopt' of https://github.com/sipa/bitcoin draft
Mon, 04 Jun 2012 09:15:45 -0700 Gavin Andresen Merge pull request #1411 from TheBlueMatt/debian draft
Mon, 04 Jun 2012 09:14:34 -0700 Gavin Andresen Merge pull request #1415 from dooglus/fix-build-unix.txt draft
Thu, 12 Apr 2012 16:22:15 -0700 Chris Moore Fix coin selection to only include change when it's necessary. draft
Sat, 07 Apr 2012 12:45:39 -0700 Chris Moore Preserve the shuffled order of coins with equal value to give more randomized coin selection. draft
Sat, 07 Apr 2012 10:55:03 -0700 Chris Moore Test that the coin selection code is suitably random, and add tests re. sub-cent change. draft
Sat, 07 Apr 2012 10:52:40 -0700 Chris Moore Move the random_shuffle call back into SelectCoinsMinConf() so we can unit test it. draft
Mon, 27 Feb 2012 04:19:32 -0800 Chris Moore Refactor SelectCoinsMinConf() and add unit tests. draft
Sun, 03 Jun 2012 16:11:11 -0700 Chris Moore "USE_UPNP=-" is needed to remove UPnP support. draft
Sat, 02 Jun 2012 02:35:48 -0700 Wladimir J. van der Laan Merge pull request #837 from sje397/ShowImmatureBalance draft
Sat, 02 Jun 2012 02:33:41 -0700 Wladimir J. van der Laan Merge pull request #1368 from Diapolo/verifymessagepage draft
Sat, 02 Jun 2012 02:32:19 -0700 Wladimir J. van der Laan Merge pull request #1364 from Diapolo/move_HelpMessage_GUIUtil_add_RPCCon_Button draft
Sat, 02 Jun 2012 16:33:46 +0200 Matt Corallo Update contrib/debian. draft
Sun, 20 May 2012 15:49:17 +0200 Philip Kaufmann move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation draft
Mon, 21 May 2012 14:13:16 +0200 Philip Kaufmann change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check draft
Thu, 31 May 2012 16:09:31 -0400 Gavin Andresen Use ConvertTo to simplify sendmany/addmultisigaddress argument handling draft
Thu, 31 May 2012 16:05:07 -0400 Gavin Andresen Make sendrawtx return txid to be consistent with other send methods. draft
Thu, 24 May 2012 19:02:21 +0200 Pieter Wuille Rework network config settings draft
Thu, 31 May 2012 03:38:42 -0700 Nils Schneider Merge pull request #1403 from Diapolo/translation_master_file draft
Thu, 31 May 2012 11:11:04 +0200 Philip Kaufmann sync english translation master file with current master branch draft
Wed, 30 May 2012 23:00:21 +0200 Pieter Wuille Update bitcoinstrings.cpp draft
Mon, 14 May 2012 19:39:50 +0100 R E Broadley Show the timestamp for the block. draft
Mon, 28 May 2012 14:51:55 -0700 Gregory Maxwell Merge pull request #1394 from grimd34th/patch-1 draft
Mon, 28 May 2012 18:46:37 -0300 grimd34th incorrect openssl when compared to makefile draft
Sun, 27 May 2012 19:26:47 -0700 Gregory Maxwell Merge pull request #1392 from gavinandresen/testnet_reset draft
Sat, 26 May 2012 10:17:27 -0700 Pieter Wuille Merge pull request #1357 from sipa/keyid draft
Sat, 26 May 2012 01:55:17 -0700 Pieter Wuille Merge pull request #1370 from Diapolo/add_startuptime_to_log draft
Fri, 13 Apr 2012 14:53:31 -0400 Gavin Andresen Add a testnet checkpoint at block 546 draft
Fri, 13 Apr 2012 14:38:05 -0400 Gavin Andresen Fix issue#1082, testnet difficulty unsigned integer underflow draft
Thu, 12 Apr 2012 21:26:35 -0400 Gavin Andresen Testnet, Mark III draft
Fri, 25 May 2012 13:58:44 -0400 Gavin Andresen Remove newlines from JSON strings draft
Fri, 25 May 2012 09:07:16 -0700 Gavin Andresen Merge pull request #1366 from roques/completion draft
Fri, 25 May 2012 11:37:34 -0400 Gavin Andresen Unit tests for transaction size limits draft
Tue, 14 Feb 2012 22:08:00 +1100 sje397 Added 'immature balance' for miners. Only displayed if the balance is greater than zero. draft
Thu, 24 May 2012 17:32:09 -0400 Gavin Andresen Lots more Script unit test cases. draft
Mon, 14 May 2012 23:44:52 +0200 Pieter Wuille Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress draft
Mon, 14 May 2012 19:07:52 +0200 Pieter Wuille Encapsulate public keys in CPubKey draft
Thu, 24 May 2012 13:29:08 -0400 Gavin Andresen More CScript unit tests. draft
Thu, 24 May 2012 12:18:50 -0400 Jeff Garzik DoS_tests: fix signed/unsigned comparison warnings draft
Thu, 24 May 2012 09:14:59 -0700 Jeff Garzik Merge pull request #1387 from Diapolo/rem_unused_rpcdump draft
Thu, 24 May 2012 09:14:04 -0700 Jeff Garzik Merge pull request #1383 from jgarzik/rawtx draft
Thu, 24 May 2012 18:13:03 +0200 Philip Kaufmann remove dead "using namespace boost::asio;" from rpcdump.cpp draft
Thu, 24 May 2012 11:57:51 -0400 Jeff Garzik Merge branch 'merge2' into merge draft
Wed, 23 May 2012 00:17:07 -0400 Jeff Garzik Refactor: add IsChainFile helper. LoadBlockIndex() code movement. draft
Wed, 23 May 2012 23:20:07 -0400 Jeff Garzik rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h. draft
Wed, 23 May 2012 23:10:59 -0400 Jeff Garzik Refactor: move runCommand() to util.cpp draft
Wed, 23 May 2012 21:45:26 -0400 Jeff Garzik .gitignore: add test_bitcoin draft
Wed, 23 May 2012 16:21:25 -0400 Jeff Garzik JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network draft