Mercurial > hg > bitcoin
graph
-
fix a comment to correctly use -upgradewallet draftSun, 24 Jun 2012 18:08:27 +0200, by Philip Kaufmann
-
Document -debugnet option in command line help. draftSun, 24 Jun 2012 10:38:02 -0400, by Jeff Garzik
-
On Windows link with `mswsock`, it being required (indirectly) by RPC code draftSun, 24 Jun 2012 14:16:30 +0200, by Giel van Schijndel
-
Cancel outstanding listen ops for RPC when shutting down draftSun, 24 Jun 2012 13:20:17 +0200, by Giel van Schijndel
-
Merge branch 'master' into async-ipv6-rpc draftSun, 24 Jun 2012 12:34:15 +0200, by Giel van Schijndel
-
Merge pull request #1503 from gmaxwell/testnet_tweaks draftSat, 23 Jun 2012 19:02:55 -0700, by Gregory Maxwell
-
*Always* send a shutdown signal to enable custom shutdown actions draftSun, 17 Jun 2012 16:21:09 +0200, by Giel van Schijndel
-
Merge branch 'master' into async-ipv6-rpc draftSun, 17 Jun 2012 14:30:37 +0200, by Giel van Schijndel
-
Use the QueueShutdown signal to stop accepting new RPC connections draftSun, 20 May 2012 20:27:53 +0200, by Giel van Schijndel
-
Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1 draftSun, 20 May 2012 17:46:44 +0200, by Giel van Schijndel
-
Generalise RPC connection handling code to allow more listening sockets draftWed, 10 Aug 2011 15:07:46 +0200, by Giel van Schijndel
-
Allow clients on the IPv6 loopback as well draftWed, 10 Aug 2011 14:21:43 +0200, by Giel van Schijndel
-
Add dual IPv4/IPv6 stack support to the RPC server draftWed, 10 Aug 2011 14:17:02 +0200, by Giel van Schijndel
-
Use asynchronous I/O to handle RPC requests draftWed, 10 Aug 2011 13:53:13 +0200, by Giel van Schijndel
-
Merge pull request #1458 from jgarzik/tracenet draftFri, 22 Jun 2012 10:13:31 -0700, by Jeff Garzik
-
Merge pull request #1502 from jgarzik/getrawmempool draftFri, 22 Jun 2012 09:59:19 -0700, by Jeff Garzik
-
Introduce -debugnet option, thereby quieting some redundant debug messages draftFri, 22 Jun 2012 13:11:57 -0400, by Jeff Garzik
-
Remove some rule differences which aren't needed with testnet3. draftFri, 22 Jun 2012 11:50:52 -0400, by Gregory Maxwell
-
Merge pull request #1495 from Diapolo/fix_CKey_mem_leak draftFri, 22 Jun 2012 08:38:48 -0700, by Gregory Maxwell
-
RPC: add 'getrawmempool', listing all transaction ids in memory pool draftFri, 22 Jun 2012 11:43:34 -0400, by Jeff Garzik
-
Merge pull request #1490 from luke-jr/gd_ljr_key draftThu, 21 Jun 2012 14:25:17 -0700, by Gregory Maxwell
-
Merge pull request #1496 from xanatos/patch-2 draftThu, 21 Jun 2012 12:51:05 -0700, by Gavin Andresen
-
Merge pull request #1483 from Diapolo/txtablemodel_updateDisplayUnit draftTue, 19 Jun 2012 22:34:03 -0700, by Wladimir J. van der Laan
-
GUI: ensure a changed bitcoin unit immediately updates the tx list amounts draftMon, 18 Jun 2012 22:48:35 +0200, by Philip Kaufmann
-
print large orphan warning BEFORE deleting pvMsg draftTue, 19 Jun 2012 15:50:12 -0400, by Gavin Andresen
-
Merge pull request #1485 from xanatos/patch-1 draftTue, 19 Jun 2012 05:37:21 -0700, by Pieter Wuille
-
Revert "Update gitian descriptors to point at stable git repo" draft 0.6.3Tue, 19 Jun 2012 16:44:55 -0400, by Gavin Andresen
-
Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoin/bitcoind-stable into 0.6.3 draftTue, 19 Jun 2012 16:34:10 -0400, by Gavin Andresen
-
Update wiki changelog at doc/release-process.txt draftWed, 13 Jun 2012 01:06:40 +0200, by Matt Corallo
-
Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1 draftThu, 14 Jun 2012 15:59:18 +0000, by Luke Dashjr
-
Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 verification uses the latter too draftTue, 12 Jun 2012 23:50:38 +0000, by Luke Dashjr
-
Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694 draftThu, 14 Jun 2012 09:41:11 +0200, by Wladimir J. van der Laan
-
Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly draftMon, 11 Jun 2012 07:40:14 +0200, by Philip Kaufmann
-
Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue) draftMon, 11 Jun 2012 07:40:14 +0200, by 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 draftMon, 11 Jun 2012 22:40:06 +0200, by Philip Kaufmann
-
removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway draftSun, 06 May 2012 16:57:12 +0200, by Philip Kaufmann