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-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-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
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-06
util: Include full version id in bug reports
MarcoFalke
2022-12-01
util: Add StrFormatInternalBug and STR_INTERNAL_BUG
MarcoFalke
2022-11-22
Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/
fanquake
2022-11-16
util: Move error message formatting of NonFatalCheckError to cpp
MacroFake
2022-11-03
Merge bitcoin/bitcoin#25248: refactor: Add LIFETIMEBOUND / -Wdangling-gsl to ...
fanquake
2022-11-01
util: move threadinterrupt into util
fanquake
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-21
Merge bitcoin/bitcoin#25727: util, config: error on startup if `conf` or `rei...
fanquake
2022-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-10-12
Merge bitcoin/bitcoin#22087: Validate port-options
fanquake
2022-10-10
Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging
MacroFake
2022-10-10
Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its own file
fanquake
2022-10-06
util: warn if reindex is used in conf
josibake
2022-10-06
util: disallow setting conf in bitcoin.conf
josibake
2022-10-05
Validate `port` options
amadeuszpawlik
2022-10-05
Validate port value in `SplitHostPort`
amadeuszpawlik
2022-10-04
refactor: move run_command from util to common
Cory Fields
2022-10-04
kernel: move RunCommandParseJSON to its own file
Cory Fields
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-09-19
Use steady clock for bench logging
MacroFake
2022-09-14
scripted-diff: rename pszThread to thread_name
stickies-v
[next]