aboutsummaryrefslogtreecommitdiff
path: root/serialize.h
AgeCommit message (Expand)Author
2011-03-10Bump version number to 0.3.21 (lest we forget)Gavin Andresen
2011-02-23Bump version to 0.3.20.02Gavin Andresen
2011-02-17Bump version to 0.3.20.01Gavin Andresen
2011-02-10Visual C++ compatibility fixesGavin Andresen
2011-01-24Bump version number to 0.3.20Gavin Andresen
2011-01-21Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ...Chris Moore
2010-12-16New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen
2010-12-15get external ip from ircs_nakamoto
2010-12-13-- version 0.3.19 releasev0.3.19s_nakamoto
2010-12-12added some DoS limits, removed safe modes_nakamoto
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-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-15Update websites used for GetMyExternalIPgavinandresen
2010-11-14-- version 0.3.15 releasev0.3.15s_nakamoto
2010-11-08-paytxfee is now per KB,s_nakamoto
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-20validateaddress RPC commandgavinandresen
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-10-11-rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen
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-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 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-09-06Gavin Andresen: json-rpc return standard error objects with error code numbers,s_nakamoto
2010-08-29propset svn:eol-style natives_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