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-08-10
Merge #19596: Deduplicate parent txid loop of requested transactions and miss...
Wladimir J. van der Laan
2020-08-10
Merge #17563: lib: fix a compiler warning: unused GetDevURandom()
fanquake
2020-08-09
Merge #19660: refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-09
Merge #19638: Replace `hidden service` with `onion service`
Wladimir J. van der Laan
2020-08-08
Merge #19672: build: make clean removes .gcda and .gcno files from fuzz direc...
MarcoFalke
2020-08-07
[net] Remove unnecessary default args on CNode constructor
Amiti Uttarwar
2020-08-07
[refactor] Remove IsOutboundDisconnectionCandidate
Amiti Uttarwar
2020-08-07
[net/refactor] Simplify multiple-connection checks
Amiti Uttarwar
2020-08-07
[net/refactor] Rework ThreadOpenConnections logic
Amiti Uttarwar
2020-08-07
[net] Fix bug where AddrFetch connections would be counted as outbound full r...
Amiti Uttarwar
2020-08-07
[net/refactor] Clarify logic for selecting connections in ThreadOpenConnections
Amiti Uttarwar
2020-08-07
[net/refactor] Remove fInbound flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove m_addr_fetch member var from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove fFeeler flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove m_manual_connection flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Add connection type as a member var to CNode
Amiti Uttarwar
2020-08-07
[doc] Describe different connection types
Amiti Uttarwar
2020-08-07
[net/refactor] Add AddrFetch connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Extract m_addr_known logic from initializer list
Amiti Uttarwar
2020-08-07
[net/refactor] Add block relay only connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Add feeler connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Add manual connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-08-07
scripted-diff: Rename OneShot to AddrFetch
Amiti Uttarwar
2020-08-07
Replace `hidden service` with `onion service`
Riccardo Masutti
2020-08-07
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-08-07
Merge #19620: Add txids with non-standard inputs to reject filter
fanquake
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
build: make clean removes .gcda and .gcno files from fuzz directory
eugene
2020-08-06
wallet: try -avoidpartialspends mode and use its result if fees are below thr...
Karl-Johan Alm
2020-08-05
Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() use
Wladimir J. van der Laan
2020-08-05
Merge #15382: util: add RunCommandParseJSON
Samuel Dobson
2020-08-04
Deduplicate missing parents of orphan transactions
Suhas Daftuar
2020-08-04
Rewrite parent txid loop of requested transactions
Suhas Daftuar
2020-08-04
Add txids with non-standard inputs to reject filter
Suhas Daftuar
2020-08-04
Merge #19340: Preserve the `LockData` initial state if "potential deadlock de...
MarcoFalke
2020-08-04
Merge #19634: rpc: Document getwalletinfo's unlocked_until field as optional
fanquake
2020-08-03
Merge #19326: Simplify hash.h interface using Spans
Wladimir J. van der Laan
2020-08-03
Merge #18991: Cache responses to GETADDR to prevent topology leaks
Wladimir J. van der Laan
2020-08-02
rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-02
rpc: Limit echo to 10 args
MarcoFalke
2020-08-02
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-08-02
rpc: Treat all args after a hidden arg as hidden as well
MarcoFalke
2020-08-02
rpc: document returned error fields as optional if applicable
Sebastian Falbesoner
2020-08-02
test: Add LockStackEmpty()
Hennadii Stepanov
2020-08-02
test: Repeat deadlock tests
Hennadii Stepanov
2020-08-02
Preserve initial state if push_lock() throws exception
Hennadii Stepanov
2020-08-01
scripted-diff: Remove Reference Links
Robert
2020-07-31
rpc: Document getwalletinfo's unlocked_until field as optional
Justin Moon
2020-07-31
Merge #19569: Enable fetching of orphan parents from wtxid peers
fanquake
[prev]
[next]