Mercurial > hg > bitcoin
graph
-
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
-
fix build on non-intel architectures, thanks teknohog draftFri, 10 Sep 2010 18:07:48 +0000, by s_nakamoto
-
fix problem sending the last cent with sub-cent fractional change draftFri, 10 Sep 2010 16:58:59 +0000, by s_nakamoto
-
try to auto-detect whether to use 128-bit 4-way SSE2 draftThu, 09 Sep 2010 01:00:40 +0000, by s_nakamoto
-
Gavin Andresen: json-rpc return standard error objects with error code numbers, draftMon, 06 Sep 2010 21:03:04 +0000, by s_nakamoto
-
block index checking on load, extra redundant checks, misc refactoring draftThu, 19 Aug 2010 22:43:19 +0000, by s_nakamoto
-
added -march=amdfam10 to sha256.cpp in makefile.unix draftMon, 16 Aug 2010 13:11:32 +0000, by s_nakamoto