Better wording for transaction fee notification messages
[novacoin.git] / serialize.h
2011-03-10 Gavin AndresenBump version number to 0.3.21 (lest we forget)
2011-02-23 Gavin AndresenBump version to 0.3.20.02
2011-02-18 Gavin AndresenBump version to 0.3.20.01
2011-02-11 Gavin AndresenVisual C++ compatibility fixes
2011-01-24 Gavin AndresenBump version number to 0.3.20
2011-01-21 Chris MooreAdd const bool VERSION_IS_BETA to serialize.h and use...
2010-12-16 gavinandresenNew RPC command: listaccounts. New RPC setting -rpctim...
2010-12-15 s_nakamotoget external ip from irc
2010-12-13 s_nakamoto-- version 0.3.19 release
2010-12-12 s_nakamotoadded some DoS limits, removed safe mode
2010-12-08 s_nakamoto-- version 0.3.18 release
2010-12-07 gavinandresenIsStandard() check for CScripts: only relay/include...
2010-12-06 s_nakamotofix wallet.dat compatibility problem if you downgrade...
2010-12-05 s_nakamotopreps for future client-only mode,
2010-12-03 gavinandresenAll boolean options/flags now work the same way.
2010-11-27 s_nakamotoadded boost tuples to serialize.h
2010-11-25 s_nakamoto-- version 0.3.17 release
2010-11-25 s_nakamotostill working on account-based commands getbalance...
2010-11-23 s_nakamotonew getwork
2010-11-22 gavinandresenDepracate "label" API, replacing with account
2010-11-21 s_nakamotoadded transaction fee setting in UI options menu,
2010-11-20 s_nakamotosmall bugfix
2010-11-19 s_nakamotorequire some minimal priority for free transactions...
2010-11-19 s_nakamotoefficiently sort transaction dependencies in one pass
2010-11-15 gavinandresenUpdate websites used for GetMyExternalIP
2010-11-14 s_nakamoto-- version 0.3.15 release
2010-11-08 s_nakamoto-paytxfee is now per KB,
2010-10-23 s_nakamotobugfixes from Dean Gores,
2010-10-22 gavinandresentestnet and keypoololdest added to RPC getinfo output...
2010-10-21 s_nakamoto-- version 0.3.14 release
2010-10-20 gavinandresenvalidateaddress RPC command
2010-10-19 s_nakamotoGavin's TEST network as -testnet switch, misc fixes
2010-10-11 gavinandresen-rpcssl=1 option, allowing secure HTTPS JSON-RPC connec...
2010-10-09 s_nakamotokey pool for safer wallet backup
2010-10-06 s_nakamotorecursive function to determine if own unconfirmed...
2010-09-30 s_nakamotodon't count or spend payments until they have 1 confirm...
2010-09-23 s_nakamotochanged free transactions per block threshold
2010-09-23 s_nakamotochanged free transactions per block threshold
2010-09-19 s_nakamotoonly accept transactions sent by IP address if -allowre...
2010-09-19 s_nakamotoonly accept transactions sent by IP address if -allowre...
2010-09-15 s_nakamotoconfig option -rpcallowip= to accept json-rpc connectio...
2010-09-15 s_nakamotoconfig option -rpcallowip= to accept json-rpc connectio...
2010-09-13 s_nakamotoreorganize BitcoinMiner to make it easier to add differ...
2010-09-13 s_nakamotoreorganize BitcoinMiner to make it easier to add differ...
2010-09-12 s_nakamotodropped DB_PRIVATE from dbenv.open
2010-09-12 s_nakamotodropped DB_PRIVATE from dbenv.open
2010-09-10 s_nakamotofix problem sending the last cent with sub-cent fractio...
2010-09-10 s_nakamotofix problem sending the last cent with sub-cent fractio...
2010-09-09 s_nakamototry to auto-detect whether to use 128-bit 4-way SSE2
2010-09-09 s_nakamototry to auto-detect whether to use 128-bit 4-way SSE2
2010-09-07 s_nakamotocleanup,
2010-09-07 s_nakamotocleanup,
2010-09-06 s_nakamotoGavin Andresen: json-rpc return standard error objects...
2010-08-29 s_nakamotopropset svn:eol-style native
2010-08-28 Satoshi Nakamotoalert system
2010-08-28 Satoshi Nakamotowarning message if clock is too far off
2010-08-28 Satoshi Nakamotoblock index checking on load, extra redundant checks...
2010-08-25 s_nakamotoalert system
2010-08-20 s_nakamotowarning message if clock is too far off
2010-08-19 s_nakamotoblock index checking on load, extra redundant checks...
2010-08-16 Satoshi Nakamotodo an extra CheckBlock in ConnectBlock
2010-08-16 Satoshi Nakamotoblocks-1,
2010-08-16 s_nakamotodo an extra CheckBlock in ConnectBlock
2010-08-16 s_nakamotoblocks-1,
2010-08-15 Satoshi Nakamotofix for block 74638 overflow output transaction
2010-08-15 Satoshi Nakamotomisc changes
2010-08-15 s_nakamotoscanback check to prevent adding to the 74638 overflow...
2010-08-15 s_nakamotofix for block 74638 overflow output transaction
2010-08-15 s_nakamotomisc changes
2010-08-13 Satoshi Nakamotofix -datadir=./subdir relative path,
2010-08-12 s_nakamotofix -datadir=./subdir relative path,
2010-08-12 Satoshi Nakamotogethashespersec and added version and hashespersec...
2010-08-10 s_nakamotogethashespersec and added version and hashespersec...
2010-08-10 Satoshi Nakamotoalways make 8 outbound connections even if have inbound,
2010-08-10 Satoshi Nakamotoenable SSE2 in all builds to fix crypto++ SHA-256 on...
2010-08-09 s_nakamotoalways make 8 outbound connections even if have inbound,
2010-08-09 s_nakamotoenable SSE2 in all builds to fix crypto++ SHA-256 on...
2010-08-04 Satoshi Nakamotonew safety feature displays a warning message and locks...
2010-08-03 s_nakamotonew safety feature displays a warning message and locks...
2010-07-31 Satoshi Nakamotofixed segfault in bignum.h, additional security limits...
2010-07-31 s_nakamotofixed segfault in bignum.h,
2010-07-30 --author=Satoshi... reverted makefile.unix wx-config -- version 0.3.6
2010-07-29 s_nakamotoreverted makefile.unix wx-config -- version 0.3.6
2010-07-26 Satoshi Nakamotobitcoind now compiles without wxWidgets or wxBase
2010-07-26 Satoshi NakamotoGavin Andresen's JSON-RPC HTTP authentication,
2010-07-26 s_nakamotobitcoind now compiles without wxWidgets or wxBase
2010-07-25 s_nakamotoGavin Andresen's JSON-RPC HTTP authentication,
2010-07-19 Gavin Andresenjson-rpc password, minor UI tweaks, removed some outdat...
2010-07-19 Gavin Andresensecurity safeguards,
2010-07-19 Gavin Andresenversion 0.3.1 rc1
2010-07-18 s_nakamotominor UI tweaks, removed some outdated txt files,
2010-07-17 s_nakamotosecurity safeguards,
2010-07-15 s_nakamotoversion 0.3.1 rc1
2010-07-15 s_nakamotofix openssl linkage problems,
2010-07-14 Gavin AndresenFix CRLF
2010-07-09 s_nakamotoswitched from wxStandardPaths to GetDefaultDataDir...
2010-07-09 s_nakamotoswitched from wxStandardPaths to GetDefaultDataDir...
2010-07-09 s_nakamotoGavin Andresen: implementation of autostart on system...
2010-07-09 s_nakamotoGavin Andresen: implementation of autostart on system...
2010-07-08 s_nakamotoLaszlo's fix to make generate threads idle priority...
next