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-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
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
2023-02-28
docs: GetDataDirNet and GetDataDirBase don't create datadir
stickies-v
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2023-02-27
Merge bitcoin/bitcoin#25227: Handle invalid hex encoding in ParseHex
fanquake
2023-02-27
util: Return empty vector on invalid hex encoding
MarcoFalke
2023-02-23
Merge bitcoin/bitcoin#27073: Convert ArgsManager::GetDataDir to a read-only f...
Andrew Chow
2023-02-23
Merge bitcoin/bitcoin#25943: rpc: Add a parameter to sendrawtransaction which...
Andrew Chow
2023-02-23
util: make GetDataDir read-only & create datadir..
willcl-ark
2023-02-23
util: add ArgsManager datadir helper functions
willcl-ark
2023-02-20
Add test for unspendable transactions and parameter 'maxburnamount' to sendra...
David Gumberg
2023-02-13
Merge bitcoin/bitcoin#27011: Add simulation-based `CCoinsViewCache` fuzzer
merge-script
2023-02-06
Apply default umask in `SetupEnvironment()`
Hennadii Stepanov
2023-02-02
Add deterministic mode to CCoinsViewCache
Pieter Wuille
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-24
refactor: Remove c_str from util/check
MarcoFalke
[next]