aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-08doc: Fix bitcoin-unterminated-logprintf tidy commentsMarcoFalke
2023-08-07Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headersfanquake
2023-08-07Merge bitcoin/bitcoin#28231: doc: remove Fedora libdb4-*-devel install docsfanquake
2023-08-07Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy pluginfanquake
2023-08-07Merge bitcoin/bitcoin#27401: tracepoints: Disables `-Wgnu-zero-variadic-macro...fanquake
2023-08-07doc: remove Fedora libdb4-*-devel install docsfanquake
2023-08-07Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...fanquake
2023-08-06Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...fanquake
2023-08-05refactor: Correct dbwrapper key namingTheCharlatan
2023-08-05build: Remove leveldb from BITCOIN_INCLUDESTheCharlatan
2023-08-05refactor: Move CDBWrapper leveldb members to their own context structTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::EstimateSize implementationTheCharlatan
2023-08-05refactor: Move HandleError to dbwrapper implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::Exists implementationTheCharlatan
2023-08-05refactor: Fix logging.h includesTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::Read implementationTheCharlatan
2023-08-05refactor: Pimpl leveldb::Iterator for CDBIteratorTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::GetValue implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::GetKey implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::Seek implementationTheCharlatan
2023-08-05refactor: Pimpl leveldb::batch for CDBBatchTheCharlatan
2023-08-05refactor: Split dbwrapper CDBatch::Erase implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBBatch::Write implementationTheCharlatan
2023-08-04Merge bitcoin/bitcoin#28213: scripted-diff: Specify Python major version expl...fanquake
2023-08-04Merge bitcoin/bitcoin#28203: refactor: serialization simplificationsfanquake
2023-08-03p2p: network-specific management of outbound connectionsMartin Zumsande
2023-08-03test: Add test for outbound protection by networkMartin Zumsande
2023-08-03p2p: Protect extra full outbound peers by networkMartin Zumsande
2023-08-03p2p: Introduce data struct to track connection counts by networkAmiti Uttarwar
2023-08-03Merge bitcoin/bitcoin#28161: ci: Move ASan USDT to persistent_workerfanquake
2023-08-03tidy: Integrate bicoin-tidy clang-tidy pluginfanquake
2023-08-03refactor: fix unterminated LogPrintf()sfanquake
2023-08-03lint: remove /* Continued */ markers from codebasefanquake
2023-08-03lint: remove lint-logs.pyfanquake
2023-08-03lint: drop DIR_IWYU globalfanquake
2023-08-03Merge bitcoin/bitcoin#27832: doc: Clarify -datacarriersize, add -datacarriers...fanquake
2023-08-03Merge bitcoin/bitcoin#27918: fuzz: addrman, avoid `ConsumeDeserializable` whe...fanquake
2023-08-03scripted-diff: Specify Python major version explicitly on WindowsHennadii Stepanov
2023-08-03Merge bitcoin/bitcoin#28059: refactor: Make more transaction size variables s...glozow
2023-08-03Merge bitcoin/bitcoin#28204: qa: Close SQLite connection properlyfanquake
2023-08-03refactor: use "if constexpr" in std::vector's Unserialize()Martin Leitner-Ankerl
2023-08-03refactor: use "if constexpr" in std::vector's Serialize()Martin Leitner-Ankerl
2023-08-03refactor: use "if constexpr" in prevector's Unserialize()Martin Leitner-Ankerl
2023-08-03refactor: use "if constexpr" in prevector's Serialize()Martin Leitner-Ankerl
2023-08-03refactor: use fold expressions instead of recursive calls in UnserializeMany()Martin Leitner-Ankerl
2023-08-03refactor: use fold expressions instead of recursive calls in SerializeMany()Martin Leitner-Ankerl
2023-08-02qa: Close SQLite connection properlyHennadii Stepanov
2023-08-02Merge bitcoin/bitcoin#27452: test: cover addrv2 anchors by adding TorV3 to CA...fanquake
2023-08-02Merge bitcoin/bitcoin#27572: test: dedup file hashing using `sha256sum_file` ...fanquake
2023-08-01refactor: Wrap DestroyDB in dbwrapper helperTheCharlatan