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-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
wallet: Add MakeDatabase function
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
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 #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 #19844: remove usage of boost::bind
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
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 #19857: net: improve nLastBlockTime and nLastTXTime documentation
fanquake
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 #19668: Do not hide compile-time thread safety warnings
MarcoFalke
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
remove usage of boost::bind
fanquake
2020-08-31
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-31
Merge #19773: wallet: Avoid recursive lock in IsTrusted
Samuel Dobson
2020-08-31
Merge #19379: tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signat...
MarcoFalke
2020-08-31
Merge #19099: refactor: Move wallet methods out of chain.h and node.h
MarcoFalke
2020-08-31
Merge #19710: bench: Prevent thread oversubscription and decreases the varian...
MarcoFalke
2020-08-31
Merge #19826: Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-31
Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB
fanquake
2020-08-31
Merge #19828: wallet, refactor: Remove duplicate map lookups in GetAddressBal...
fanquake
2020-08-30
Avoid callback when -blocknotify is empty
João Barbosa
2020-08-29
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-29
Do not hide compile-time thread safety warnings
Hennadii Stepanov
2020-08-29
Add missed thread safety annotations
Hennadii Stepanov
2020-08-29
Use LockAssertion utility class instead of AssertLockHeld()
Hennadii Stepanov
2020-08-29
Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...
MarcoFalke
2020-08-29
doc: Document differences in bitcoind and bitcoin-qt locale handling
practicalswift
2020-08-28
Merge #19607: [p2p] Add Peer struct for per-peer data in net processing
Wladimir J. van der Laan
2020-08-28
wallet, refactor: Remove duplicate map lookups in GetAddressBalances
João Barbosa
[next]