log

age author description
Wed, 19 Oct 2011 09:50:15 -0400 Gavin Andresen Disable addmultisigaddress if not testnet draft
Thu, 13 Oct 2011 16:03:58 -0400 Gavin Andresen Put OP_EVAL string in coinbase of generated blocks draft
Mon, 03 Oct 2011 13:05:43 -0400 Gavin Andresen OP_EVAL implementation draft
Mon, 03 Oct 2011 16:14:13 -0400 Gavin Andresen Global fixture to send output to console instead of debug.log draft
Wed, 28 Sep 2011 12:30:06 -0400 Gavin Andresen Support 3 new multisignature IsStandard transactions draft
Tue, 11 Oct 2011 19:50:06 -0400 Gavin Andresen Rework unit tests so test_bitcoin.cpp does not #include them all draft
Thu, 29 Sep 2011 09:46:52 -0400 Gavin Andresen Collapse no-op ExtractAddress/ExtractAddressInner 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
Mon, 19 Dec 2011 17:08:25 -0500 Gavin Andresen Use std::numeric_limits<> for typesafe INT_MAX/etc draft
Mon, 19 Dec 2011 16:27:15 -0500 Gavin Andresen Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all modern c++ compilers) draft
Fri, 11 Nov 2011 01:20:17 +1100 sje397 Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. draft
Mon, 19 Dec 2011 12:23:00 -0800 Gavin Andresen Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsing draft
Mon, 19 Dec 2011 15:14:22 -0500 Gavin Andresen Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoin draft
Mon, 19 Dec 2011 19:20:53 +0100 Pieter Wuille add key.o and rpcdump.o to makefile.linux-mingw draft
Mon, 19 Dec 2011 07:27:25 -0800 Gavin Andresen Merge pull request #574 from sipa/dumpprivkey draft
Mon, 19 Dec 2011 07:26:14 -0800 Gavin Andresen Merge pull request #699 from laanwj/about_qt draft
Mon, 19 Dec 2011 07:25:16 -0800 Gavin Andresen Merge pull request #707 from gavinandresen/BIP14 draft
Mon, 19 Dec 2011 07:12:30 -0800 Gavin Andresen Merge pull request #709 from luke-jr/newdnsseeds draft
Fri, 16 Dec 2011 16:26:14 -0500 Gavin Andresen Implement BIP 14 : separate protocol version from client version draft
Wed, 13 Jul 2011 11:56:38 +0200 Pieter Wuille Key import and export draft
Mon, 11 Jul 2011 21:49:45 +0200 Pieter Wuille Preparations for key import/export draft
Mon, 11 Jul 2011 21:48:09 +0200 Pieter Wuille CBitcoinSecret added (base58 encoded privkey) draft
Mon, 11 Jul 2011 21:30:40 +0200 Pieter Wuille Add GetSecret() and GetKeys() to CKeyStore draft
Tue, 28 Jun 2011 23:45:22 +0200 Pieter Wuille Make CWalletTx::pwallet private draft
Fri, 16 Dec 2011 14:19:32 -0800 Gavin Andresen Merge pull request #704 from TheBlueMatt/master draft
Fri, 16 Dec 2011 14:15:28 -0800 Gavin Andresen Merge pull request #706 from TheBlueMatt/gitian draft
Fri, 16 Dec 2011 17:13:45 -0500 Gavin Andresen Move more newlines out of strings, and fix translations. draft
Fri, 16 Dec 2011 16:37:24 -0500 Gavin Andresen Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoin draft
Fri, 16 Dec 2011 12:31:59 -0500 Gavin Andresen Bump version 0.5.99 (prep for pulling for version 0.6) draft
Fri, 27 May 2011 00:05:16 -0400 Luke Dashjr Add blockhash and blockindex to transaction info draft
Fri, 16 Dec 2011 18:34:47 -0500 Luke Dashjr Add my DNS seed domain draft
Fri, 16 Dec 2011 11:30:36 -0500 Matt Corallo Add sipa's new dnsseed. draft
Fri, 16 Dec 2011 15:04:43 -0500 Matt Corallo Add laanwj to gitian download scripts. draft
Fri, 16 Dec 2011 13:27:52 -0500 Matt Corallo Update debian changelog to 0.5.1. draft
Mon, 03 Oct 2011 12:55:47 -0400 Luke Dashjr GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay draft
Wed, 14 Dec 2011 01:03:55 -0500 Luke Dashjr Bugfix: fForRelay should be false when deciding required fee to include in blocks draft
Tue, 13 Dec 2011 12:56:26 -0800 Gavin Andresen Merge pull request #700 from TheBlueMatt/qtalertfix draft
Tue, 13 Dec 2011 14:00:21 -0500 Matt Corallo Fix status bar not displaying Alerts. draft
Tue, 13 Dec 2011 17:30:13 +0100 Wladimir J. van der Laan Add "About Qt" menu option to show built-in Qt About dialog draft
Tue, 13 Dec 2011 16:28:56 +0100 Wladimir J. van der Laan Enable wordwrap for long message in passphrase dialog draft
Tue, 13 Dec 2011 06:46:37 +0100 Nils Schneider move \\n outside _() in --help draft
Mon, 12 Dec 2011 15:03:16 -0500 Gavin Andresen Merge commit '7298ebb' draft
Sat, 15 Oct 2011 20:56:06 +0200 Nick Bosma Added Caps Lock check and warning at askpassphrasedialog. draft
Mon, 12 Dec 2011 20:56:34 +0100 Nils Schneider added translations: pt_BR zh_CN draft
Mon, 12 Dec 2011 20:53:18 +0100 Nils Schneider updated translations: es es_CL nb ru draft
Mon, 12 Dec 2011 11:33:17 -0800 Gavin Andresen Merge pull request #687 from TheBlueMatt/gitianssl draft
Mon, 12 Dec 2011 11:32:48 -0800 Gavin Andresen Merge pull request #694 from luke-jr/restore_old_miniupnp_compat draft
Fri, 09 Dec 2011 13:43:34 -0800 Wladimir J. van der Laan Merge pull request #693 from laanwj/min_fix_tmpshow draft
Sat, 10 Dec 2011 11:52:50 -0500 Luke Dashjr Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6) draft
Fri, 09 Dec 2011 22:35:57 +0100 Wladimir J. van der Laan Prevent window from being shown momentarily when using -min draft
Fri, 09 Dec 2011 19:19:27 +0100 Rune K Svendsen When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main() draft
Wed, 07 Dec 2011 10:26:55 -0500 Matt Corallo Re-enable RPCSSL in gitian builds. draft
Mon, 05 Dec 2011 07:53:15 -0800 Gavin Andresen Merge pull request #679 from laanwj/cmdline_minimize draft
Mon, 05 Dec 2011 07:53:00 -0800 Gavin Andresen Merge pull request #682 from TheBlueMatt/gdicrypto draft
Sat, 03 Dec 2011 17:57:30 +0100 Wladimir J. van der Laan Implement -min option to start minimized draft
Sat, 03 Dec 2011 21:48:32 -0500 Matt Corallo Move -lgdi32 after -lcrypto (fixes #681). draft
Fri, 02 Dec 2011 07:09:41 -0800 Gavin Andresen Merge pull request #654 from TheBlueMatt/dnsseed-thread draft
Tue, 29 Nov 2011 20:15:59 -0700 Michael Hendricks Retain only the most recent time samples draft
Tue, 29 Nov 2011 19:06:10 -0700 Michael Hendricks Only log time samples in debug mode draft
Thu, 01 Dec 2011 13:01:59 -0800 Gavin Andresen Merge pull request #670 from gavinandresen/rpcauth_speedup draft