7900 Commits (a4ad37d4ef4bcd81bc9d867b277efdebc86bc2e8)

Author SHA1 Message Date
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
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 8 years ago
Patrick Strateman 29c2d99bc9 Make CWallet::fFileBacked private. 8 years ago
Pieter Wuille 9d4eb9ad99 Do diskspace check before import thread is started 8 years ago
Pieter Wuille aa59f2ed3f Add extra message to avoid a long 'Loading banlist' 8 years ago
Pieter Wuille 0fd2a33648 Use a signal to continue init after genesis activation 8 years ago
Patrick Strateman 5723bb44ce Remove unused pwalletdb from CWallet::AddToWallet 8 years ago
Patrick Strateman 867f842f1e Remove CWalletDB* parameter from CWallet::AddToWallet 8 years ago
Patrick Strateman 00f09c920c Split CWallet::AddToWallet into AddToWallet and LoadToWallet. 8 years ago
Wladimir J. van der Laan 5c9e49d12c net: Ignore `notfound` P2P messages 8 years ago
Pieter Wuille 9c8593d2b4 Implement SipHash in Python 8 years ago
Suhas Daftuar 56c87e9211 Allow changing BIP9 parameters on regtest 8 years ago
Cory Fields 7e87033447 httpserver: replace boost threads with std 8 years ago
Cory Fields d3773ca9ae httpserver: explicitly detach worker threads 8 years ago