1012 Commits (a26280bc14158b6972297e06418c9ee1c5653743)

Author SHA1 Message Date
Gregory Sanders 0513c707aa Make rpcauth help message clearer, add example in example .conf 8 years ago
Jeremy Rubin c9e69fbf39 Add CuckooCache implementation and replace the sigcache map_type with it 8 years ago
Pieter Wuille 80d073c9bc Complain when unknown rpcserialversion is specified 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
Gregory Maxwell 749be013f5 Move GetWarnings() into its own file. 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file 8 years ago
Matt Corallo 9e1f46821d Fix calculation of number of bound sockets to use 8 years ago
wodry 8a70a9da3d Improvement of documentation of command line parameter 'whitelist' 8 years ago
Wladimir J. van der Laan deec83fd2c init: Get rid of fServer flag 8 years ago
Wladimir J. van der Laan 16ca0bfd28 init: Try to aquire datadir lock before and after daemonization 8 years ago
Wladimir J. van der Laan 0cc8b6bc44 init: Split up AppInit2 into multiple phases 8 years ago
Jonas Schnelli 2e44893081
Move -salvagewallet, -zap(wtx) to where they belong 8 years ago
Alex Morcos 79f755db41 Unset fImporting for loading mempool 8 years ago
Matt Corallo d6ea737be1 Remove network state wipe from UnloadBlockIndex. 8 years ago
Pieter Wuille 3f78562df5 Add DumpMempool and LoadMempool 8 years ago
Geoffrey Tsui d0b01f3a85 Explicitly pass const CChainParams& to LoadBlockIndexDB() 8 years ago
Gregory Maxwell 515e2642eb Make connect=0 disable automatic outbound connections. 8 years ago
Jonas Schnelli cab1da745b
[Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) 8 years ago
Jorge Timón 6f2f639cdf
Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/ 8 years ago
instagibbs b2e93a343e Add cmpctblock to debug help list 8 years ago
Matt Corallo 37aefff5fc Fix init segfault where InitLoadWallet() calls ATMP before genesis 8 years ago
Matt Corallo fef1010199 Use CValidationInterface from chain logic to notify peer logic 8 years ago
Jorge Timón 3450c18a12
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
MarcoFalke fa4bfb4819 [wallet, policy] ParameterInteraction: Don't allow 0 fee 8 years ago
Matthew King a92bf4af66 bitcoind: Daemonize using daemon(3) 8 years ago
MarcoFalke faef293cf3 [wallet] Add high transaction fee warnings 8 years ago
MarcoFalke fab91070d3 init: Get rid of fDisableWallet 8 years ago
MarcoFalke faddd62518 init: Get rid of some ENABLE_WALLET 8 years ago
Pieter Wuille d9ff591d42 Move static global randomizer seeds into CConnman 8 years ago
Cory Fields f3552da813 net: fix maxuploadtarget setting 8 years ago
Cory Fields 36fa01f217 net: only delete CConnman if it's been created 8 years ago
Cory Fields 0103c5b90f net: move MAX_FEELER_CONNECTIONS into connman 8 years ago
Cory Fields fa2f8bc47f net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options 8 years ago
Cory Fields a19553b992 net: Introduce CConnection::Options to avoid passing so many params 8 years ago
Cory Fields bafa5fc5a1 net: Drop StartNode/StopNode and use CConnman directly 8 years ago
Cory Fields e81a602cf0 net: pass CClientUIInterface into CConnman 8 years ago
Cory Fields f60b9059e4 net: Pass best block known height into CConnman 8 years ago
Cory Fields fdf69ff21a net: move max/max-outbound to CConnman 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields 6c19d92361 net: move whitelist functions into CConnman 8 years ago
Cory Fields 502dd3a8a0 net: Add oneshot functions to CConnman 8 years ago
Cory Fields 02137f11e2 net: Move socket binding into CConnman 8 years ago
Cory Fields cd16f48028 net: Create CConnman to encapsulate p2p connections 8 years ago
Cory Fields d6a5dc4a2e add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
MarcoFalke fa6dc9f0e5 Remove unused variables 8 years ago
Wladimir J. van der Laan 67a55025a1 init: Fix typo in help message for -whitelistforcerelay 8 years ago
Patrick Strateman 8680d3aa80 Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet 8 years ago