aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-08-- version 0.3.18 releasev0.3.18s_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-12-03All boolean options/flags now work the same way.gavinandresen
2010-11-30JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen
2010-11-27added boost tuples to serialize.hs_nakamoto
2010-11-25-- version 0.3.17 releasev0.3.17s_nakamoto
2010-11-25still working on account-based commands getbalance, move and sendfrom, they'r...s_nakamoto
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-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-18OutputDebugStringF fix for Mac FileVault problem, take 3gavinandresen
2010-11-16Make OutputDebugStringF thread-safe again (thanks ArtForz for catching)gavinandresen
2010-11-16Re-open debug.log every ten minutes instead of every printf; fixes performanc...gavinandresen
2010-11-15Update websites used for GetMyExternalIPgavinandresen
2010-11-14-- version 0.3.15 releasev0.3.15s_nakamoto
2010-11-10Add paytxfee to getinfo outputgavinandresen
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-11-03Prevent double-sends from quick double-button-clicksgavinandresen
2010-10-23bugfixes from Dean Gores,s_nakamoto
2010-10-22testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro...gavinandresen
2010-10-21-- version 0.3.14 releasev0.3.14s_nakamoto
2010-10-20Gavin Andresen: multiple instance check, -testnet use port 18333s_nakamoto
2010-10-20validateaddress RPC commandgavinandresen
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-10-14makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64gavinandresen
2010-10-11Fixed description of -rpcuser/-rpcpassword options.gavinandresen
2010-10-11-rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen
2010-10-11dkaparis: boost::bind build fix for c++0xs_nakamoto
2010-10-09key pool for safer wallet backups_nakamoto
2010-10-06updated Russian translations_nakamoto
2010-10-06recursive function to determine if own unconfirmed transaction can be spents_nakamoto
2010-10-04Russian translation by eurekafags_nakamoto
2010-09-30fixed linux build,v0.3.13s_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-12dropped DB_PRIVATE from dbenv.opens_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-08Gavin Andresen: clean shutdown on SIGTERMs_nakamoto