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-03-26
Merge bitcoin/bitcoin#29242: Mempool util: Add RBF diagram checks for single ...
glozow
2024-03-18
Add FeeFrac utils
Greg Sanders
2024-03-14
Remove unused g++-10 workaround
MarcoFalke
2024-03-13
Merge bitcoin/bitcoin#29606: refactor: Reserve memory for ToLower/ToUpper con...
Ava Chow
2024-03-12
Merge bitcoin/bitcoin#29236: log: Nuke error(...)
fanquake
2024-03-11
Merge bitcoin/bitcoin#29458: refactor: Preallocate result in TryParseHex to a...
Ava Chow
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-08
Reserve memory for ToLower/ToUpper conversions
Lőrinc
2024-03-01
Merge bitcoin/bitcoin#29263: serialization: c++20 endian/byteswap/clz moderni...
fanquake
2024-02-28
Preallocate result in `TryParseHex` to avoid resizing
Lőrinc
2024-02-27
Add transaction_identifier::size to allow Span conversion
dergoegge
2024-02-26
crypto: replace CountBits with std::bit_width
Cory Fields
2024-02-16
kernel: Remove dependency on CScheduler
TheCharlatan
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
[next]