index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
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 #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
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
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
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
scripted-diff: Drop redundant QString calls
Hennadii Stepanov
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 #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
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
compat: remove memcpy -> memmove backwards compatibility alias
fanquake
2021-03-10
build: Add QMacStyle support
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 #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
2021-03-08
net_processing: Add review-only assertion to PeerManager
Carl Dong
2021-03-08
scripted-diff: net_processing: Use existing chainman
Carl Dong
[next]