aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Merge #21320: build: fix libnatpmp macos cross compilefanquake
2021-03-03Merge #21324: doc: Update build instructions for FedoraWladimir J. van der Laan
2021-03-03Merge #19288: fuzz: Add fuzzing harness for TorControllerWladimir J. van der Laan
2021-03-03Merge #21346: doc: install qt5 when building on macOSMarcoFalke
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-03-03Merge #18298: build: Fix Qt processing of configure script for depends with D...fanquake
2021-03-03guix: Update darwin native packages dependenciesHennadii Stepanov
2021-03-03doc: install qt5 when building on macOSfanquake
2021-03-03Merge #21339: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditionalfanquake
2021-03-03Merge #21333: build: set Unicode true for NSIS installerfanquake
2021-03-03Merge #21336: Make .gitignore ignore src/test/fuzz/fuzz.exefanquake
2021-03-03Merge #21342: doc: Remove outdated commentfanquake
2021-03-03test: bring p2p_leak.py up to date.Martin Zumsande
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-02doc: Remove outdated commentHennadii Stepanov
2021-03-02build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditionalHennadii Stepanov
2021-03-02build, refactor: Fix indentation for if..then..fiHennadii Stepanov
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-02Make .gitignore ignore src/test/fuzz/fuzz.exeHennadii Stepanov
2021-03-02tests: Add fuzzing harness for TorControllerpracticalswift
2021-03-02torcontrol: Move TorControlReply, TorControlConnection and TorController to i...practicalswift
2021-03-02Merge #20685: Add I2P support using I2P SAMWladimir J. van der Laan
2021-03-02Merge #21310: zmq test: fix sync-up by matching notification to generated blockMarcoFalke
2021-03-02txorphanage: comment improvementsAnthony Towns
2021-03-02build: set Unicode true for NSIS installerfanquake
2021-03-02doc: Update build instructions for FedoraHennadii Stepanov
2021-03-02Merge #21325: lint: Fix spelling errors in commentsfanquake
2021-03-02Merge #21298: guix: Bump time-machine, glibc, and linux-headersfanquake
2021-03-02Merge #21323: guix, doc: Update default HOSTS valuefanquake
2021-03-01validation: Use *this in CChainState::InvalidateBlockCarl Dong
2021-03-01validation: Move LoadBlockIndexDB to CChainStateCarl Dong
2021-03-01validation: Move invalid block handling to CChainStateCarl Dong
2021-03-01validation: Pass in chainstate to CVerifyDB::VerifyDBCarl Dong
2021-03-01validation: Remove global ::VersionBitsTip{State,SinceHeight,Statistics}Carl Dong
2021-03-01validation: Pass in chainstate to ::PruneBlockFilesManualCarl Dong
2021-03-01validation: Pass in chainstate to UpdateTipCarl Dong