log

age author description
Thu, 26 Jan 2012 19:26:34 +0100 Pieter Wuille Full checking of all loaded keys draft
Wed, 25 Jan 2012 05:43:44 -0800 Gavin Andresen Merge pull request #782 from sipa/checkkeys draft
Wed, 25 Jan 2012 05:21:20 -0800 Gavin Andresen Merge pull request #773 from gavinandresen/p2shSigOpCount draft
Mon, 23 Jan 2012 15:58:06 -0500 Gavin Andresen Support makefile.osx building test_bitcoin with dynamic boost draft
Mon, 23 Jan 2012 15:16:59 -0500 Gavin Andresen Merge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin draft
Mon, 23 Jan 2012 13:15:43 -0500 Gavin Andresen Merge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin draft
Mon, 23 Jan 2012 13:14:49 -0500 Gavin Andresen Merge branch 'master' of github.com:bitcoin/bitcoin draft
Mon, 23 Jan 2012 09:59:38 -0800 Gavin Andresen Merge pull request #764 from luke-jr/update_release_process draft
Mon, 23 Jan 2012 13:09:34 -0500 Gavin Andresen Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin draft
Wed, 25 Jan 2012 03:05:16 +0100 Pieter Wuille Check consistency of private keys draft
Mon, 23 Jan 2012 14:27:08 -0500 Luke Dashjr Rename src/obj/test to src/obj-test to workaround bug in older GNU Make draft
Mon, 23 Jan 2012 11:37:48 -0500 Luke Dashjr Bugfix: Support building test_bitcoin with shared-object boost test framework draft
Wed, 18 Jan 2012 13:36:44 -0500 Gavin Andresen Only store transactions with missing inputs in the orphan pool. draft
Mon, 23 Jan 2012 12:04:34 -0500 Gavin Andresen Fixed addmultisigaddress if looking up public keys from locked wallets. draft
Sat, 07 Jan 2012 12:12:39 -0500 Matt Corallo Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock. draft
Fri, 20 Jan 2012 20:59:04 -0500 Luke Dashjr Sanitize AreInputsStandard slightly draft
Fri, 20 Jan 2012 17:07:40 -0500 Gavin Andresen Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for prompting this). draft
Thu, 19 Jan 2012 14:32:45 -0500 Gavin Andresen Back out spacing changes to json spirit code draft
Thu, 19 Jan 2012 14:23:49 -0500 Gavin Andresen Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoin draft
Thu, 19 Jan 2012 14:22:26 -0500 Gavin Andresen Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin draft
Thu, 19 Jan 2012 14:14:41 -0500 Gavin Andresen Merge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bitcoin draft
Thu, 19 Jan 2012 13:30:54 -0500 Gavin Andresen Make transactions with extra data in their scriptSig's non-standard. draft
Thu, 19 Jan 2012 01:54:14 -0500 Daniel Folkinshteyn Update seednodes, pick long-uptime nodes with version >= 0.4.0 draft
Tue, 17 Jan 2012 00:35:16 -0800 Wladimir J. van der Laan Merge pull request #762 from laanwj/qtprogressfix draft
Tue, 17 Jan 2012 21:50:08 -0500 Luke Dashjr Various updates to the release process draft
Tue, 17 Jan 2012 09:34:24 +0100 Wladimir J. van der Laan Remove erroneous ":" in front of port in options dialog (introduced with network refactor) draft
Tue, 17 Jan 2012 09:27:03 +0100 Wladimir J. van der Laan fix the build (port IP validation in options to network refactoring) draft
Tue, 17 Jan 2012 09:19:23 +0100 Wladimir J. van der Laan Revert to global progress indication (see #753) draft
Tue, 17 Jan 2012 02:12:35 +0100 Pieter Wuille Fix handling of default ports draft
Mon, 16 Jan 2012 16:45:43 -0500 Gavin Andresen Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin draft
Sun, 15 Jan 2012 08:09:53 -0800 Wladimir J. van der Laan Merge pull request #758 from Matoking/master draft
Sat, 14 Jan 2012 18:52:23 -0500 Forrest Voight Added mintime and curtime to RPC getmemorypool draft
Sat, 14 Jan 2012 18:51:52 -0500 Forrest Voight Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it draft
Sat, 14 Jan 2012 21:31:49 +0200 Janne Pulkkinen *Clear all has a tooltip now *About dialog updated draft
Sat, 14 Jan 2012 12:14:36 +0100 Lars Rasmusson Replace tabs with four spaces to comply with coding standard in doc/coding.txt draft
Thu, 12 Jan 2012 10:33:21 -0500 Gavin Andresen Remove base58 encoding from validateaddress/addmultisigaddress draft
Tue, 10 Jan 2012 20:45:55 -0500 Gavin Andresen Refactor: needing to call ConnectInputs to process coinbase transactions was counter-intuitive draft
Tue, 10 Jan 2012 20:18:00 -0500 Gavin Andresen Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying signatures. draft
Wed, 04 Jan 2012 21:40:52 -0500 Gavin Andresen Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). draft
Wed, 04 Jan 2012 17:31:21 -0500 Gavin Andresen Remove not-used-anywhere scriptPrereq from SignSignature() draft
Fri, 13 Jan 2012 10:06:05 -0500 Gavin Andresen Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin draft
Thu, 12 Jan 2012 20:02:47 -0500 Gavin Andresen Compile with extra warnings turned on. And more makefile/code tidying up. draft
Thu, 08 Dec 2011 20:34:11 -0500 Matt Corallo Minor code cleanup to use fHaveUPnP instead of #ifdef draft
Fri, 16 Dec 2011 19:48:03 -0500 Matt Corallo Add -keepnode which attempts to -addnode and keep a connection open draft
Fri, 27 May 2011 00:02:51 -0400 Luke Dashjr collect more info on tx pooling and block finding for getmininginfo draft
Tue, 20 Dec 2011 23:16:33 -0500 Luke Dashjr Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo" draft
Thu, 12 Jan 2012 16:55:44 -0500 Gavin Andresen Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles draft
Thu, 12 Jan 2012 06:31:25 -0800 Gavin Andresen Merge pull request #743 from gavinandresen/blocknotify draft
Tue, 10 Jan 2012 13:23:51 -0800 Pieter Wuille Merge pull request #649 from sipa/comprpubkey draft
Tue, 10 Jan 2012 11:51:55 -0800 Wladimir J. van der Laan Merge pull request #752 from luke-jr/qt_txnid draft
Mon, 09 Jan 2012 23:39:26 +0100 Pieter Wuille Remove unused definition draft
Tue, 10 Jan 2012 13:25:02 -0500 Luke Dashjr Qt: Show transaction ID in details draft
Mon, 09 Jan 2012 07:59:18 -0800 Gavin Andresen Merge pull request #746 from laanwj/tdesc_ro draft
Mon, 09 Jan 2012 07:58:58 -0800 Gavin Andresen Merge pull request #750 from TheBlueMatt/anonymous draft
Sun, 08 Jan 2012 16:59:34 +0100 Pieter Wuille Unit tests for EC key routines draft
Sun, 25 Dec 2011 15:02:31 +0100 Pieter Wuille Compact signatures with compressed pubkeys draft
Mon, 21 Nov 2011 02:46:28 +0100 Pieter Wuille Compressed pubkeys draft
Sat, 07 Jan 2012 13:35:25 -0500 Matt Corallo Remove mentions on anonymity in debian folder. draft
Sat, 07 Jan 2012 06:19:46 -0800 Pieter Wuille Merge pull request #735 from sipa/netbase draft
Tue, 03 Jan 2012 23:33:31 +0100 Pieter Wuille Network stack refactor draft