aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-16refactor: clean up external_signer.h includesSjors Provoost
2021-06-16fuzz: fix fuzz binary linking orderSjors Provoost
2021-06-16Merge bitcoin/bitcoin#22144: Randomize message processing peer orderfanquake
2021-06-16build: improve detection of eBPF supportfanquake
2021-06-15test: check rejected future block later acceptedLuke Dashjr
2021-06-15test: kill process group to avoid dangling processesS3RK
2021-06-15Merge bitcoin/bitcoin#22247: Switch Appveyor CI to VS2019 stable imagefanquake
2021-06-15Merge bitcoin-core/gui#362: Add keyboard shortcuts to context menusHennadii Stepanov
2021-06-14guix-attest: Error out if SHA256SUMS is unexpectedCarl Dong
2021-06-14Switch Appveyor CI to VS2019 stable imageAaron Clauson
2021-06-14devtools: Add xkb version to symbol-checkW. J. van der Laan
2021-06-14devtools: Fix verneed section parsing in pixieW. J. van der Laan
2021-06-14Merge bitcoin/bitcoin#19238: refactor: Make CAddrMan::cs non-recursiveMarcoFalke
2021-06-14refactor: Make CAddrMan::cs non-recursiveHennadii Stepanov
2021-06-14Add AssertLockHeld to CAddrMan private functionsHennadii Stepanov
2021-06-14Add thread safety annotations to CAddrMan public functionsHennadii Stepanov
2021-06-14refactor: Avoid recursive locking in CAddrMan::ClearHennadii Stepanov
2021-06-14refactor: Apply consistent pattern for CAddrMan::Check usageHennadii Stepanov
2021-06-14refactor: Avoid recursive locking in CAddrMan::CheckHennadii Stepanov
2021-06-14refactor: Fix CAddrMan::Check styleHennadii Stepanov
2021-06-14Make CAddrMan::Check privateHennadii Stepanov
2021-06-14refactor: Avoid recursive locking in CAddrMan::sizeHennadii Stepanov
2021-06-14test: Drop excessive locking in CAddrManTest::SimConnFailHennadii Stepanov
2021-06-14Merge bitcoin/bitcoin#21261: p2p: update inbound eviction protection for mult...W. J. van der Laan
2021-06-14test: add combined I2P/onion/localhost eviction protection testsJon Atack
2021-06-14test: add tests for inbound eviction protection of I2P peersJon Atack
2021-06-14p2p: extend inbound eviction protection by network to I2P peersJon Atack
2021-06-14test: add combined onion/localhost eviction protection coverageJon Atack
2021-06-14p2p: remove unused m_is_onion member from NodeEvictionCandidate structJon Atack
2021-06-14p2p: remove unused CompareLocalHostTimeConnected()Jon Atack
2021-06-14p2p: remove unused CompareOnionTimeConnected()Jon Atack
2021-06-14p2p: update ProtectEvictionCandidatesByRatio() doxygen docsJon Atack
2021-06-14p2p: make ProtectEvictionCandidatesByRatio() fully ratio-basedJon Atack
2021-06-14Bugfix: GUI: Use a different shortcut for "1 d&ay" banning, due to conflict w...Luke Dashjr
2021-06-14Merge bitcoin/bitcoin#22230: build: Fix MSVC linker /SubSystem option for bit...fanquake
2021-06-14Merge bitcoin/bitcoin#22224: Update msvc and appveyor builds to use Qt5.12.11...fanquake
2021-06-13test: remove combined onion/localhost eviction protection testsJon Atack
2021-06-13p2p: add CompareNodeNetworkTime() comparator structJon Atack
2021-06-13p2p: add m_network to NodeEvictionCandidate structJon Atack
2021-06-13p2p, refactor: rename vEvictionCandidates to eviction_candidatesJon Atack
2021-06-13p2p, refactor: improve constness in ProtectEvictionCandidatesByRatio()Jon Atack
2021-06-13test: add ALL_NETWORKS to test utilitiesJon Atack
2021-06-13test: speed up and simplify peer_eviction_testJon Atack
2021-06-13Merge bitcoin/bitcoin#21941: fuzz: Call const member functions in addrman fuz...MarcoFalke
2021-06-13Merge bitcoin/bitcoin#22130: test: refactor: dedup utility function chain_tra...MarcoFalke
2021-06-13fuzz: Call const member functions in addrman fuzz test only onceMarcoFalke
2021-06-13Merge bitcoin/bitcoin#22102: Remove `Warning:` from warning message printed f...MarcoFalke
2021-06-12GUI: Add keyboard shortcuts for other context menusLuke Dashjr
2021-06-12GUI: Restore keyboard shortcuts for context menu entriesLuke Dashjr
2021-06-12Add support for SIGHASH_DEFAULT in RPCs, and make it defaultPieter Wuille