aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
2011-04-20Better wording for transaction fee notification messagesv0.3.21Gavin Andresen
2011-04-20Monitor incoming transactions for spends by (a copy of) your own walletPieter Wuille
2011-04-18Automatically rescan after restoring wallet.datPieter Wuille
2011-04-13New checkpoint at block 118,000Gavin Andresen
2011-04-12Merge branch 'listimmature' of /Users/gavin/src/gavin_btcGavin Andresen
2011-04-12Merge branch 'spentpertxout' of https://github.com/sipa/bitcoinGavin Andresen
2011-04-12Bugfix for spentpertxout: slow startupPieter Wuille
2011-04-12Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2011-04-12Merge branch 'spentpertxout' of https://github.com/sipa/bitcoinGavin Andresen
2011-04-12select transaction outputs separatelyPieter Wuille
2011-04-12Spent per txoutPieter Wuille
2011-04-05Report immature coinbase transactions in listtransactionsGavin Andresen
2011-04-04Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik
2011-03-30Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo
2011-03-14Merge branch 'shy'Gavin Andresen
2011-03-13Merge branch 'limitfree' of /Users/gavin/src/integration_btcGavin Andresen
2011-03-13Merge branch 'subcent-change' of https://github.com/tcatm/bitcoinGavin Andresen
2011-03-13sendmany RPC command, to send to multiple recipients in one transaction.Gavin Andresen
2011-03-13Make sure rate-limiting code is thread-safeGavin Andresen
2011-03-13Continuously rate-limit free transactions.Gavin Andresen
2011-03-05shy patch from HalGavin Andresen
2011-03-02Fix minimum transaction fee calculation mismatch between CreateTransaction an...Gavin Andresen
2011-03-01Bugfix: avoid sub-cent change (lost in fees) whenever possibleLuke Dashjr
2011-02-03Reset testnet with a new genesis blockDavid FRANCOIS
2011-01-31new checkpoint at block 105,000Gavin Andresen
2011-01-22cpuid instruction clobbers eax/ebx/ecx/edxGavin Andresen
2011-01-20Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integrationGavin Andresen
2011-01-20Don't use GetBoolArg() and mapArgs; use one or the other.Chris
2011-01-20Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen
2011-01-19ReacceptWalletTransactions bugfixGavin Andresen
2010-12-21Add address to listtransactions outputGavin Andresen
2010-12-16New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen
2010-12-12corrections_nakamoto
2010-12-12added some DoS limits, removed safe modes_nakamoto
2010-12-07IsStandard() check for CScripts: only relay/include in blocks CScripts we can...gavinandresen
2010-12-05preps for future client-only mode,s_nakamoto
2010-12-03All boolean options/flags now work the same way.gavinandresen
2010-11-30JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen
2010-11-23new getworks_nakamoto
2010-11-20small bugfixs_nakamoto
2010-11-19require some minimal priority for free transactions to slow down transaction ...s_nakamoto
2010-11-19efficiently sort transaction dependencies in one passs_nakamoto
2010-11-09SelectCoins first pass tries not to use coins with less than 6 confirmationss_nakamoto
2010-11-08-paytxfee is now per KB,s_nakamoto
2010-11-04Fix IsInitialBlockDownload if running on testnetgavinandresen
2010-10-23bugfixes from Dean Gores,s_nakamoto
2010-10-21-- version 0.3.14 releasev0.3.14s_nakamoto
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-10-11dkaparis: boost::bind build fix for c++0xs_nakamoto
2010-10-09key pool for safer wallet backups_nakamoto