Age | Commit message (Expand) | Author |
2021-03-15 | net: move Doxygen docs from netbase.cpp to netbase.h | Jon Atack |
2021-03-15 | net: update incorrect Doxygen documentation in netbase.cpp | Jon Atack |
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 | Merge #21404: refactor: Remove MakeUnique<T>() | MarcoFalke |
2021-03-12 | Merge #21394: [doc] Improve comment about protected peers | fanquake |
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 |
2021-03-10 | Merge #21395: Net processing: Remove unused CNode.address member | MarcoFalke |
2021-03-10 | Merge #21331: rpc: replace wallet raw pointers with references (#18592 rebased) | MarcoFalke |
2021-03-10 | Merge #21388: doc: Rename fuzz seed_dir to corpus_dir | MarcoFalke |
2021-03-10 | build: update qt qpaint non determinism patch for 5.12.10 | fanquake |
2021-03-10 | build: update qt no-xlib patch for 5.12.10 | fanquake |
2021-03-10 | build: update qt android jni static patch for 5.12.10 | fanquake |
2021-03-10 | build: update qt lrelease patch for 5.12.10 | fanquake |
2021-03-10 | build, qt: Fix lib paths in *.pc files | Hennadii Stepanov |
2021-03-10 | build: disable qt SDK version checking | fanquake |
2021-03-10 | build: Add QMacStyle support | Hennadii Stepanov |
2021-03-10 | build: revert to using Qts internal zlib | fanquake |
2021-03-10 | build: qt 5.12.10 | fanquake |
2021-03-10 | build: Add xkbcommon 0.8.4 | Hennadii Stepanov |
2021-03-10 | build: only pass -optimized-tools to qt in debug mode | fanquake |
2021-03-10 | Merge #21400: build: Fix regression introduced in #21363 | fanquake |
2021-03-09 | build, qt: Fix regression introduced in #21363 | Hennadii Stepanov |
2021-03-09 | Merge #21397: fuzz: Bump FuzzedDataProvider.h | MarcoFalke |
2021-03-09 | fuzz: Bump FuzzedDataProvider.h | MarcoFalke |
2021-03-09 | [net processing] Remove unused CNode.address member | John Newbery |
2021-03-09 | Merge #21370: Use C++11 member initializer in CNodeState | fanquake |
2021-03-09 | Merge #21382: build: Clean remnants of QTBUG-34748 fix | fanquake |
2021-03-09 | Merge #21363: build, qt: Improve Qt static plugins/libs check code | fanquake |
2021-03-09 | Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore | MarcoFalke |
2021-03-08 | [doc] Improve comment about protected peers | Amiti Uttarwar |
2021-03-08 | tests: Add fuzzing harness for Lookup(...)/LookupHost(...)/LookupNumeric(...)... | practicalswift |
2021-03-08 | net: Make DNS lookup code testable | practicalswift |
2021-03-09 | Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil... | Samuel Dobson |