7222 Commits (2ca8962a095ee29709316d163508f26ab1c340ae)

Author SHA1 Message Date
Warren Togami bf9266e017 Use Socks5ErrorString() to decode error responses from socks proxy. 8 years ago
Ethan Heilman 2a8b3589b5 Fix typo adddrman to addrman as requested in #8070 8 years ago
EthanHeilman f4119c6c98 Remove non-determinism which is breaking net_tests #8069 8 years ago
Pieter Wuille a68ec21f7e Use SipHash-2-4 for address relay selection 8 years ago
Pieter Wuille 8cc9cfe160 Switch CTxMempool::mapTx to use a hash index for txids 8 years ago
Pieter Wuille 382c871d28 Use SipHash-2-4 for CCoinsCache index 8 years ago
Pieter Wuille 0b1295b066 Add SipHash-2-4 primitives to hash 8 years ago
Warren Togami 94fd1d8d53 Make Socks5() InterruptibleRecv() timeout/failures informative. 8 years ago
Pieter Wuille b4d24e142e Report reindexing progress in GUI 8 years ago
Pieter Wuille d3d7547911 Add -reindex-chainstate that does not rebuild block index 8 years ago
Pieter Wuille fb8fad1586 Optimize ActivateBestChain for long chains 8 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 8 years ago
Pieter Wuille d253ec4baa Make ProcessNewBlock dbp const and update comment 8 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 8 years ago
Daniel Kraft f93c2a1b7e net: Avoid duplicate getheaders requests. 8 years ago
Jonas Schnelli 34ebceb25a
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX 8 years ago
Tyler Hardin 8b0e497028 Qt: Add option to hide the system tray icon 8 years ago
Wladimir J. van der Laan 32114dd634 bench: Add crypto hash benchmarks 8 years ago
Chris Stewart 10e83d7956 Adding basic tests for OP_CSV inside of script_tests.json 8 years ago
Cory Fields 5d5e7a097a net: No need to export ConnectNode 8 years ago
Cory Fields e9ed6206b3 net: No need to export DumpBanlist 8 years ago
Cory Fields 8b8f87714d net: make Ban/Unban/ClearBan functionality consistent 8 years ago
MarcoFalke fa72f7d99d [doc] Remove outdated line from listunspent RPC help, fix typo 8 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 8 years ago
Tyler Hardin 3902a291ab Qt: Delay user confirmation of send 8 years ago
Warren Togami 0d9af79e50 SOCKS5 connecting and connected messages with -debug=net. 8 years ago
Warren Togami 00678bdb0a Make failures to connect via Socks5() more informative and less unnecessarily scary. 8 years ago
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 8 years ago
Chirag Davé 326231611b fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 8 years ago
Patrick Strateman 0fd599767d Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 8 years ago
Pavel Janík 166e4b0dfa Notify other serviceQueue thread we are finished to prevent deadlocks. 8 years ago
Pavel Janík db18ab28c7 Reenable multithread scheduler test. 8 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 8 years ago
Kaz Wesley e53e7c5473 don't run ThreadMessageHandler at lowered priority 8 years ago
Cory Fields cca221fd21 net: Drop CNodeRef for AttemptToEvictConnection 8 years ago
Cory Fields 563f375cde net: use the exposed GetNodeSignals() rather than g_signals directly 8 years ago
Cory Fields 9faa4902cd net: remove unused set 8 years ago
Cory Fields 52cbce287a net: don't import std namespace 8 years ago
Wladimir J. van der Laan f0188f9178 http: use std::move to move HTTPRequest into HTTPWorkItem 8 years ago
Wladimir J. van der Laan 37b21372a0 http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequest 8 years ago
Wladimir J. van der Laan f97b410fdd http: Add log message when work queue is full 8 years ago
Wladimir J. van der Laan 091d6e0499 http: Do a pending c++11 simplification 8 years ago
EthanHeilman 1475ecf611 Fix de-serialization bug where AddrMan is corrupted after exception 8 years ago
Wladimir J. van der Laan 08d7b563e9 util: switch LogPrint and error to variadic templates 8 years ago
Wladimir J. van der Laan 9eaa0afa6e tinyformat: force USE_VARIADIC_TEMPLATES 8 years ago
Puru 9a8a7d0115 bitcoin-cli.cpp: Use symbolic constant for exit code 8 years ago
Cory Fields de98290155 build: No need to check for leveldb atomics 8 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 8 years ago
Daniel Kraft f7c4f79f07 [trivial] Add missing const qualifiers. 8 years ago
Gregory Maxwell d90351f050 More comments on the design of AttemptToEvictConnection. 8 years ago