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-09-15
Merge bitcoin/bitcoin#28452: Do not use std::vector = {} to release memory
fanquake
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-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
2023-05-08
refactor: Remove unused GetTimeMillis
MarcoFalke
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-04
tracepoints: Disables `-Wgnu-zero-variadic-macro-arguments` to compile withou...
Martin Leitner-Ankerl
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-26
clang-tidy: Add `performance-faster-string-find` check
Hennadii Stepanov
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-03-23
Merge bitcoin/bitcoin#27233: refactor: Replace GetTimeMicros by SystemClock
fanquake
2023-03-14
Merge bitcoin/bitcoin#27238: refactor: Split logging utilities from system.h
fanquake
2023-03-13
refactor: Move error() from util/system.h to logging.h
Ben Woosley
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-03-09
util: fix argsman dupe key error
willcl-ark
2023-03-09
refactor: Replace GetTimeMicros by SystemClock
MarcoFalke
2023-03-08
Merge bitcoin/bitcoin#27189: util: Use steady clock in SeedStrengthen, FindBe...
fanquake
2023-03-07
Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init code
Andrew Chow
2023-03-07
util: Work around ParseHex gcc cross compiler bug
MarcoFalke
2023-03-03
util: add missing include and fix function signature
Cory Fields
2023-03-02
Use steady clock in SeedStrengthen and FindBestImplementation
MarcoFalke
2023-02-28
Deduplicate bitcoind and bitcoin-qt init code
Ryan Ofsky
2023-02-28
Extend bilingual_str support for tinyformat
Ryan Ofsky
2023-02-28
Merge bitcoin/bitcoin#27170: refactor: Stop using gArgs global in system.cpp
Andrew Chow
[next]