970 Commits (ad727f4eaf1cb3ed7a0e340f690bd804299e698c)

Author SHA1 Message Date
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
Patrick Strateman e86eb71604 Move CWallet::setKeyPool to private section of CWallet 8 years ago
instagibbs edb6cf1432 remove no-longer-used InitError logic 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
MarcoFalke fa5d276c90 [init] ParameterInteraction() iff wallet enabled 8 years ago
Cory Fields 8945384bca net: Have LookupNumeric return a CService directly 8 years ago
Pavel Janík 0fc00bea5d Do not shadow previous local variable 8 years ago
Pavel Janík 115265bb10 Trivial: bip -> BIP in help text and comment 8 years ago
Cory Fields 21ba407a73 net: narrow include scope after moving to netaddress 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Cory Fields f96c7c4d91 net: Split resolving out of CService 8 years ago
Pieter Wuille 9d4eb9ad99 Do diskspace check before import thread is started 8 years ago
Pieter Wuille 0fd2a33648 Use a signal to continue init after genesis activation 8 years ago
Suhas Daftuar 56c87e9211 Allow changing BIP9 parameters on regtest 8 years ago
fanquake 208d37f116
[trivial] Remove URLs from About dialog translations 8 years ago
Pieter Wuille ab942c15bd Treat high-sigop transactions as larger rather than rejecting them 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Wladimir J. van der Laan 8cef5bd58a mining: Improve `-blockmaxcost` help message 8 years ago
Wladimir J. van der Laan 32cab91278 Bump `-dbcache` default to 300MiB 8 years ago
Suhas Daftuar c1d61fbd08 Add warning if -blockminsize is used. 8 years ago
Suhas Daftuar 27362dda4d Remove -blockminsize option 8 years ago
Pieter Wuille 1acf1db76f Do not ask a UI question from bitcoind 8 years ago
Pieter Wuille 6032f6930a Add rewind logic to deal with post-fork software updates 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille b8a97498df BIP144: Handshake and relay (receiver side) 8 years ago
MarcoFalke fa58e5ee93 [doc] Add website links to about dialog 8 years ago
BtcDrak ab8be98fdb Remove bad chain alert partition check 8 years ago
Pieter Wuille ee06e04369 Introduce enum ServiceFlags for service flags 8 years ago
Wladimir J. van der Laan d096d22446 build: Get rid of `CLIENT_DATE` 8 years ago