aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-03Improvement of documentation of command line parameter 'whitelist'wodry
2016-12-02Fix calculation of number of bound sockets to useMatt Corallo
2016-11-20Add cmpctblock to debug help listinstagibbs
2016-09-26Allow changing BIP9 parameters on regtestSuhas Daftuar
2016-09-21init: Fix typo in help message for -whitelistforcerelayWladimir J. van der Laan
2016-09-21various typosleijurv
2016-09-21Do diskspace check before import thread is startedPieter Wuille
2016-09-21Use a signal to continue init after genesis activationPieter Wuille
2016-07-31Treat high-sigop transactions as larger rather than rejecting themPieter Wuille
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
2016-07-18mining: Improve `-blockmaxcost` help messageWladimir J. van der Laan
2016-07-18Merge #8295: Mining-related fixups for 0.13.0Wladimir J. van der Laan
2016-07-06Merge #8273: Bump `-dbcache` default to 300MiBWladimir J. van der Laan
2016-07-06Bump `-dbcache` default to 300MiBWladimir J. van der Laan
2016-07-06Merge #8275: Remove bad chain alert partition checkWladimir J. van der Laan
2016-07-05Add warning if -blockminsize is used.Suhas Daftuar
2016-06-30Remove -blockminsize optionSuhas Daftuar
2016-06-28Merge #8257: Do not ask a UI question from bitcoindWladimir J. van der Laan
2016-06-24Do not ask a UI question from bitcoindPieter Wuille
2016-06-22Add rewind logic to deal with post-fork software updatesPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP144: Handshake and relay (receiver side)Pieter Wuille
2016-06-16[doc] Add website links to about dialogMarcoFalke
2016-06-14Remove bad chain alert partition checkBtcDrak
2016-06-13Introduce enum ServiceFlags for service flagsPieter Wuille
2016-06-09build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan
2016-06-07[init] Make feefilter option debug optionMarcoFalke
2016-06-01Use std::atomic for fRequestShutdown and fReopenDebugLogPieter Wuille
2016-05-29Always require OS randomness when generating secret keysPieter Wuille
2016-05-26Merge #8049: Expose information on whether transaction relay is enabled in `g...Pieter Wuille
2016-05-26Merge #8015: CCoinsViewErrorCatcher raison-d-etreWladimir J. van der Laan
2016-05-25Merge #8076: VerifyDB: don't check blocks that have been prunedPieter Wuille
2016-05-25Merge #8063: Acquire lock to check for genesis block.Pieter Wuille
2016-05-22VerifyDB: don't check blocks that have been prunedSuhas Daftuar
2016-05-16Acquire lock to check for genesis block.Patrick Strateman
2016-05-17Add -reindex-chainstate that does not rebuild block indexPieter Wuille
2016-05-17Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwardsPieter Wuille
2016-05-12net: Add fRelayTxes flagWladimir J. van der Laan
2016-05-12Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...Wladimir J. van der Laan
2016-05-10init: Move berkeleydb version reporting to walletWladimir J. van der Laan
2016-05-09fReopenDebugLog and fRequestShutdown should be type sig_atomic_tChirag Davé
2016-05-06CCoinsViewErrorCatcher raison-d-etre21E14
2016-04-21Merge #7868: net: Split DNS resolving functionality out of net structuresPieter Wuille
2016-04-20net: resolve outside of storage structuresCory Fields
2016-04-02[ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke
2016-04-02Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan
2016-03-31Merge #7766: rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-29P2P: add maxtimeadjustment command line optionmruddy