aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-18Merge branch 'gettransaction' of ↵Gavin Andresen
https://github.com/gavinandresen/bitcoin-git into integration
2011-01-18Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git ↵Gavin Andresen
into integration
2011-01-14Add the -keypool option description to help outputDavid FRANCOIS
2011-01-13Fix setaccount/getaccountaddress interaction bugGavin Andresen
See https://github.com/bitcoin/bitcoin/issues#issue/29
2011-01-07Add account/address details to gettransaction outputGavin Andresen
2011-01-06Merge branch 'listaddresses' into integrationGavin Andresen
2011-01-05Add time to category:move transactions.Gavin Andresen
2011-01-03Merge branch 'listaddresses' of https://github.com/gavinandresen/bitcoin-gitGavin Andresen
2010-12-24don't advertise on IRC if we don't allow external connectionsWitchspace
2010-12-22add -nolisten command line optionWitchspace
2010-12-21Add address to listtransactions outputGavin Andresen
2010-12-20EndModal fix for Mac from piotrpGavin Andresen
2010-12-19Straw-man for dev processGavin Andresen
2010-12-17Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-12-17Missed a int64_t cast when I added transaction time outputgavinandresen
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@205 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-16Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-12-16listtransactions was reporting address instead of account for 'receive'gavinandresen
setgenerate true 0 is now the same as setgenerate false And return transaction time git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@204 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-16Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-12-16New RPC command: listaccounts. New RPC setting -rpctimeout. And ↵gavinandresen
listtransactions '*' git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@203 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-15get external ip from ircs_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@202 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-13Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-12-13-- version 0.3.19 releasev0.3.19s_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@201 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-12Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-12-12corrections_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@200 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-12added some DoS limits, removed safe modes_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@199 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-08Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-12-08-- version 0.3.18 releasev0.3.18s_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@198 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-07IsStandard() check for CScripts: only relay/include in blocks CScripts we ↵gavinandresen
can understand. git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@197 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-06Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-12-06fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then ↵s_nakamoto
upgrade again git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@196 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-05preps for future client-only mode,s_nakamoto
jgarzik's initial download speedup git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@195 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-03All boolean options/flags now work the same way.gavinandresen
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@194 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-12-01Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-11-30JSON methods: listtransactions, gettransaction, move, sendfrom and ↵gavinandresen
getbalance <account> git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@193 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-28Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-11-27added boost tuples to serialize.hs_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@192 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-25-- version 0.3.17 releasev0.3.17s_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@191 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-25still working on account-based commands getbalance, move and sendfrom, ↵s_nakamoto
they're only for testing for now git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@190 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-23Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-11-23new getworks_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@189 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-22Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-11-22Depracate "label" API, replacing with accountgavinandresen
New RPC methods: move, sendfrom Change to getbalance (now takes optional [account] argument) Renamed methods with "label" in their names. sendtoaddress returns hexadecimal transaction ID instead of "sent". git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@188 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-22Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-11-21added transaction fee setting in UI options menu,s_nakamoto
cut free transaction area from 50KB to 26KB git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@187 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-21Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-11-20small bugfixs_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@186 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-19require some minimal priority for free transactions to slow down transaction ↵s_nakamoto
spam git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@185 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-19efficiently sort transaction dependencies in one passs_nakamoto
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@184 1a98c847-1fd6-4fd8-948a-caf3550aa51b
2010-11-17Merge remote branch 'refs/remotes/svn/trunk' into svnGavin Andresen
2010-11-18OutputDebugStringF fix for Mac FileVault problem, take 3gavinandresen
(cannot use a CRITICAL_BLOCK because of undefined order calling static destructors; instead, keep debug.log open, and tell people to use copytruncate when doing log rotation) git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@183 1a98c847-1fd6-4fd8-948a-caf3550aa51b