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
/
util
Age
Commit message (
Expand
)
Author
2023-11-27
Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications target
fanquake
2023-11-24
Export assert from util/check.h
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-13
Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
fanquake
2023-11-07
Merge bitcoin/bitcoin#28649: Do the SOCKS5 handshake reliably
Andrew Chow
2023-11-02
Merge bitcoin/bitcoin#28172: refactor: use string_view for passing string lit...
Andrew Chow
2023-10-31
sock: change Sock::SendComplete() to take Span
Vasil Dimov
2023-10-30
Bump g++ minimum supported version to 10
MarcoFalke
2023-10-30
Merge bitcoin/bitcoin#28737: doc: Fix bugprone-lambda-function-name errors
fanquake
2023-10-27
refactor: Add LIFETIMEBOUND to all (w)txid getters
MarcoFalke
2023-10-26
Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers
Andrew Chow
2023-10-26
Fix bugprone-lambda-function-name errors
MarcoFalke
2023-10-20
build: Include `config/bitcoin-config.h` explicitly in `util/trace.h`
Hennadii Stepanov
2023-10-12
Introduce types for txids & wtxids
dergoegge
2023-10-03
Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock()
Ryan Ofsky
2023-09-30
chainparams: add blockhash to AssumeutxoData
James O'Beirne
2023-09-19
Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead...
fanquake
2023-09-15
Merge bitcoin/bitcoin#28452: Do not use std::vector = {} to release memory
fanquake
2023-09-14
refactor: Replace <filesystem> with <util/fs.h>
MarcoFalke
2023-09-13
Do not use std::vector = {} to release memory
Pieter Wuille
2023-09-12
[refactor] Remove compat.h from kernel headers
TheCharlatan
2023-09-12
Make WitnessUnknown members private
Andrew Chow
2023-08-25
net: remove Sock default constructor, it's not necessary
Vasil Dimov
2023-08-25
net: remove now unnecessary Sock::Get()
Vasil Dimov
2023-08-24
doc: remove out-of-date external link in src/util/strencodings.h
Jon Atack
2023-08-18
removed StrFormatInternalBug quote delimitation
Reese Russell
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-07
Merge bitcoin/bitcoin#27401: tracepoints: Disables `-Wgnu-zero-variadic-macro...
fanquake
2023-07-20
Merge bitcoin/bitcoin#26654: util: Show descriptive error messages when FileC...
fanquake
2023-07-17
refactor: use Span for SipHash::Write
Sebastian Falbesoner
2023-06-30
Consolidate Win32-specific error formatting
John Moffett
2023-06-30
Show descriptive error messages when FileCommit fails
John Moffett
2023-06-28
util: Add SignalInterrupt class and use in shutdown.cpp
TheCharlatan
2023-06-16
Remove the syscall sandbox
fanquake
2023-06-15
refactor: Avoid copy of bilingual_str when formatting, Fix ADL violation
MarcoFalke
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-29
Merge bitcoin/bitcoin#27765: test: Throw error when -signetchallenge is non-hex
fanquake
2023-05-25
test: Throw error when -signetchallenge is non-hex
MarcoFalke
2023-05-24
util: Add void support to util::Result
MarcoFalke
2023-05-22
fuzz: Print error message when FUZZ is missing
MarcoFalke
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
refactor: Split util::AnyPtr into its own file
TheCharlatan
2023-05-20
refactor: Split util::insert into its own file
TheCharlatan
2023-05-20
refactor: Move ScheduleBatchPriority to its own file
TheCharlatan
2023-05-09
Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library
fanquake
2023-05-09
Merge bitcoin/bitcoin#27594: refactor: Remove unused GetTimeMillis
fanquake
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-09
refactor: Create chaintype files
TheCharlatan
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
[next]