Get rid of 'e': all unused
[novacoin.git] / src / init.cpp
2016-03-30 svostGet rid of 'e': all unused
2016-03-25 svostFix type mismatch
2016-03-23 CryptoManiacNetwork options: External seeder option
2016-03-22 CryptoManiacEXPERIMENTAL: custom peer collector
2016-03-21 CryptoManiacThere is no need for these conditions anymore.
2016-03-14 svostFix msvc c4127 warning 290/head
2016-03-11 CryptoManiacAutomatically add empty label for pubkey pair addresses.
2016-03-11 CryptoManiacFix daemon compilation isue.
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2015-10-21 Wladimir J. van... move WSAStartup to init 255/head
2015-10-14 svostSmall code fixes: 252/head
2015-10-13 CryptoManiacRemove UPNP support & do some cleanup.
2015-10-07 svostWe have constants (commit e1fc548) 249/head
2015-10-03 CryptoManiacDefine nOneDay and nOneHour constants.
2015-10-01 svost Allow -onlynet=onion to be used 244/head
2015-09-29 svostAdded GetArgInt function 242/head
2015-09-23 CryptoManiacMove stake mining function wrapper definition to miner...
2015-09-21 CryptoManiacAutomatically choose between NTP, median peer time...
2015-09-20 CryptoManiacGet periodical time samples through NTP
2015-09-20 CryptoManiacAdd time samples from NTP while starting up.
2015-09-18 CryptoManiacUse uint16_t for port number.
2015-09-17 CryptoManiacPut client version data into coinbase flags.
2015-04-13 MASM fanNew stake miner
2015-04-10 CryptoManiacRemove scrypt_sse2 reference.
2015-03-28 CryptoManiacDrop unused variables.
2015-03-15 fsb4000scrypt SSE2 182/head
2015-03-02 MASM fanAdd -zapwallettxes cli/config option, used for wallet...
2015-02-16 CryptoManiacMerge pull request #167 from fsb4000/Выравнивание
2015-02-16 fsb4000выравнивание текста в окне "Параметры командной строки" 167/head
2015-02-13 fsb4000устранил некоторые предупреждения компилятора 160/head
2015-02-11 MASM fanAcquire CCheckQueue's lock to avoid race condition
2015-01-27 fsb4000устранил предупреждения компилятора 133/head
2015-01-26 CryptoManiacImprove Tor support
2015-01-25 CryptoManiacImprove Tor support
2015-01-24 MASM fanRemove remainings of of sha512+scrypt key derivation
2015-01-24 MASM fanAdd new options for broadcast and keepalive intervals
2015-01-03 fsb4000более правильное решение issue96 и issue95
2015-01-03 fsb4000первоначальное значение для strWalletFileName
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-11-07 MASM fanRemove zerocoin for now
2014-07-28 CryptoManiacRestore BDB block index wrapper and enable it by default.
2014-07-18 CryptoManiacFix segmentation fault during shutdown.
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2014-07-15 CryptoManiacRemove enforcecanonical option, it's always active...
2014-07-10 CryptoManiacTranslation fixes
2014-02-12 MASM fanAdd -enforcecanonical option
2014-02-11 MASM fanAdd -confchange=0 option.
2014-01-14 alexSecond pre-release update
2013-12-31 alexCache scrypt hashes on disk
2013-10-23 alexAdd -mininput=value option
2013-09-08 alexAdd trusted N for MainNet and TestNet, set denomination...
2013-09-08 alexAdd ZeroTest self-testing routine
2013-08-28 alexReplace -nosynccheckpoints with a new -cppolicy=mode...
2013-08-25 alexExit after blocks import
2013-08-25 alexAdd Google's LevelDB support
2013-08-23 alexAdd scrypt+sha512 key derivation method.
2013-08-21 alexStake generation changes
2013-08-18 alexDo not return addresses onder than specified lifespan.
2013-08-15 alexUpdate DNS seed option description
2013-07-30 alexRemove CPU miner related code
2013-07-29 alexAdd -walletnotify option
2013-07-28 alexAllow user to select wallet file (-waller=walletfilenam...
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2013-03-26 alexhzFix PoS difficulty at 0.25 after blocks v3 supermajorit...
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-08-16 Sunny KingPPCoin: Remove genesis block tool
2012-07-29 Sunny KingPPCoin: Replace RPC command 'setcheckpointkey' with...
2012-07-24 Sunny KingPPCoin: Make reservebalance a configuration option
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-14 Philip KaufmannDon't call exit() in Shutdown() for Bitcoin-Qt (fixes...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-30 Philip Kaufmannremove references to bitcoin-wx from comment in init.cpp
2012-04-25 Pieter WuilleMake lsn_reset ("detach databases") optional and off...
2012-04-22 Pieter WuilleMake GetDataDir return absolute paths
2012-04-18 R E BroadleyAdded ability to respond to signals during Block Loadin...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-10 Pieter WuilleMerge pull request #1054 from sipa/buildinfo
2012-04-10 Pieter WuilleBuild identification strings
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-05 Pieter WuilleFlush on log size instead of transaction count
2012-04-05 Gavin AndresenRemove USE_SSL #define
2012-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
2012-04-04 Wladimir J. van... move QT_PLUGINS stuff to qt main file, where it belongs
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-03-22 Pieter WuilleIntroduce explicit -walletupgrade option
2012-03-22 Gavin AndresenMerge branch 'checklevel' of https://github.com/sipa...
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-22 Gavin AndresenMerge pull request #964 from sipa/fastblocks
next