4248 Commits (2e7009d67b862cf822a1c70e181de6af659a3096)

Author SHA1 Message Date
Jeff Garzik 2e7009d67b Avoid querying DNS seeds, if we have open connections. 10 years ago
Wladimir J. van der Laan f9de17ec2f
Add warning comment to getinfo 10 years ago
Philip Kaufmann d817187bdb [Qt] remove ProxySocksVersion from OptionID 10 years ago
Philip Kaufmann f65352a7d0 [Qt] small Qt-only include cleanup 10 years ago
Wladimir J. van der Laan 93659379bd
Add comment about never updating nTimeOffset past 199 samples 10 years ago
Wladimir J. van der Laan 0430c30af1 Add missing FindNode prototype to net.h 10 years ago
paveljanik ab651b2d62
Fix typos in comments (missing i's). 10 years ago
Wladimir J. van der Laan 29eaa31694 ui: Make sure sendcoinsentry signals only connected once 10 years ago
Wladimir J. van der Laan 2a05101efd qt: Remove unused functions from BitcoinUnits 10 years ago
Wladimir J. van der Laan 91cce1732b qt: Use fixed-point arithmetic in amount spinbox 10 years ago
Pieter Wuille ad08d0b95b Bugfix: make CCoinsViewMemPool support pruned entries in underlying cache 10 years ago
Wladimir J. van der Laan afa71fb3e3
Harmonize importprivkey and importaddress documentation 10 years ago
Philip Kaufmann f469f79ff8 remove an unneded .c_str() in OpenNetworkConnection() 10 years ago
Wladimir J. van der Laan 8f3f94a470 Revert "CBloomFilter::clear() method" 10 years ago
Wladimir J. van der Laan 98e84aae7a Revert "Relay double-spends, subject to anti-DOS" 10 years ago
Wladimir J. van der Laan 3015e0bca6 Revert "UI to alert of respend attempt affecting wallet." 10 years ago
Wladimir J. van der Laan 39d3f2cb40 Revert "Add -respendnotify option and new RPC data" 10 years ago
Wladimir J. van der Laan ad26dc9c31 Revert "Formatting, spelling, comment fixes." 10 years ago
Wladimir J. van der Laan cd057bfd41 Revert "Check signatures before respend relay" 10 years ago
Wladimir J. van der Laan 67cc8f25c2 Revert "Remove signal DoubleSpendDetected, use function" 10 years ago
Wladimir J. van der Laan 0de61e7585
qt: Move SplashFinished to after ClientModel/WalletModel creation 10 years ago
Cozz Lovan 027dcdc792 [Qt] Fix thin space in URI 10 years ago
Whit J b9345f7d1c
qt: Make error message for failed export a little friendlier 10 years ago
Jeff Garzik 3da434a2ef Introduce option to disable relay/mining of bare multisig scripts in TX outputs 10 years ago
Wladimir J. van der Laan 5bb765507b
Fix a signed/unsigned warning introduced in 1b4568c 10 years ago
Cory Fields 2d89ea9781 build: fix whitespace in pkg-config variable 10 years ago
Cory Fields ab123ad4d6 build: allow linux and osx to build against static qt5 10 years ago
Cory Fields 1e72d5c033 build: silence false errors during make clean 10 years ago
Cozz Lovan acd432b5b3 [Qt] Prevent balloon-spam after rescan 10 years ago
Philip Kaufmann c994d2e769 prevent SOCKET leak in BindListenPort() 10 years ago
Philip Kaufmann eaedb59e05 net: add SetSocketNonBlocking() as OS independent wrapper 10 years ago
Wladimir J. van der Laan 43f510d37d Convert closesocket 'compat wrapper' to function in netbase 10 years ago
Philip Kaufmann 7de3f1cfd6 fix help message for RPC getpeerinfo 10 years ago
Pieter Wuille 09c744c2a8 Make sure CAutoFile for fees estimate goes out of scope 10 years ago
Pieter Wuille b069750d3f Break up CAddrMan's IMPLEMENT_SERIALIZE 10 years ago
Trevin Hofmann 125fba1b48 Add a new checkpoint at block 295,000 10 years ago
Wladimir J. van der Laan 33357b27a0
qt: Start core thread only when needed 10 years ago
Gregory Maxwell c4a321f5c6 Add peerid to getpeerinfo to allow correlation with the logs. 10 years ago
Cozz Lovan 1b4568cb0f Add vout to ListTransactions output 10 years ago
Wladimir J. van der Laan c715ff52c7 ui: Replace some LogPrintfs with qDebug() 10 years ago
Wladimir J. van der Laan 96ff9d6403 Can't log to debug log before chain params initialized 10 years ago
Cozz Lovan ebdcc360b6 Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis 10 years ago
kazcw 43005cffa3 Fix semantic typo in state.CorruptionPossible check 10 years ago
Pieter Wuille bc42503f6a Use unordered_map for CCoinsViewCache with salted hash 10 years ago
Rune K. Svendsen bdd5b587fc
Add option to disable 077 umask (create new files with system default umask) 10 years ago
JaSK d512534cd7 Fixed error in 'getbalance' when using watchonly addresses. 10 years ago
Wladimir J. van der Laan 49d57125f9
qt: Ignore showNormalIfMinimized in initialization or shutdown 10 years ago
Cozz Lovan 39cc4922fe Fix Watchonly: cs_main lock not held 10 years ago
Cozz Lovan e3496da730 [Qt] Fix No such slot UnitDisplayStatusBarControl::onDisplayUnitsClicked 10 years ago
Cozz Lovan 76fd7b8c26 [Qt] Fix segfault when launched with -disablewallet 10 years ago