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
2024-02-27
Add transaction_identifier::size to allow Span conversion
dergoegge
2024-01-05
doc: Clarify C++20 comments
MarcoFalke
2023-12-14
Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup
Ava Chow
2023-12-14
Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...
Ava Chow
2023-12-14
refactor: Rename fs::path::u8string() to fs::path::utf8string()
MarcoFalke
2023-12-13
Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath
fanquake
2023-12-11
refactor: Remove pre-C++20 fs code
MarcoFalke
2023-12-11
Add tests for C++20 std::u8string
MarcoFalke
2023-12-11
refactor: Avoid copy/move in fs.h
MarcoFalke
2023-12-07
Revert "tracepoints: Disables `-Wgnu-zero-variadic-macro-arguments` to compil...
MarcoFalke
2023-12-04
util: Get rid of uncaught exceptions thrown by SignalInterrupt class
Ryan Ofsky
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-26
Remove DirIsWritable, GetUniquePath
MarcoFalke
2023-10-26
Return LockResult::ErrorWrite in LockDirectory
MarcoFalke
2023-10-26
refactor: Return enum in LockDirectory
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
[next]