Mercurial > hg > bitcoin
graph
-
Avoid advertising the node's address when it is not listening or IsInitialBlockDownload(). draftWed, 01 Feb 2012 18:08:03 -0500, by Gregory Maxwell
-
Remove loose amp; from Portugese translation (issue #701) draftWed, 01 Feb 2012 20:14:13 +0100, by Wladimir J. van der Laan
-
Allow -upnp to override setting in wallet (and simplify logic a bit) draftWed, 01 Feb 2012 13:24:15 -0500, by Gavin Andresen
-
Testnet difficulty calculation changes, to take effect Feb 15 2012 draftMon, 05 Dec 2011 15:50:22 -0500, by Gavin Andresen
-
Merge branch 'checkkeys' of https://github.com/sipa/bitcoin draftTue, 31 Jan 2012 12:19:26 -0500, by Gavin Andresen
-
CreateNewBlock was not adding in transaction fees. draftSat, 28 Jan 2012 10:16:21 -0500, by Gavin Andresen
-
Bitcoin-Qt signmessage GUI (pull request #582) draftFri, 23 Dec 2011 10:14:57 -0500, by Luke Dashjr
-
Merge pull request #593 (Full URL Support in bitcoin-qt) draftThu, 26 Jan 2012 19:00:02 +0100, by Wladimir J. van der Laan
-
Merge pull request #782 from sipa/checkkeys draftWed, 25 Jan 2012 05:43:44 -0800, by Gavin Andresen
-
Merge pull request #773 from gavinandresen/p2shSigOpCount draftWed, 25 Jan 2012 05:21:20 -0800, by Gavin Andresen
-
Support makefile.osx building test_bitcoin with dynamic boost draftMon, 23 Jan 2012 15:58:06 -0500, by Gavin Andresen
-
Merge branch 'bugfix_shared_boost_test' of https://github.com/luke-jr/bitcoin draftMon, 23 Jan 2012 15:16:59 -0500, by Gavin Andresen
-
Merge branch 'lockcontention' of https://github.com/TheBlueMatt/bitcoin draftMon, 23 Jan 2012 13:15:43 -0500, by Gavin Andresen
-
Merge branch 'master' of github.com:bitcoin/bitcoin draftMon, 23 Jan 2012 13:14:49 -0500, by Gavin Andresen
-
Merge pull request #764 from luke-jr/update_release_process draftMon, 23 Jan 2012 09:59:38 -0800, by Gavin Andresen
-
Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin draftMon, 23 Jan 2012 13:09:34 -0500, by Gavin Andresen
-
Rename src/obj/test to src/obj-test to workaround bug in older GNU Make draftMon, 23 Jan 2012 14:27:08 -0500, by Luke Dashjr
-
Bugfix: Support building test_bitcoin with shared-object boost test framework draftMon, 23 Jan 2012 11:37:48 -0500, by Luke Dashjr
-
Only store transactions with missing inputs in the orphan pool. draftWed, 18 Jan 2012 13:36:44 -0500, by Gavin Andresen
-
Fixed addmultisigaddress if looking up public keys from locked wallets. draftMon, 23 Jan 2012 12:04:34 -0500, by Gavin Andresen
-
Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock. draftSat, 07 Jan 2012 12:12:39 -0500, by Matt Corallo
-
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for prompting this). draftFri, 20 Jan 2012 17:07:40 -0500, by Gavin Andresen
-
Back out spacing changes to json spirit code draftThu, 19 Jan 2012 14:32:45 -0500, by Gavin Andresen
-
Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoin draftThu, 19 Jan 2012 14:23:49 -0500, by Gavin Andresen
-
Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin draftThu, 19 Jan 2012 14:22:26 -0500, by Gavin Andresen
-
Merge branch 'getmemorypool_blockflagstime' of https://github.com/forrestv/bitcoin draftThu, 19 Jan 2012 14:14:41 -0500, by Gavin Andresen
-
Make transactions with extra data in their scriptSig's non-standard. draftThu, 19 Jan 2012 13:30:54 -0500, by Gavin Andresen
-
Update seednodes, pick long-uptime nodes with version >= 0.4.0 draftThu, 19 Jan 2012 01:54:14 -0500, by Daniel Folkinshteyn
-
Merge pull request #762 from laanwj/qtprogressfix draftTue, 17 Jan 2012 00:35:16 -0800, by Wladimir J. van der Laan
-
Remove erroneous ":" in front of port in options dialog (introduced with network refactor) draftTue, 17 Jan 2012 09:34:24 +0100, by Wladimir J. van der Laan
-
fix the build (port IP validation in options to network refactoring) draftTue, 17 Jan 2012 09:27:03 +0100, by Wladimir J. van der Laan
-
Revert to global progress indication (see #753) draftTue, 17 Jan 2012 09:19:23 +0100, by Wladimir J. van der Laan
-
Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin draftMon, 16 Jan 2012 16:45:43 -0500, by Gavin Andresen
-
Merge pull request #758 from Matoking/master draftSun, 15 Jan 2012 08:09:53 -0800, by Wladimir J. van der Laan
-
Added mintime and curtime to RPC getmemorypool draftSat, 14 Jan 2012 18:52:23 -0500, by Forrest Voight
-
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it draftSat, 14 Jan 2012 18:51:52 -0500, by Forrest Voight
-
*Clear all has a tooltip now *About dialog updated draftSat, 14 Jan 2012 21:31:49 +0200, by Janne Pulkkinen
-
Replace tabs with four spaces to comply with coding standard in doc/coding.txt draftSat, 14 Jan 2012 12:14:36 +0100, by Lars Rasmusson
-
Remove base58 encoding from validateaddress/addmultisigaddress draftThu, 12 Jan 2012 10:33:21 -0500, by Gavin Andresen
-
Refactor: needing to call ConnectInputs to process coinbase transactions was counter-intuitive draftTue, 10 Jan 2012 20:45:55 -0500, by Gavin Andresen
-
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-verifying signatures. draftTue, 10 Jan 2012 20:18:00 -0500, by Gavin Andresen
-
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). draftWed, 04 Jan 2012 21:40:52 -0500, by Gavin Andresen
-
Remove not-used-anywhere scriptPrereq from SignSignature() draftWed, 04 Jan 2012 17:31:21 -0500, by Gavin Andresen
-
Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin draftFri, 13 Jan 2012 10:06:05 -0500, by Gavin Andresen
-
Compile with extra warnings turned on. And more makefile/code tidying up. draftThu, 12 Jan 2012 20:02:47 -0500, by Gavin Andresen
-
Minor code cleanup to use fHaveUPnP instead of #ifdef draftThu, 08 Dec 2011 20:34:11 -0500, by Matt Corallo
-
Add -keepnode which attempts to -addnode and keep a connection open draftFri, 16 Dec 2011 19:48:03 -0500, by Matt Corallo
-
collect more info on tx pooling and block finding for getmininginfo draftFri, 27 May 2011 00:02:51 -0400, by Luke Dashjr
-
Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo" draftTue, 20 Dec 2011 23:16:33 -0500, by Luke Dashjr
-
Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles draftThu, 12 Jan 2012 16:55:44 -0500, by Gavin Andresen
-
Merge pull request #743 from gavinandresen/blocknotify draftThu, 12 Jan 2012 06:31:25 -0800, by Gavin Andresen
-
Merge pull request #649 from sipa/comprpubkey draftTue, 10 Jan 2012 13:23:51 -0800, by Pieter Wuille
-
Merge pull request #752 from luke-jr/qt_txnid draftTue, 10 Jan 2012 11:51:55 -0800, by Wladimir J. van der Laan