aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
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
2010-10-06recursive function to determine if own unconfirmed transaction can be spents_nakamoto
2010-10-04Russian translation by eurekafags_nakamoto
2010-09-30don't count or spend payments until they have 1 confirmation,s_nakamoto
2010-09-23changed free transactions per block thresholds_nakamoto
2010-09-19only accept transactions sent by IP address if -allowreceivebyip is specifieds_nakamoto
2010-09-15config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto
2010-09-13reorganize BitcoinMiner to make it easier to add different SHA256 routiness_nakamoto
2010-09-10fix build on non-intel architectures, thanks teknohogs_nakamoto
2010-09-10fix problem sending the last cent with sub-cent fractional changes_nakamoto
2010-09-09try to auto-detect whether to use 128-bit 4-way SSE2s_nakamoto
2010-09-07cleanup,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-25added -testsafemode switchs_nakamoto
2010-08-25alert systems_nakamoto
2010-08-20warning message if clock is too far offs_nakamoto
2010-08-19block index checking on load, extra redundant checks, misc refactorings_nakamoto
2010-08-16do an extra CheckBlock in ConnectBlocks_nakamoto
2010-08-16blocks-1,s_nakamoto
2010-08-15scanback check to prevent adding to the 74638 overflow chains_nakamoto
2010-08-15fix for block 74638 overflow output transactions_nakamoto
2010-08-15misc changess_nakamoto
2010-08-12fix -datadir=./subdir relative path,s_nakamoto
2010-08-10gethashespersec and added version and hashespersec to getinfos_nakamoto