Age | Commit message (Expand) | Author |
2021-03-16 | Merge #21438: test: add ParseUInt8() test coverage | Wladimir J. van der Laan |
2021-03-16 | Merge #21405: compat: remove memcpy -> memmove backwards compatibility alias | Wladimir J. van der Laan |
2021-03-16 | Merge #21444: net, doc: Doxygen updates and fixes in netbase.{h,cpp} | Wladimir J. van der Laan |
2021-03-16 | test: add a test to ensure RecvUntilTerminator() limit works | Vasil Dimov |
2021-03-16 | i2p: limit the size of incoming messages | Vasil Dimov |
2021-03-16 | Always add -daemonwait to known command line arguments | Hennadii Stepanov |
2021-03-16 | Merge bitcoin-core/gui#246: Revert "qt: Use "fusion" style on macOS Big Sur w... | MarcoFalke |
2021-03-15 | refactor: reuse test string with embedded null char in util_tests | Jon Atack |
2021-03-15 | test: add ParseUInt8() unit and fuzz test coverage | Jon Atack |
2021-03-15 | Merge #21446: Update vcpkg checkout commit | MarcoFalke |
2021-03-15 | Merge #21141: wallet: Add new format string placeholders for walletnotify | Wladimir J. van der Laan |
2021-03-15 | Merge #19259: fuzz: Add fuzzing harness for LoadMempool(...) and DumpMempool(... | MarcoFalke |
2021-03-15 | Merge #21398: doc: Update fuzzing docs for afl-clang-lto | MarcoFalke |
2021-03-15 | Update vcpkg checkout commit. | Aaron Clauson |
2021-03-15 | Add new format string placeholders for walletnotify to include relevant block... | Maayan Keshet |
2021-03-15 | Merge #21424: Net processing: Tidy up CNodeState ctor | MarcoFalke |
2021-03-15 | Merge #21443: fuzz: Implement fuzzed_dns_lookup_function as a lambda | MarcoFalke |
2021-03-15 | net: fix hSocket param in netbase.h::ConnectSocketDirectly() | Jon Atack |
2021-03-15 | net: move Doxygen docs from netbase.cpp to netbase.h | Jon Atack |
2021-03-15 | tests: Add fuzzing harness for LoadMempool(...) and DumpMempool(...) | practicalswift |
2021-03-15 | net: update incorrect Doxygen documentation in netbase.cpp | Jon Atack |
2021-03-15 | fuzz: Implement fuzzed_dns_lookup_function as lambda | practicalswift |
2021-03-15 | Merge #19415: net: Make DNS lookup mockable, add fuzzing harness | MarcoFalke |
2021-03-15 | Merge #21426: rpc: remove scantxoutset EXPERIMENTAL warning | MarcoFalke |
2021-03-15 | rpc: remove scantxoutset EXPERIMENTAL warning | Jon Atack |
2021-03-15 | Merge #21035: Remove pointer cast in CRPCTable::dumpArgMap | MarcoFalke |
2021-03-15 | Merge bitcoin-core/gui#250: scripted-diff: Drop redundant QString calls | MarcoFalke |
2021-03-15 | Merge #20556: rpc: Properly document return values (submitblock, gettxout, ge... | fanquake |
2021-03-15 | Merge #21437: gitian, ci: Drop unneeded python3-dev package for macOS builds | fanquake |
2021-03-15 | scripted-diff: remove Optional & nullopt | fanquake |
2021-03-15 | scripted-diff: Drop redundant QString calls | Hennadii Stepanov |
2021-03-14 | ci, gitian: Drop unneeded python3-dev package for macOS builds | Hennadii Stepanov |
2021-03-14 | doc: Update zlib info in dependencies.md | Hennadii Stepanov |
2021-03-13 | Merge #21111: Improve OpenRC initscript | MarcoFalke |
2021-03-12 | Revert "qt: Use "fusion" style on macOS Big Sur with old Qt" | Hennadii Stepanov |
2021-03-12 | [net processing] Add ChainSyncTimeoutState default initializers | John Newbery |
2021-03-12 | [net processing] Remove CNodeState ctor body | John Newbery |
2021-03-12 | Merge #21404: refactor: Remove MakeUnique<T>() | MarcoFalke |
2021-03-12 | Merge #21394: [doc] Improve comment about protected peers | fanquake |
2021-03-12 | build: don't try and use -fstack-clash-protection on Windows | fanquake |
2021-03-11 | validation: Make DumpMempool(...) and LoadMempool(...) easier to test/fuzz/mock | practicalswift |
2021-03-11 | tests: Set errno in FuzzedFileProvider. Implement seek(..., ..., SEEK_END). | practicalswift |
2021-03-11 | Merge bitcoin-core/gui#188: Write PSBTs to file with binary mode | MarcoFalke |
2021-03-11 | Merge #21411: test: add logging, reduce blocks, move sync_all in wallet_ groups | MarcoFalke |
2021-03-11 | Merge #21380: tests: Add fuzzing harness for versionbits | MarcoFalke |
2021-03-19 | Merge #21423: build: Cleanups and follow ups after bumping Qt to 5.12.10 | fanquake |
2021-03-19 | tests: Add fuzzing harness for versionbits | Anthony Towns |
2021-03-19 | Merge #21471: bugfix: fix bech32_encode calls in gen_key_io_test_vectors.py | fanquake |
2021-03-18 | bugfix: fix bech32_encode calls in gen_key_io_test_vectors.py | Pieter Wuille |
2021-03-18 | Merge #20861: BIP 350: Implement Bech32m and use it for v1+ segwit addresses | Wladimir J. van der Laan |