Mercurial > hg > bitcoin
graph
-
Merge remote branch 'refs/remotes/svn/trunk' into svn draftSun, 19 Sep 2010 19:29:03 -0400, by Gavin Andresen
-
Merge remote branch 'remotes/svn/trunk' into svn draftWed, 15 Sep 2010 22:31:09 -0400, by Gavin Andresen
-
Merge remote branch 'refs/remotes/svn/trunk' into svn draftWed, 15 Sep 2010 10:47:41 -0400, by Gavin Andresen
-
Merge remote branch 'refs/remotes/svn/trunk' into svn draftMon, 13 Sep 2010 10:46:31 -0400, by Gavin Andresen
-
Merge remote branch 'refs/remotes/svn/trunk' into svn draftFri, 10 Sep 2010 19:18:27 -0400, by Gavin Andresen
-
Merge remote branch 'refs/remotes/svn/trunk' into svn draftThu, 09 Sep 2010 14:26:53 -0400, by Gavin Andresen
-
Merge remote branch 'refs/remotes/svn/trunk' into svn draftMon, 06 Sep 2010 21:51:27 -0400, by Gavin Andresen
-
Merge remote branch 'remotes/svn/trunk' into svn draftMon, 06 Sep 2010 19:05:27 -0400, by Gavin Andresen
-
Merge remote branch 'remotes/svn/trunk' into svn draftThu, 02 Sep 2010 13:42:31 -0400, by Gavin Andresen
-
IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand. draftTue, 07 Dec 2010 13:43:31 +0000, by gavinandresen
-
fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then upgrade again draftMon, 06 Dec 2010 15:59:28 +0000, by s_nakamoto
-
All boolean options/flags now work the same way. draftFri, 03 Dec 2010 19:38:09 +0000, by gavinandresen
-
JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance <account> draftTue, 30 Nov 2010 18:58:11 +0000, by gavinandresen
-
still working on account-based commands getbalance, move and sendfrom, they're only for testing for now draftThu, 25 Nov 2010 16:40:25 +0000, by s_nakamoto
-
Depracate "label" API, replacing with account draftMon, 22 Nov 2010 15:53:20 +0000, by gavinandresen
-
added transaction fee setting in UI options menu, draftSun, 21 Nov 2010 22:46:19 +0000, by s_nakamoto
-
require some minimal priority for free transactions to slow down transaction spam draftFri, 19 Nov 2010 23:37:05 +0000, by s_nakamoto
-
efficiently sort transaction dependencies in one pass draftFri, 19 Nov 2010 20:22:46 +0000, by s_nakamoto
-
OutputDebugStringF fix for Mac FileVault problem, take 3 draftThu, 18 Nov 2010 00:11:33 +0000, by gavinandresen
-
Make OutputDebugStringF thread-safe again (thanks ArtForz for catching) draftTue, 16 Nov 2010 17:41:44 +0000, by gavinandresen
-
Re-open debug.log every ten minutes instead of every printf; fixes performance problem with Mac FileVault. draftTue, 16 Nov 2010 02:32:36 +0000, by gavinandresen
-
SelectCoins first pass tries not to use coins with less than 6 confirmations draftTue, 09 Nov 2010 19:47:07 +0000, by s_nakamoto
-
Fix IsInitialBlockDownload if running on testnet draftThu, 04 Nov 2010 00:23:00 +0000, by gavinandresen
-
Prevent double-sends from quick double-button-clicks draftWed, 03 Nov 2010 23:40:43 +0000, by gavinandresen
-
testnet and keypoololdest added to RPC getinfo output. And RPC now sends proper HTTP Date headers. draftFri, 22 Oct 2010 15:15:20 +0000, by gavinandresen
-
Gavin Andresen: multiple instance check, -testnet use port 18333 draftWed, 20 Oct 2010 16:12:23 +0000, by s_nakamoto
-
Gavin's TEST network as -testnet switch, misc fixes draftTue, 19 Oct 2010 17:16:51 +0000, by s_nakamoto
-
makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64 draftThu, 14 Oct 2010 13:33:03 +0000, by gavinandresen
-
Fixed description of -rpcuser/-rpcpassword options. draftMon, 11 Oct 2010 18:32:33 +0000, by gavinandresen
-
-rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. draftMon, 11 Oct 2010 18:23:41 +0000, by gavinandresen
-
recursive function to determine if own unconfirmed transaction can be spent draftWed, 06 Oct 2010 02:19:47 +0000, by s_nakamoto
-
don't count or spend payments until they have 1 confirmation, draftThu, 30 Sep 2010 16:23:07 +0000, by s_nakamoto
-
only accept transactions sent by IP address if -allowreceivebyip is specified draftSun, 19 Sep 2010 21:20:34 +0000, by s_nakamoto
-
config option -rpcallowip= to accept json-rpc connections from another machine draftWed, 15 Sep 2010 22:10:13 +0000, by s_nakamoto
-
reorganize BitcoinMiner to make it easier to add different SHA256 routines draftMon, 13 Sep 2010 22:14:24 +0000, by s_nakamoto