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-01-04
Merge #20736: rpc: Replace boost::variant with std::variant for RPCArg.m_fall...
MarcoFalke
2021-01-03
Merge #20760: test: Set correct nValue for multi-op-return policy check
MarcoFalke
2021-01-03
Merge #20765: fuzz: check that certain script TxoutType are nonstandard
MarcoFalke
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2021-01-02
Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...
MarcoFalke
2021-01-01
rpc: Replace boost::variant with std::variant for RPCArg.m_fallback
MarcoFalke
2020-12-31
Merge #20813: scripted-diff: Bump copyright headers
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-31
fuzz: Remove duplicate ALL_OUTPUT_TYPE array
MarcoFalke
2020-12-31
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2020-12-29
Merge #20377: fuzz: Fill various small fuzzing gaps
MarcoFalke
2020-12-28
fuzz: check that certain script TxoutType are nonstandard
Michael Dietz
2020-12-29
p2p: remove unused legacyWhitelisted variable
Jon Atack
2020-12-28
Merge #162: Add network to peers window and peer details
Wladimir J. van der Laan
2020-12-28
Merge #20755: [rpc] Remove deprecated fields from getpeerinfo
MarcoFalke
2020-12-28
Merge #20771: refactor: Enable -Wswitch for FeeEstimateHorizon
fanquake
2020-12-27
fuzz: Add coverage for CDataStream consumer
practicalswift
2020-12-27
gui: display network in peer details
Jon Atack
2020-12-27
gui: rename peer tab column headers, initialize in .h
Hennadii Stepanov
2020-12-27
gui: add network column in peers tab/window
Jon Atack
2020-12-27
gui: fix broken doxygen formatting in src/qt/guiutil.h
Jon Atack
2020-12-27
gui: create GUIUtil::NetworkToQString() utility function
Jon Atack
2020-12-27
net, rpc: change CNodeStats::m_network from string to Network
Jon Atack
2020-12-27
Merge #20674: fuzz: Call SendMessages after ProcessMessage to increase coverage
fanquake
2020-12-26
[rpc] Remove deprecated "whitelisted" field from getpeerinfo
Amiti Uttarwar
2020-12-26
[rpc] Remove deprecated "banscore" field from getpeerinfo
Amiti Uttarwar
2020-12-26
[rpc] Remove deprecated "addnode" field from getpeerinfo
Amiti Uttarwar
2020-12-26
Merge #20756: [doc] Add missing field (permissions) to the getpeerinfo help
MarcoFalke
2020-12-26
refactor: Enable -Wswitch for FeeEstimateHorizon
MarcoFalke
2020-12-25
Merge #19972: fuzz: Add fuzzing harness for node eviction logic
MarcoFalke
2020-12-25
Merge #15451: [doc] clarify getdata limit after #14897
MarcoFalke
2020-12-25
Merge #20761: fuzz: Check that NULL_DATA is unspendable
MarcoFalke
2020-12-24
Merge #18772: rpc: calculate fees in getblock using BlockUndo data
MarcoFalke
2020-12-24
fuzz: Check that NULL_DATA is unspendable
MarcoFalke
2020-12-24
test: Set correct nValue for multi-op-return policy check
MarcoFalke
2020-12-23
[doc] Add permissions to the getpeerinfo help.
Amiti Uttarwar
2020-12-22
[net processing] Remove dropmessagestest
John Newbery
2020-12-22
Merge #19829: net processing: Move block inventory state to net_processing
MarcoFalke
2020-12-21
fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
practicalswift
2020-12-21
Merge #20731: rpc: Add missing description of vout in getrawtransaction help ...
MarcoFalke
2020-12-21
rpc: Add missing description of vout in getrawtransaction help text
Ben Carman
2020-12-21
Merge #20671: Replace boost::optional with std::optional
Wladimir J. van der Laan
2020-12-20
inline non-member functions with body in fuzzing headers
Patrick Strateman
2020-12-20
[net processing] Guard m_continuation_block with m_block_inv_mutex
John Newbery
2020-12-20
[net processing] Move hashContinue to net processing
John Newbery
2020-12-20
scripted-diff: rename vBlockHashesToAnnounce and vInventoryBlockToSend
John Newbery
2020-12-20
[net processing] Move block inventory data to Peer
John Newbery
2020-12-20
[net processing] Rename nStartingHeight to m_starting_height
John Newbery
2020-12-20
[net processing] Move nStartingHeight to Peer
John Newbery
2020-12-19
[net processing] Improve documentation for Peer destruction/locking
John Newbery
[next]