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
2023-04-05
Merge bitcoin/bitcoin#27404: ci: use clang-16 in tidy task
fanquake
2023-04-05
Merge bitcoin/bitcoin#27317: log: Check that the timestamp string is non-empt...
fanquake
2023-04-05
ci: use clang-16 in tidy task
fanquake
2023-04-03
refactor: don't avoid sys/types.h on when building for Windows
fanquake
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-04-02
Merge bitcoin/bitcoin#27382: miniscript: explicit cast instead of comparing i...
fanquake
2023-04-02
Merge bitcoin/bitcoin#27379: net processing: #26140 follow-ups
fanquake
2023-04-01
Merge bitcoin-core/gui#724: Update translation source file for v25.0 string f...
Hennadii Stepanov
2023-03-31
Merge bitcoin/bitcoin#27274: refactor: remove unused param from legacy pubkey...
fanquake
2023-03-31
miniscript: explicit cast instead of comparing integers of different signs
Antoine Poinsot
2023-03-31
qt: Update translation source file
Hennadii Stepanov
2023-03-31
qt: Adjust plural forms for translations
Hennadii Stepanov
2023-03-31
GUI: Send: Make feerates translatable
Luke Dashjr
2023-03-31
Bugfix: GUI: Send/PSBT: Correct virtual size unit and make translatable
Luke Dashjr
2023-03-31
Bugfix: GUI: transactiondesc: Translate outlier "own address" and "watch-only"
Luke Dashjr
2023-03-31
GUI: Use translated external signer errors for messagebox text
Luke Dashjr
2023-03-31
GUI: Make messages for copying unsigned PSBTs translatable
Luke Dashjr
2023-03-31
Bugfix: GUI: Debug info: Use correct "kB" case for small mempool sizes, and m...
Luke Dashjr
2023-03-31
GUI: PSBTOperationsDialog: Support translating window title
Luke Dashjr
2023-03-31
GUI: Intro: Support translating caption of data directory chooser
Luke Dashjr
2023-03-31
GUI: Support translating peer network names
Luke Dashjr
2023-03-31
GUI: Support translating address type dropdown entries
Luke Dashjr
2023-03-31
[net processing] Pass TxRelay to FindTxForGetData instead of Peer
dergoegge
2023-03-31
[net processin] Don't take cs_main in FindTxForGetData
dergoegge
2023-03-30
scripted-diff: Rename nUnconnectingHeaders and fPreferHeaders
dergoegge
2023-03-30
[net processing] Move m_recently_announced_invs from CNodeState to Peer
dergoegge
2023-03-30
[net processing] Annotate m_recently_announced_invs as guarded by g_msgproc_m...
dergoegge
2023-03-30
[net processing] Move fPreferHeaders from CNodeState to Peer
dergoegge
2023-03-30
[net processing] Annotate fPreferHeaders as guarded by g_msgproc_mutex
dergoegge
2023-03-30
[net processing] Move m_headers_sync_timeout from CNodeState to Peer
dergoegge
2023-03-30
[net processing] Annotate m_headers_sync_timeout as guarded by g_msgproc_mutex
dergoegge
2023-03-30
[net processing] Move nUnconnectingHeaders from CNodeState to Peer
dergoegge
2023-03-30
[net processing] Annotate nUnconnectingHeaders as guarded by g_msgproc_mutex
dergoegge
2023-03-30
[validation] Annotate ChainstateManager::m_best_header as guarded by cs_main
dergoegge
2023-03-30
refactor: Drop no longer used `CNetMsgMaker` instances
Hennadii Stepanov
2023-03-28
Merge bitcoin/bitcoin#27344: fuzz: Remove legacy int parse fuzz tests
fanquake
2023-03-28
Merge bitcoin/bitcoin#27324: net: #27257 follow-ups
fanquake
2023-03-27
test: Fix intermittent failure in ChainStateManager tests
Martin Zumsande
2023-03-27
Merge bitcoin-core/gui#693: Fix segfault when shutdown during wallet open
Hennadii Stepanov
2023-03-27
fuzz: Remove legacy int parse fuzz tests
MarcoFalke
2023-03-27
[net] Pass nRecvFloodSize to CNode
dergoegge
2023-03-27
[net] Remove trivial GetConnectionType() getter
dergoegge
2023-03-27
[net] Delete CNetMessage copy constructor/assignment op
dergoegge
2023-03-27
Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...
fanquake
2023-03-26
clang-tidy: Exclude `performance-*` checks rather including them
Hennadii Stepanov
2023-03-26
clang-tidy: Add `performance-type-promotion-in-math-fn` check
Hennadii Stepanov
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-26
clang-tidy: Add `performance-faster-string-find` check
Hennadii Stepanov
2023-03-23
Merge bitcoin/bitcoin#26957: bench: update logging benchmarks
Andrew Chow
2023-03-23
Check that the Timestamp String is valid
John Moffett
[next]