aboutsummaryrefslogtreecommitdiff
path: root/main.h
AgeCommit message (Expand)Author
2011-04-12Merge branch 'listimmature' of /Users/gavin/src/gavin_btcGavin Andresen
2011-04-12Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2011-04-12Spent per txoutPieter Wuille
2011-04-05Report immature coinbase transactions in listtransactionsGavin Andresen
2011-03-30Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo
2011-03-13sendmany RPC command, to send to multiple recipients in one transaction.Gavin Andresen
2011-03-02Fix minimum transaction fee calculation mismatch between CreateTransaction an...Gavin 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-15get external ip from ircs_nakamoto
2010-12-12corrections_nakamoto
2010-12-07IsStandard() check for CScripts: only relay/include in blocks CScripts we can...gavinandresen
2010-12-06fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up...s_nakamoto
2010-12-05preps for future client-only mode,s_nakamoto
2010-11-30JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen
2010-11-23new getworks_nakamoto
2010-11-22Depracate "label" API, replacing with accountgavinandresen
2010-11-21added transaction fee setting in UI options menu,s_nakamoto
2010-11-19require some minimal priority for free transactions to slow down transaction ...s_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-10-19Gavin's TEST network as -testnet switch, misc fixess_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-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-13reorganize BitcoinMiner to make it easier to add different SHA256 routiness_nakamoto
2010-09-07cleanup,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-25alert systems_nakamoto
2010-08-19block index checking on load, extra redundant checks, misc refactorings_nakamoto
2010-08-16blocks-1,s_nakamoto
2010-08-15fix for block 74638 overflow output transactions_nakamoto
2010-08-15misc changess_nakamoto
2010-08-10gethashespersec and added version and hashespersec to getinfos_nakamoto
2010-08-03new safety feature displays a warning message and locks down RPC if it detect...s_nakamoto
2010-07-25Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto
2010-07-15fix openssl linkage problems,s_nakamoto
2010-06-10automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto
2010-02-25GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7s_nakamoto
2010-02-23run as daemon without GUI,v0.2.6s_nakamoto
2010-02-20Address Book with tabs instead of separate Your Address book, v0.2.4s_nakamoto
2010-02-12command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto
2010-02-03update fSpent flag on wallet transactions if they're seen spent in case copy ...s_nakamoto
2009-12-06fix transaction fee bug in CreateTransaction, higher size cutoff for free tra...s_nakamoto
2009-11-24minor fix to batched initial download in case requester has more than 500 blo...s_nakamoto
2009-11-18bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto
2009-11-13monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto
2009-11-07UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto