7900 Commits (a4ad37d4ef4bcd81bc9d867b277efdebc86bc2e8)

Author SHA1 Message Date
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 2d5603c7e8 Qt: Sort transactions by date 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
Pedro Branco 0bf6f30262 Prevent multiple calls to ExtractDestination 8 years ago
Jonas Schnelli 04eaa90958
Add more clear interface for CoinControl.h regarding individual feerate 8 years ago
21E14 a4d5855a25 CCoinsViewErrorCatcher raison-d-etre 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 9 years ago
Wladimir J. van der Laan 9eaa0afa6e tinyformat: force USE_VARIADIC_TEMPLATES 9 years ago
Puru 9a8a7d0115 bitcoin-cli.cpp: Use symbolic constant for exit code 9 years ago
Cory Fields de98290155 build: No need to check for leveldb atomics 9 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
Daniel Kraft f7c4f79f07 [trivial] Add missing const qualifiers. 9 years ago
Gregory Maxwell d90351f050 More comments on the design of AttemptToEvictConnection. 9 years ago
Jonas Schnelli 3b35e4896b
[RPC] add feerate option to fundrawtransaction 9 years ago
Pieter Wuille 1953c40aa9 More efficient bitsliced rolling Bloom filter 9 years ago
Pieter Wuille aa62b68745 Benchmark rolling bloom filter 9 years ago
Wladimir J. van der Laan 07e4edb056 auto_ptr → unique_ptr 9 years ago
Wladimir J. van der Laan 073225cb01 chain: define enum used as bit field as uint32_t 9 years ago
21E14 c7aac2d557 Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459. 9 years ago
Kaz Wesley f4ac02ee7c fix race that could fail to persist a ban 9 years ago
Pavel Janík b02119e463 Remove useless argument to AlertNotify. 9 years ago
Suhas Daftuar 383fc10ebb Only use AddInventoryKnown for transactions 9 years ago
Jonas Schnelli e59336fbf9
[bitcoin-tx] allow to set nSequence number over the in= command 9 years ago
Jonas Schnelli a946bb6b18
[RPC] createrawtransaction: add option to set the sequence number per input 9 years ago
Andrew f90efbfeef Create signmessagewithprivkey rpc 9 years ago
Wladimir J. van der Laan 6030625631 test: Add more thorough test for dbwrapper iterators 9 years ago
Wladimir J. van der Laan 84c13e759d chain: Add assertion in case of missing records in index db 9 years ago
Pavel Janík 61c01706cd Log invalid block hash to make debugging easier. 9 years ago
Wladimir J. van der Laan f135e3c943 qt: Add transaction hash to details window title 9 years ago