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
2024-03-21
refactor: Avoid implicit-signed-integer-truncation-or-sign-change in Freedesk...
MarcoFalke
2024-03-21
refactor: Avoid implicit-integer-sign-change in createTransaction
MarcoFalke
2024-03-20
Merge bitcoin/bitcoin#29671: index: avoid "failed to commit" errors on initia...
Ava Chow
2024-03-20
Merge bitcoin/bitcoin#29370: assumeutxo: Get rid of faked nTx and nChainTx va...
Ava Chow
2024-03-20
Merge bitcoin/bitcoin#27039: blockstorage: do not flush block to disk if it i...
Ava Chow
2024-03-20
Merge bitcoin/bitcoin#28955: index: block filters sync, reduce disk read oper...
Ava Chow
2024-03-19
index: Move last_locator_write_time and logging to end of threadsync loop
Fabian Jahr
2024-03-19
Merge bitcoin/bitcoin#29192: Weaken serfloat tests
fanquake
2024-03-19
Merge bitcoin/bitcoin#29667: fuzz: actually test garbage >64b in p2p transpor...
fanquake
2024-03-18
Merge bitcoin/bitcoin#28950: RPC: Add maxfeerate and maxburnamount args to su...
glozow
2024-03-18
assumeutxo: Remove BLOCK_ASSUMED_VALID flag
Ryan Ofsky
2024-03-18
assumeutxo: Get rid of faked nTx and nChainTx values
Ryan Ofsky
2024-03-18
doc: Improve comments describing setBlockIndexCandidates checks
Ryan Ofsky
2024-03-18
validation: Check GuessVerificationProgress is not called with disconnected b...
Ryan Ofsky
2024-03-18
Merge bitcoin/bitcoin#29659: ci: Bump `TIDY_LLVM_V`
fanquake
2024-03-17
fuzz: actually test garbage >64b in p2p transport test
Pieter Wuille
2024-03-15
ci: Bump `TIDY_LLVM_V`
Hennadii Stepanov
2024-03-14
Remove unused g++-10 workaround
MarcoFalke
2024-03-13
netbase: remove unnecessary log message
Matthew Zipkin
2024-03-13
Merge bitcoin/bitcoin#28193: test: add script compression coverage for not-on...
Ava Chow
2024-03-13
RPC: Add maxfeerate and maxburnamount args to submitpackage
Greg Sanders
2024-03-13
Merge bitcoin/bitcoin#29606: refactor: Reserve memory for ToLower/ToUpper con...
Ava Chow
2024-03-13
Merge bitcoin/bitcoin#29619: refactor: consolidate MempoolAcceptResult proces...
Ava Chow
2024-03-13
Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...
Ava Chow
2024-03-12
Merge bitcoin/bitcoin#29633: log: Remove error() reference
fanquake
2024-03-12
Merge bitcoin/bitcoin#26415: rpc,rest,zmq: faster getblock, NotifyBlock and r...
Ava Chow
2024-03-12
Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connections
Ava Chow
2024-03-12
rest: read raw block in rest_block and deserialize for json
Andrew Toth
2024-03-12
rpc: read raw block in getblock and deserialize for verbosity > 0
Andrew Toth
2024-03-12
zmq: read raw block with ReadRawBlockFromDisk
Andrew Toth
2024-03-12
blockstorage: check nPos in ReadRawBlockFromDisk before seeking back
Andrew Toth
2024-03-12
Merge bitcoin/bitcoin#29306: policy: enable sibling eviction for v3 transactions
Ava Chow
2024-03-12
log: Remove error() reference
Fabian Jahr
2024-03-12
refactor: init, simplify index shutdown code
furszy
2024-03-12
index: decrease ThreadSync cs_main contention
furszy
2024-03-12
index: cache last block filter header
furszy
2024-03-12
blockstorage: do not flush block to disk if it is already there
Matthew Zipkin
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-12
Merge bitcoin/bitcoin#29236: log: Nuke error(...)
fanquake
2024-03-11
Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...
Ava Chow
2024-03-11
Merge bitcoin/bitcoin#29458: refactor: Preallocate result in TryParseHex to a...
Ava Chow
2024-03-11
Merge bitcoin/bitcoin#29586: wallet: default wallet migration, modify inconve...
Ava Chow
2024-03-11
refactor: Remove unused error()
MarcoFalke
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-11
refactor: Make error() return type void
MarcoFalke
2024-03-11
scripted-diff: return error(...); ==> error(...); return false;
MarcoFalke
2024-03-11
refactor: Add missing {} around error() calls
MarcoFalke
2024-03-11
Merge bitcoin/bitcoin#28120: p2p: make block download logic aware of limited ...
Ava Chow
[next]