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-21
crypto: Add MuHash3072 implementation
Fabian Jahr
2020-12-20
crypto: Add Num3072 implementation
Fabian Jahr
2020-12-16
Merge #20575: Do not run functions with necessary side-effects in assert()
Wladimir J. van der Laan
2020-12-16
Merge #20651: net: Make p2p recv buffer timeout 20 minutes for all peers
MarcoFalke
2020-12-16
Merge #20248: test: fix length of R check in key_signature_tests
Wladimir J. van der Laan
2020-12-16
Merge #20661: Only select from addrv2-capable peers for torv3 address relay
Wladimir J. van der Laan
2020-12-16
Merge #20365: wallettool: add parameter to create descriptors wallet
MarcoFalke
2020-12-16
Merge #20605: init: Signal-safe instant shutdown
Wladimir J. van der Laan
2020-12-16
Merge #20477: net: Add unit testing of node eviction logic
MarcoFalke
2020-12-16
Assert eviction at >= 29 candidates. Assert non-eviction at <= 20 candidates.
practicalswift
2020-12-16
test: Add unit testing of node eviction logic
practicalswift
2020-12-16
net: Move eviction node selection logic to SelectNodeToEvict(...)
practicalswift
2020-12-15
Merge #20611: Move TX_MAX_STANDARD_VERSION to policy
Wladimir J. van der Laan
2020-12-15
Only consider addrv2 peers for relay of non-addrv1 addresses
Pieter Wuille
2020-12-15
refactor: add IsAddrCompatible() to CNode
Pieter Wuille
2020-12-15
Merge #20660: Move signet onion seed from v2 to v3
Wladimir J. van der Laan
2020-12-15
Merge #20560: fuzz: Link all targets once
MarcoFalke
2020-12-15
Merge #20653: doc: Move addr relay comment in net to correct place
MarcoFalke
2020-12-15
Merge #20616: Check CJDNS address is valid
Wladimir J. van der Laan
2020-12-15
init: Signal-safe instant shutdown
Wladimir J. van der Laan
2020-12-15
Merge #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses b...
MarcoFalke
2020-12-15
Move signet onion seed from v2 to v3
Sjors Provoost
2020-12-15
Merge #20253: net: use std::chrono throughout maxOutbound logic
fanquake
2020-12-15
Merge bitcoin-core/gui#115: Replace "Hide tray icon" option with positive "Sh...
Jonas Schnelli
2020-12-14
Check if Cjdns address is valid
Lucas Ontivero
2020-12-14
doc: Move add relay comment in net to correct place
MarcoFalke
2020-12-14
build: Add option --enable-danger-fuzz-link-all
MarcoFalke
2020-12-14
[net processing] Tolerate sendheaders and sendcmpct messages before verack
John Newbery
2020-12-14
[net] Make p2p recv buffer timeout 20 minutes for all peers
John Newbery
2020-12-14
Merge #19763: net: don't try to relay to the address' originator
MarcoFalke
2020-12-14
Merge #20624: net processing: Remove nStartingHeight check from block relay
MarcoFalke
2020-12-14
Merge #20592: doc: update wtxidrelay documentation per BIP339
MarcoFalke
2020-12-14
Merge #20617: p2p: Remove m_is_manual_connection from CNodeState
fanquake
2020-12-13
net: use std::chrono throughout maxOutbound logic
fanquake
2020-12-13
init: set nMaxOutboundLimit connection option directly
fanquake
2020-12-13
net: remove nMaxOutboundTimeframe from connection options
fanquake
2020-12-13
net: remove SetMaxOutboundTimeframe
fanquake
2020-12-13
net: remove SetMaxOutboundTarget
fanquake
2020-12-13
Merge #20588: Remove unused and confusing CTransaction constructor
fanquake
2020-12-12
Merge #20079: p2p: Treat handshake misbehavior like unknown message
MarcoFalke
2020-12-12
Merge #20275: wallet: List all wallets in non-SQLite and non-BDB builds
MarcoFalke
2020-12-11
[net processing] Clarify UpdatedBlockTip()
John Newbery
2020-12-11
[net processing] Remove unnecesary nNewHeight variable in UpdatedBlockTip()
John Newbery
2020-12-11
[net processing] Remove nStartingHeight check from block relay
John Newbery
2020-12-11
Merge #19858: Periodically make block-relay connections and sync headers
MarcoFalke
2020-12-10
test: Fix inconsistent lock order in wallet_tests/CreateWallet
Hennadii Stepanov
2020-12-10
[skip ci] sync: Check precondition in LEAVE_CRITICAL_SECTION() macro
Hennadii Stepanov
2020-12-10
sync: Improve CheckLastCritical()
Hennadii Stepanov
2020-12-10
Remove m_is_manual_connection from CNodeState
Antoine Riard
2020-12-10
Clarify comments around outbound peer eviction
Suhas Daftuar
[next]