7831 Commits (42f6aed731874d937d6f8c9f9c9a6b64d59852d8)

Author SHA1 Message Date
Ethan Heilman dbb1f640e6 Added feeler connections increasing good addrs in the tried table. 8 years ago
Jonas Schnelli beef966e36
[Wallet] remove unused code/conditions in ReadAtCursor 8 years ago
Jonas Schnelli 15860448d3
[Qt] RPC-Console: support nested commands and simple value queries 8 years ago
R E Broadley 259ee09f88 Show "end" instead of many zeros when getheaders request received with a hashStop of Null. 8 years ago
Christian Barcenas 7bd5ff4623 Trivial: Fix two VarInt examples in serialize.h 8 years ago
MarcoFalke fa27c0a2c4 [doc] Fix typos in comments, doxygen: Fix comment syntax 8 years ago
Wladimir J. van der Laan 67a55025a1 init: Fix typo in help message for -whitelistforcerelay 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
Nicolas DORIER ab48c5e721 Unit test for sighash caching 8 years ago
Pieter Wuille d2c5d044d0 Precompute sighashes 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
Pavel Janík b7c349d5e7 Do not shadow variables in networking code 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 8 years ago
Jonas Schnelli b3b3c2a562
Reduce cs_main locks during ConnectTip/SyncWithWallets 8 years ago
Andrew Chow 15df3c196b Persist the datadir after option reset 8 years ago
MarcoFalke fa5d276c90 [init] ParameterInteraction() iff wallet enabled 8 years ago
whythat c784086075 use std::map::emplace() instead of std::map::insert() 8 years ago
whythat 5e187e7001 use c++11 std::unique_ptr instead of boost::shared_ptr 8 years ago
whythat 947913fc54 use std::map::erase(const_iterator, const_iterator) to get non-constant iterator 8 years ago
Luke Dashjr 160f895a80 Bugfix: Use pre-BIP141 sigops until segwit activates 8 years ago
Patrick Strateman 9578333ec4 Remove rpc_wallet_tests.cpp 8 years ago
adlawren 05242e937d Fix minimize and close bugs 8 years ago
Pavel Janík 33d15a3a76 Do not shadow LOCK's criticalblock variable for LOCK inside LOCK 8 years ago
Pavel Janík 4a35e0f34c Do not shadow members in dbwrapper 8 years ago
Pavel Janík a159f25e19 Remove redundand (and shadowing) declaration 8 years ago
Michael Rotarius f13c1bae52 Move AdvertiseLocal debug output to net category 8 years ago
Jameson Lopp 65f4532f13 document return value of networkhashps for getmininginfo RPC endpoint 8 years ago
Cory Fields 8945384bca net: Have LookupNumeric return a CService directly 8 years ago
Pavel Janík cce3024c23 Do not shadow local variable, cleanup 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
Pavel Janík ff8d279a78 Do not shadow member variables 8 years ago
Cory Fields 21ba407a73 net: narrow include scope after moving to netaddress 8 years ago
Cory Fields 21e5b96ff4 net: move CNetAddr/CService/CSubNet out of netbase 8 years ago
Cory Fields 1017b8a960 net: Add direct tests for new CSubNet constructors 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Chris Stewart b8db185952 Update README.md 8 years ago
Cory Fields f96c7c4d91 net: Split resolving out of CService 8 years ago