aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-20Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into ↵Gavin Andresen
integration
2011-01-20Fix bus error in DebugPrint if -datadir given non-existent directory.Gavin Andresen
2011-01-20The --help text wasn't showing the default values for three of the options, ↵Chris
as follows: -rpcport (default: 8332) -rpcconnect (default: 127.0.0.1) -keypool (default: 100) Edited the --help text to include the defaults.
2011-01-20Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into ↵Gavin Andresen
FIXES
2011-01-20Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXESGavin Andresen
2011-01-20print -rescan timing info in debug.logGavin Andresen
2011-01-20Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.Chris
2011-01-20Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen
If you copied your wallet and used it on two different machines, the balance reported by getbalance and the sum(listaccounts) could disagree, because you might receive payments for an address that is in your wallet but not your address book. Now all such transactions are credited to the default empty-string account.
2011-01-19ReacceptWalletTransactions bugfixGavin Andresen
Fix two bugs that can happen if you copy your wallet to another machine and perform transactions on both. First, ReacceptWalletTransactions would notice if the other wallet spent coins, and would correctly mark the receiving transaction spent. However, it did not add the spending transaction to the wallet. Now it does. Second, account balances could get out of sync with 'getbalance' because coins received by the other copy of the wallet were not necessarily detected. Now ReacceptWalletTransactions will scan the entire blockchain for transactions that should be in the wallet if it runs across a 'spent in the other wallet' transaction. Finally, there was a small bug in the accounts getbalance code-- generated coins with between 100 and 119 confirmations were not being counted in the balance of account "".
2011-01-19don't set statusbar background colorMarius Hanne
people with dark system theme otherwise have white text on light-grey bg
2011-01-18Merge branch 'integration' into FIXESGavin Andresen
2011-01-18Merge branch 'listaccountsbug' of ↵Gavin Andresen
https://github.com/gavinandresen/bitcoin-git into integration
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-10Fix so listaccounts with minconf works.Gavin Andresen
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-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