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
/
index
Age
Commit message (
Expand
)
Author
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-04-17
index: race fix, lock cs_main while 'm_synced' is subject to change
Ryan Ofsky
2024-04-01
Fix #29767, set m_synced = true after Commit()
nanlour
2024-03-22
Merge bitcoin/bitcoin#29672: validation: Make translations of fatal errors co...
Ava Chow
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2024-03-20
Merge bitcoin/bitcoin#29671: index: avoid "failed to commit" errors on initia...
Ava Chow
2024-03-19
index: Move last_locator_write_time and logging to end of threadsync loop
Fabian Jahr
2024-03-12
index: decrease ThreadSync cs_main contention
furszy
2024-03-12
index: cache last block filter header
furszy
2024-03-12
index: blockfilter, decouple header lookup into its own function
furszy
2024-03-12
index: blockfilter, decouple Write into its own function
furszy
2024-03-12
bench: basic block filter index initial sync
furszy
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-11
scripted-diff: return error(...); ==> error(...); return false;
MarcoFalke
2024-03-11
refactor: Add missing {} around error() calls
MarcoFalke
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2023-12-04
refactor: Remove calls to StartShutdown from KernelNotifications
Ryan Ofsky
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-20
coinstats: Fix hash_serialized2 calculation
Fabian Jahr
2023-09-30
validation: indexing changes for assumeutxo
James O'Beirne
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-15
Return CAutoFile from BlockManager::Open*File()
MarcoFalke
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-09-12
Merge bitcoin/bitcoin#28427: index: coinstats reorg, fail when block cannot b...
fanquake
2023-09-08
refactor: remove clientversion include from dbwrapper.h
Cory Fields
2023-09-08
index: add [nodiscard] attribute to functions writing to the db
furszy
2023-09-07
index: coinstats reorg, fail when block cannot be reversed
furszy
2023-08-28
Replace READWRITEAS macro with AsBase wrapping function
MarcoFalke
2023-08-17
Remove unused includes from blockfilter.h
MarcoFalke
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-07-10
index: verify blocks data existence only once
furszy
2023-07-10
init: don't start indexes sync thread prematurely
furszy
2023-07-10
refactor: simplify pruning violation check
furszy
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
2023-07-10
refactor: index, decouple 'Init' from 'Start'
furszy
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
scripted-diff: Rename FatalError to FatalErrorf
TheCharlatan
2023-06-16
Remove the syscall sandbox
fanquake
2023-06-08
refactor: index: use `AbortNode` in fatal error helper
Sebastian Falbesoner
2023-05-22
index: prevent race by calling 'CustomInit' prior setting 'synced' flag
furszy
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-17
index: Use first block from locator instead of looking for fork point
Martin Zumsande
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
[next]