aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-09Merge #21397: fuzz: Bump FuzzedDataProvider.hMarcoFalke
2021-03-09fuzz: Bump FuzzedDataProvider.hMarcoFalke
2021-03-09Merge #21370: Use C++11 member initializer in CNodeStatefanquake
2021-03-09Merge #18842: wallet: Mark replaced tx to not be in the mempool anymoreMarcoFalke
2021-03-09Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...Samuel Dobson
2021-03-08Merge bitcoin-core/gui#233: qt test: Don't bind to regtest portMarcoFalke
2021-03-08Merge #21371: fuzz: fix gcc Woverloaded-virtual build warningsMarcoFalke
2021-03-07Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe...MarcoFalke
2021-03-07Merge #19771: net: Replace enum CConnMan::NumConnections with enum class Conn...MarcoFalke
2021-03-07Merge bitcoin-core/gui#166: refactor: Use enum type as switch argument in *Ta...MarcoFalke
2021-03-07Merge #21334: test: Additional (refactored) BIP9 testsMarcoFalke
2021-03-07wallet: Mark replaced tx to not be in the mempool anymoreMarcoFalke
2021-03-06qt test: Don't bind to regtest portAndrew Chow
2021-03-06Merge #21209: build: use newer source for libnatpmpfanquake
2021-03-05fuzz: fix gcc Woverloaded-virtual build warningsJon Atack
2021-03-05Use C++11 member initializer in CNodeStateMarcoFalke
2021-03-05Merge bitcoin-core/gui#217: qt: Make warning label look clickableMarcoFalke
2021-03-05Merge #21364: fuzz: Avoid -Wreturn-type warningsfanquake
2021-03-05Merge #21246: doc: Correction for VerifyTaprootCommitment commentsfanquake
2021-03-04fuzz: Avoid -Wreturn-type warningspracticalswift
2021-03-04net: Replace enum CConnMan::NumConnections with enum class ConnectionDirectionLuke Dashjr
2021-03-04Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...Wladimir J. van der Laan
2021-03-04Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in ...fanquake
2021-03-04Merge #21358: fuzz: Add missing include (test/util/setup_common.h)fanquake
2021-03-04Merge #21015: Make all of net_processing (and some of net) use std::chrono typesfanquake
2021-03-04Merge #21148: Split orphan handling from net_processing into txorphanageWladimir J. van der Laan
2021-03-04fuzz: Add missing include (test/util/setup_common.h)MarcoFalke
2021-03-04build: compile libnatpmp with -DNATPMP_STATICLIB on Windowsfanquake
2021-03-03validation: CVerifyDB::VerifyDB: Use locking annotationCarl Dong
2021-03-03validation: Use existing chain member in CChainState::LoadGenesisBlockCarl Dong
2021-03-03validation: Use existing chain member in CChainState::AcceptBlockCarl Dong
2021-03-03validation: Pass in chain to FindBlockPos+SaveBlockToDiskCarl Dong
2021-03-03validation: Use *this in CChainState::ActivateBestChainStepCarl Dong
2021-03-03validation: Pass in chainstate to CTxMemPool::checkCarl Dong
2021-03-03Merge #20406: util: Avoid invalid integer negation in FormatMoney and ValueFr...Wladimir J. van der Laan
2021-03-03Make tx relay data structure use std::chrono typesPieter Wuille
2021-03-03Make all Poisson delays use std::chrono typesPieter Wuille
2021-03-03Convert block/header sync timeouts to std::chrono typesPieter Wuille
2021-03-03Change all ping times to std::chrono typesPieter Wuille
2021-03-03Merge #20877: netinfo: user help and argument parsing improvementsWladimir J. van der Laan
2021-03-03Merge #19203: net: Add regression fuzz harness for CVE-2017-18350. Add Fuzzed...MarcoFalke
2021-03-03tests: check never active versionbitsAnthony Towns
2021-03-03tests: more helpful errors for failing versionbits testsAnthony Towns
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-03-02fuzz: Add FUZZED_SOCKET_FAKE_LATENCY mode to FuzzedSock to allow for fuzzing ...practicalswift
2021-03-02fuzz: Add fuzzing harness for Socks5(...)practicalswift
2021-03-02util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount...practicalswift
2021-03-02util: Avoid invalid integer negation in FormatMoney: make FormatMoney(const C...practicalswift
2021-03-02tests: Add fuzzing harness for TorControllerpracticalswift
2021-03-02torcontrol: Move TorControlReply, TorControlConnection and TorController to i...practicalswift