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
2020-12-29
Merge #20377: fuzz: Fill various small fuzzing gaps
MarcoFalke
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-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
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-19
Remove unused MakeOptional
MarcoFalke
2020-12-19
psbt: Assert that tx has a value in UpdatePSBTOutput
MarcoFalke
2020-12-18
Merge #20434: contrib: Parse ELF directly for symbol and security checks
Wladimir J. van der Laan
2020-12-18
Merge #20690: Clean up logging of outbound connection type
MarcoFalke
2020-12-18
Merge bitcoin-core/gui#155: Fix checkbox layout in Create Wallet dialog
MarcoFalke
2020-12-18
Merge #20687: wallet: Add missing check for -descriptors wallet tool option
MarcoFalke
2020-12-18
qt: Align layout of checkboxes
Hennadii Stepanov
2020-12-17
wallet: Add missing check for -descriptors wallet tool option
MarcoFalke
2020-12-17
Clean up logging of outbound connection type
Suhas Daftuar
2020-12-17
wallet: Pass ArgsManager into ExecuteWalletToolFunc instead of using global
MarcoFalke
2020-12-17
fuzz: replace CNode code with fuzz/util.h::ConsumeNode()
Jon Atack
[next]