Age | Commit message (Expand) | Author |
2021-03-16 | p2p, refactor: pass and use uint16_t CService::port as uint16_t | Jon Atack |
2021-03-16 | Merge #21407: i2p: limit the size of incoming messages | Wladimir J. van der Laan |
2021-03-16 | Merge #220: Do not translate file extensions | Wladimir J. van der Laan |
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 | 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: Drop redundant QString calls | Hennadii Stepanov |
2021-03-14 | ci, gitian: Drop unneeded python3-dev package for macOS builds | 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-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 | test: use fewer blocks in wallet_groups and move sync call | Jon Atack |
2021-03-11 | Merge #21007: bitcoind: Add -daemonwait option to wait for initialization | Wladimir J. van der Laan |
2021-03-11 | Merge #21376: depends: Qt 5.12.10 | Wladimir J. van der Laan |
2021-03-11 | Merge #21270: [Bundle 4/n] Prune g_chainman usage in validation-adjacent modules | Wladimir J. van der Laan |
2021-03-11 | doc: update developer notes for removal of MakeUnique | fanquake |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2021-03-10 | Merge bitcoin-core/gui#229: Fix regression with initial sorting after pr205 | MarcoFalke |