index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
2020-09-07
qt: Add flags to prevent a "What's This" button on Windows OS
Hennadii Stepanov
2020-09-05
Merge #19848: Remove mempool global from interfaces
MarcoFalke
2020-09-05
Merge #19728: Increase the ip address relay branching factor for unreachable ...
Wladimir J. van der Laan
2020-09-05
Merge #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStr
MarcoFalke
2020-09-05
doc: Add doxygen comment to IsRBFOptIn
MarcoFalke
2020-09-05
Remove mempool global from interfaces
MarcoFalke
2020-09-05
refactor: Add IsRBFOptInEmptyMempool
MarcoFalke
2020-09-05
Merge #19878: rawtransaction: fix argument in combinerawtransaction help message
MarcoFalke
2020-09-04
rawtransaction: fix argument in combinerawtransaction help message
Matthew Zipkin
2020-09-04
Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...
Wladimir J. van der Laan
2020-09-04
Merge #19854: Avoid locking CTxMemPool::cs recursively in simple cases
Wladimir J. van der Laan
2020-09-04
refactor: Avoid duplicate map lookup in ScriptToAsmStr
João Barbosa
2020-09-03
Merge #19754: wallet, gui: Reload previously loaded wallets on startup
Jonas Schnelli
2020-09-03
Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...
Wladimir J. van der Laan
2020-09-03
Merge #19670: Protect localhost and block-relay-only peers from eviction
Wladimir J. van der Laan
2020-09-03
Merge #19859: qa: Fixes failing functional test by changing version
Wladimir J. van der Laan
2020-09-03
Merge #19724: [net] Cleanup connection types- followups
Wladimir J. van der Laan
2020-09-03
Merge #19805: wallet: Avoid deserializing unused records when salvaging
fanquake
2020-09-03
Merge #19816: test: Rename wait until helper to wait_until_helper
fanquake
2020-09-03
Merge #19844: remove usage of boost::bind
fanquake
2020-09-03
Merge #19861: build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds
fanquake
2020-09-02
[doc] Follow developer notes, add comment about missing default.
Amiti Uttarwar
2020-09-02
[doc] Describe connection types in more depth.
Amiti Uttarwar
2020-09-02
[refactor] Simplify connection type logic in ThreadOpenConnections
Amiti Uttarwar
2020-09-02
[refactor] Simplify check for block-relay-only connection.
Amiti Uttarwar
2020-09-02
[test] Add explicit tests that connection types get set correctly
Amiti Uttarwar
2020-09-02
[trivial] Small style updates
Amiti Uttarwar
2020-09-02
[doc] Explain address handling logic in process messages
Amiti Uttarwar
2020-09-02
[refactor] Restructure logic to check for addr relay.
Amiti Uttarwar
2020-09-02
[net] Remove unnecessary default args on OpenNetworkConnection
Amiti Uttarwar
2020-09-02
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-09-02
build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds
eugene
2020-09-02
Protect localhost and block-relay-only peers from eviction
Suhas Daftuar
2020-09-02
Merge #19840: Avoid callback when -blocknotify is empty
Wladimir J. van der Laan
2020-09-02
Merge #19685: depends: CMake invocation cleanup
fanquake
2020-09-02
Merge #19857: net: improve nLastBlockTime and nLastTXTime documentation
fanquake
2020-09-02
qa: Changes v0.17.1 to v0.17.2
nthumann
2020-09-02
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
Wladimir J. van der Laan
2020-09-02
Merge #14687: zmq: enable tcp keepalive
Jonas Schnelli
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
net: improve nLastBlockTime and nLastTXTime documentation
Jon Atack
2020-09-01
Merge #19105: Add Muhash3072 implementation in Python
Wladimir J. van der Laan
2020-09-01
refactor: CTxMemPool::IsUnbroadcastTx() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::GetTotalTxSize() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::ClearPrioritisation() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::ApplyDelta() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::UpdateChild() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::UpdateParent() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
lint: add C++ code linter
fanquake
[next]