7661 Commits (eb3596f7c220685fe6203178d5535c6775a789df)

Author SHA1 Message Date
Gregory Maxwell eb3596f7c2 Do not add random inbound peers to addrman. 8 years ago
MarcoFalke fa1cf9e7b8 [test] Remove unused code 8 years ago
Andrew Chow 57acb82e70 Load choose datadir dialog after options reset 8 years ago
MarcoFalke fa8dd785a2 [qt] Remove Priority from coincontrol dialog 8 years ago
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
Christian Barcenas 7bd5ff4623 Trivial: Fix two VarInt examples in serialize.h 8 years ago
Wladimir J. van der Laan 653bb3d640 Add copyright header to wallet_text_fixture.cpp 8 years ago
Patrick Strateman 8680d3aa80 Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet 8 years ago
Daniel Kraft 4207630f5a trivial: remove unused variable 8 years ago
MarcoFalke fa785d1211 Use __func__ to get function name for output printing 8 years ago
Jonas Schnelli 7e5d94df1f
[Wallet] Trivial cleanup of HD wallet changes 8 years ago
Jonas Schnelli 914154f0cc
[Qt] add HD enabled/disabled icon to the status bar 8 years ago
Wladimir J. van der Laan b4a9aa511c qt: Fix random segfault when closing "Choose data directory" dialog 8 years ago
crowning- fab2e26d20 CDB: fix debug output 8 years ago
Patrick Strateman e86eb71604 Move CWallet::setKeyPool to private section of CWallet 8 years ago
Wladimir J. van der Laan b2135359b3 Squashed 'src/secp256k1/' changes from 6c527ec..7a49cac 8 years ago
instagibbs edb6cf1432 remove no-longer-used InitError logic 8 years ago
Jeremy Rubin 8194a6e525 Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Sev 6ffd996b8e Corrected JSON typo on setban of net.cpp 8 years ago
Cory Fields 9e9d644f51 net: fixup nits 9 years ago
Jonas Schnelli b3b3c2a562
Reduce cs_main locks during ConnectTip/SyncWithWallets 9 years ago
Andrew Chow 15df3c196b Persist the datadir after option reset 9 years ago
whythat c784086075 use std::map::emplace() instead of std::map::insert() 9 years ago
whythat 5e187e7001 use c++11 std::unique_ptr instead of boost::shared_ptr 9 years ago
whythat 947913fc54 use std::map::erase(const_iterator, const_iterator) to get non-constant iterator 9 years ago
Luke Dashjr 160f895a80 Bugfix: Use pre-BIP141 sigops until segwit activates 9 years ago
Patrick Strateman 9578333ec4 Remove rpc_wallet_tests.cpp 9 years ago
adlawren 05242e937d Fix minimize and close bugs 9 years ago
Pavel Janík 4a35e0f34c Do not shadow members in dbwrapper 9 years ago
Michael Rotarius f13c1bae52 Move AdvertiseLocal debug output to net category 9 years ago
Jameson Lopp 65f4532f13 document return value of networkhashps for getmininginfo RPC endpoint 9 years ago
Cory Fields 8945384bca net: Have LookupNumeric return a CService directly 9 years ago
Pavel Janík 0fc00bea5d Do not shadow previous local variable 9 years ago
Pavel Janík 115265bb10 Trivial: bip -> BIP in help text and comment 9 years ago
Cory Fields 21ba407a73 net: narrow include scope after moving to netaddress 9 years ago
Cory Fields 21e5b96ff4 net: move CNetAddr/CService/CSubNet out of netbase 9 years ago
Cory Fields 1017b8a960 net: Add direct tests for new CSubNet constructors 9 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 9 years ago
Chris Stewart b8db185952 Update README.md 9 years ago
Cory Fields f96c7c4d91 net: Split resolving out of CService 9 years ago
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 9 years ago
Patrick Strateman 29c2d99bc9 Make CWallet::fFileBacked private. 9 years ago
Pieter Wuille 9d4eb9ad99 Do diskspace check before import thread is started 9 years ago
Pieter Wuille aa59f2ed3f Add extra message to avoid a long 'Loading banlist' 9 years ago
Pieter Wuille 0fd2a33648 Use a signal to continue init after genesis activation 9 years ago
Patrick Strateman 5723bb44ce Remove unused pwalletdb from CWallet::AddToWallet 9 years ago
Patrick Strateman 867f842f1e Remove CWalletDB* parameter from CWallet::AddToWallet 9 years ago
Patrick Strateman 00f09c920c Split CWallet::AddToWallet into AddToWallet and LoadToWallet. 9 years ago
Wladimir J. van der Laan 5c9e49d12c net: Ignore `notfound` P2P messages 9 years ago