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-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
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
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
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
Merge #19668: Do not hide compile-time thread safety warnings
MarcoFalke
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Merge #19507: Expand functional zmq transaction tests
Wladimir J. van der Laan
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
Merge #19842: Update the vcpkg checkout commit ID in appveyor config
MarcoFalke
2020-08-31
Merge #19813: util, ci: Hard code previous release tarball checksums
MarcoFalke
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
Update the vcpkg checkout commit ID in appveyor config.
Aaron Clauson
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-31
Merge #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles
fanquake
2020-08-30
Merge #19839: Set appveyor VM version to previous Visual Studio 2019 release
MarcoFalke
2020-08-30
Avoid callback when -blocknotify is empty
João Barbosa
2020-08-30
Set appveyor vm version to previous Visual Studio 2019 release.
Aaron Clauson
2020-08-29
doc: Add best practice for annotating/asserting locks
Hennadii Stepanov
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 #18921: build: add stack-clash and control-flow protection options to h...
Wladimir J. van der Laan
2020-08-29
util: Hard code previous release tarball checksums
Hennadii Stepanov
2020-08-29
scripted-diff: Move previous_release.py to test/get_previous_releases.py
Hennadii Stepanov
2020-08-29
Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...
MarcoFalke
2020-08-29
test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles
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
2020-08-28
Merge bitcoin-core/gui#39: Add visual accenting for the 'Create new receiving...
MarcoFalke
2020-08-28
Merge #19797: net: Remove old check for 3-byte shifted IP addresses from pre-...
MarcoFalke
2020-08-28
Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check}
Wladimir J. van der Laan
2020-08-28
Merge #19646: doc: Updated outdated help command for getblocktemplate
Wladimir J. van der Laan
2020-08-28
Merge #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annot...
fanquake
2020-08-28
Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messages
Raúl Martínez (RME)
2020-08-28
Merge #19822: chain: Fix CChain comparison UB by removing it (it was unused)
fanquake
2020-08-28
wallet: Avoid recursive lock in IsTrusted
João Barbosa
[next]