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-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-07-28
Merge #19613: travis: Re-enable s390x
MarcoFalke
2020-07-28
travis: Re-enable s390x
MarcoFalke
2020-07-28
Merge #19519: ci: Increase CCACHE_SIZE in some builds on Travis
MarcoFalke
2020-07-28
Merge #19530: depends: build LTO support into Apple's ld64
fanquake
2020-07-28
Merge #19595: Fix .gitignore for src/test/fuzz directory
fanquake
2020-07-28
Merge #19583: p2p: clean up Misbehaving()
fanquake
2020-07-28
Merge #19589: rpc: Avoid useless mempool query in gettxoutproof
fanquake
2020-07-27
Merge #19593: refactor: Drop unused CBufferedFile::Seek()
Wladimir J. van der Laan
2020-07-27
Fix .gitignore for src/test/fuzz directory
Hennadii Stepanov
2020-07-26
refactor: Drop unused CBufferedFile::Seek()
Hennadii Stepanov
2020-07-26
Merge #19508: Work around memory-aliasing in descriptor ParsePubkey
MarcoFalke
2020-07-26
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-07-26
rpc: Style fixups in gettxoutproof
MarcoFalke
2020-07-25
[net processing] Tidy up Misbehaving()
John Newbery
2020-07-25
[net processing] Always supply debug message to Misbehaving()
John Newbery
2020-07-25
[net processing] Fixup MaybeDiscourageAndDisconnect() style
John Newbery
2020-07-24
Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisc...
Wladimir J. van der Laan
2020-07-24
Merge #19565: build: call AC_PATH_TOOL for dsymutil in macOS cross-compile
fanquake
2020-07-23
Merge #15935: Add <datadir>/settings.json persistent settings storage
MarcoFalke
2020-07-23
Merge #19473: net: Add -networkactive option
MarcoFalke
2020-07-23
Merge #19334: wallet: Introduce WalletDatabase abstract class
Samuel Dobson
2020-07-22
test: Add test coverage for -networkactive option
Hennadii Stepanov
2020-07-22
net: Log network activity status change unconditionally
Hennadii Stepanov
2020-07-22
net: Add -networkactive option
Hennadii Stepanov
2020-07-22
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-22
Merge #19526: log: Avoid treating remote misbehvior as local system error
Wladimir J. van der Laan
2020-07-22
Merge #19370: Static asserts for consistency of fee defaults
Wladimir J. van der Laan
2020-07-22
Merge #19553: build: pass -fcommon when building genisoimage
Wladimir J. van der Laan
2020-07-22
build: call AC_PATH_TOOL for dsymutil in macOS cross-compile
fanquake
2020-07-22
Merge #19562: test: Fix fuzzer compilation on macOS
fanquake
2020-07-22
Merge #19548: fuzz: add missing overrides to signature_checker
fanquake
2020-07-22
Merge #18907: walletdb: Don't remove database transaction logs and instead error
MarcoFalke
2020-07-22
fuzz: add missing overrides to signature_checker
Jon Atack
2020-07-21
test: Fix fuzzer compilation on macOS
freenancial
2020-07-21
Merge #19217: p2p: disambiguate block-relay-only variable names from blockson...
MarcoFalke
2020-07-21
Merge #19552: test: fix intermittent failure in p2p_ibd_txrelay
MarcoFalke
2020-07-21
Merge #19560: contrib: Clean up previous_releases.py
fanquake
2020-07-21
Merge #18984: Remove unnecessary input blockfile SetPos
MarcoFalke
2020-07-21
contrib: Clean up previous_releases.py
MarcoFalke
2020-07-21
Merge #19205: script: previous_release.sh rewritten in python
MarcoFalke
[next]