aboutsummaryrefslogtreecommitdiff
path: root/serialize.h
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-1261/+0
* Bump version number to 0.3.21 (lest we forget)Gavin Andresen2011-03-101-1/+1
* Bump version to 0.3.20.02Gavin Andresen2011-02-231-1/+1
* Bump version to 0.3.20.01Gavin Andresen2011-02-171-1/+1
* Visual C++ compatibility fixesGavin Andresen2011-02-101-0/+2
* Bump version number to 0.3.20Gavin Andresen2011-01-241-1/+1
* Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ...Chris Moore2011-01-211-0/+1
* New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen2010-12-161-1/+1
* get external ip from ircs_nakamoto2010-12-151-1/+1
* -- version 0.3.19 releasev0.3.19s_nakamoto2010-12-131-1/+1
* added some DoS limits, removed safe modes_nakamoto2010-12-121-1/+1
* -- version 0.3.18 releasev0.3.18s_nakamoto2010-12-081-1/+1
* IsStandard() check for CScripts: only relay/include in blocks CScripts we can...gavinandresen2010-12-071-1/+1
* fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up...s_nakamoto2010-12-061-1/+1
* preps for future client-only mode,s_nakamoto2010-12-051-1/+1
* All boolean options/flags now work the same way.gavinandresen2010-12-031-1/+1
* added boost tuples to serialize.hs_nakamoto2010-11-271-1/+79
* -- version 0.3.17 releasev0.3.17s_nakamoto2010-11-251-1/+1
* still working on account-based commands getbalance, move and sendfrom, they'r...s_nakamoto2010-11-251-1/+1
* new getworks_nakamoto2010-11-231-1/+1
* Depracate "label" API, replacing with accountgavinandresen2010-11-221-1/+1
* added transaction fee setting in UI options menu,s_nakamoto2010-11-211-1/+1
* small bugfixs_nakamoto2010-11-201-1/+1
* require some minimal priority for free transactions to slow down transaction ...s_nakamoto2010-11-191-1/+1
* efficiently sort transaction dependencies in one passs_nakamoto2010-11-191-1/+1
* Update websites used for GetMyExternalIPgavinandresen2010-11-151-1/+1
* -- version 0.3.15 releasev0.3.15s_nakamoto2010-11-141-1/+1
* -paytxfee is now per KB,s_nakamoto2010-11-081-1/+1
* bugfixes from Dean Gores,s_nakamoto2010-10-231-1/+1
* testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro...gavinandresen2010-10-221-1/+1
* -- version 0.3.14 releasev0.3.14s_nakamoto2010-10-211-1/+1
* validateaddress RPC commandgavinandresen2010-10-201-1/+1
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-1/+1
* -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen2010-10-111-1/+1
* key pool for safer wallet backups_nakamoto2010-10-091-8/+8
* recursive function to determine if own unconfirmed transaction can be spents_nakamoto2010-10-061-1/+1
* don't count or spend payments until they have 1 confirmation,s_nakamoto2010-09-301-27/+21
* changed free transactions per block thresholds_nakamoto2010-09-231-1/+1
* only accept transactions sent by IP address if -allowreceivebyip is specifieds_nakamoto2010-09-191-1/+1
* config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto2010-09-151-1/+1
* reorganize BitcoinMiner to make it easier to add different SHA256 routiness_nakamoto2010-09-131-1/+1
* dropped DB_PRIVATE from dbenv.opens_nakamoto2010-09-121-1/+1
* fix problem sending the last cent with sub-cent fractional changes_nakamoto2010-09-101-1/+1
* try to auto-detect whether to use 128-bit 4-way SSE2s_nakamoto2010-09-091-1/+1
* cleanup,s_nakamoto2010-09-071-1/+1
* Gavin Andresen: json-rpc return standard error objects with error code numbers,s_nakamoto2010-09-061-2/+3
* propset svn:eol-style natives_nakamoto2010-08-291-1185/+1185
* alert systems_nakamoto2010-08-251-3/+6
* warning message if clock is too far offs_nakamoto2010-08-201-1/+1
* block index checking on load, extra redundant checks, misc refactorings_nakamoto2010-08-191-1/+8