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
/
test
Age
Commit message (
Expand
)
Author
2023-04-20
test: prevent intermittent failures
Amiti Uttarwar
2023-04-20
Merge bitcoin/bitcoin#25325: Add pool based memory resource
Andrew Chow
2023-04-20
Merge bitcoin/bitcoin#27214: addrman: Enable selecting addresses by network
Andrew Chow
2023-04-18
doc: update references to kernel/chainparams.cpp
fanquake
2023-04-17
bugfix: rest: avoid segfault for invalid URI
pablomartin4btc
2023-04-11
Merge bitcoin/bitcoin#26662: fuzz: Add HeadersSyncState target
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-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
fuzz: Remove legacy int parse fuzz tests
MarcoFalke
2023-03-27
[net] Pass nRecvFloodSize to CNode
dergoegge
2023-03-27
Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...
fanquake
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-23
Use PoolAllocator for CCoinsMap
Martin Leitner-Ankerl
2023-03-23
Call ReallocateCache() on each Flush()
Martin Leitner-Ankerl
2023-03-23
Add PoolResource fuzzer
Martin Leitner-Ankerl
2023-03-23
Calculate memory usage correctly for unordered_maps that use PoolAllocator
Martin Leitner-Ankerl
2023-03-23
Add pool based memory resource & allocator
Martin Leitner-Ankerl
2023-03-23
Merge bitcoin/bitcoin#27257: refactor, net: End friendship of CNode, CConnman...
fanquake
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-03-22
test: Remove unused Check* default constructors
MarcoFalke
2023-03-22
Merge bitcoin/bitcoin#26749: refactor: Use move semantics instead of custom s...
fanquake
2023-03-21
test: Default initialize `should_freeze` to `true`
Hennadii Stepanov
2023-03-21
refactor: Drop no longer used `swap` member functions
Hennadii Stepanov
2023-03-21
refactor: Use move semantics in `CCheckQueue::Loop`
Hennadii Stepanov
2023-03-21
clang-tidy, test: Fix bugprone-use-after-move in `Correct_Queue_range()`
Hennadii Stepanov
2023-03-21
refactor: Make move semantics explicit for callers
Hennadii Stepanov
2023-03-21
refactor: Use move semantics in `CCheckQueue::Add`
Hennadii Stepanov
2023-03-21
test, refactor: Avoid `CScriptCheck::swap` in `transaction_tests`
Hennadii Stepanov
2023-03-21
Refactor: Remove unused FlatFilePos::SetNull
MarcoFalke
2023-03-19
[net] Deduplicate marking received message for processing
dergoegge
2023-03-17
test: increase coverage of addrman select (without network)
Amiti Uttarwar
2023-03-17
test: add addrman test for special case
Amiti Uttarwar
2023-03-17
tests: add addrman_select_by_network test
Amiti Uttarwar
2023-03-17
scripted-diff: rename local variables to match modern conventions
Amiti Uttarwar
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
2023-03-09
util: fix argsman dupe key error
willcl-ark
2023-03-08
Merge bitcoin/bitcoin#25696: build: Re-enable external signer on Windows
Andrew Chow
2023-03-07
Merge bitcoin/bitcoin#25740: assumeutxo: background validation completion
Andrew Chow
2023-03-07
test: add snapshot completion unittests
James O'Beirne
2023-03-07
Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init code
Andrew Chow
2023-03-03
Fixed a couple of typos in comments to make linter happy
hernanmarino
2023-03-03
Merge bitcoin/bitcoin#26612: refactor: RPC: pass named argument value as stri...
fanquake
2023-02-28
Merge bitcoin/bitcoin#27165: Make miniscript_{stable,smart} fuzzers avoid too...
fanquake
2023-02-28
Extend bilingual_str support for tinyformat
Ryan Ofsky
2023-02-28
Merge bitcoin/bitcoin#23897: refactor: Move calculation logic out from `Check...
glozow
[next]