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-07-23
fix: Make TxidFromString() respect string_view length
Hodlinator
2024-07-11
Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default
merge-script
2024-07-10
util: Catch translation string errors at compile time
MarcoFalke
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-07-01
random: get rid of GetRand by inlining
Pieter Wuille
2024-06-27
Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...
Ryan Ofsky
2024-06-27
util: add perm string helper functions
willcl-ark
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-12
Merge bitcoin/bitcoin#30268: util: add missing VecDeque include
glozow
2024-06-11
utils: add missing include
Cory Fields
2024-06-10
util: add BitSet
Pieter Wuille
2024-06-06
util: add VecDeque
Pieter Wuille
2024-05-21
build: remove --enable-threadlocal
fanquake
2024-05-16
util: avoid using thread_local variable that has a destructor
Vasil Dimov
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
util: move error.h TransactionError enum to node/types.h
Ryan Ofsky
2024-05-16
util: move spanparsing.h to script/parsing.h
Ryan Ofsky
2024-05-16
util: move spanparsing.h Split functions to string.h
Ryan Ofsky
2024-05-16
util: move HexStr and HexDigit from util to crypto
TheCharlatan
2024-05-16
util: move util/message to common/signmessage
Ryan Ofsky
2024-05-10
refactor, subprocess: Remove unused stream API calls
Hennadii Stepanov
2024-05-10
refactor, subprocess: Remove unused `Popen::child_created_` data member
Hennadii Stepanov
2024-05-10
refactor, subprocess: Remove unused `Popen::poll()`
Hennadii Stepanov
2024-05-10
refactor, subprocess: Remove `Popen::pid()`
Hennadii Stepanov
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-02
Merge bitcoin/bitcoin#29961: refactor: remove remaining unused code from cpp-...
Ava Chow
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#29983: msvc: Compile `test\fuzz\bitdeque.cpp`
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29906: Disable util::Result copying and assignment
Ava Chow
2024-04-29
Merge bitcoin/bitcoin#29872: test: Add missing Assert(mock_time_in >= 0s) to ...
merge-script
2024-04-28
update comments in cpp-subprocess (check_output references)
Sebastian Falbesoner
2024-04-28
remove unused method `Popen::kill` from cpp-subprocess
Sebastian Falbesoner
2024-04-28
refactor: Fix "error C2248: cannot access private member" on MSVC
Hennadii Stepanov
2024-04-25
refactor: Avoid copying util::Result values
Ryan Ofsky
2024-04-25
refactor: Drop util::Result operator=
Ryan Ofsky
2024-04-25
remove commented out code in cpp-subprocess
Sebastian Falbesoner
2024-04-25
remove unused templates from cpp-subprocess
Sebastian Falbesoner
2024-04-24
Merge bitcoin/bitcoin#29757: feefrac: avoid explicitly computing diagram; com...
glozow
2024-04-23
Replace locale-dependent `std::strerror` with `SysErrorString`
Hennadii Stepanov
2024-04-23
refactor: Rename `subprocess.hpp` to follow our header name conventions
Hennadii Stepanov
2024-04-23
Merge bitcoin/bitcoin#29865: util: remove unused cpp-subprocess options
Ava Chow
2024-04-23
remove unneeded environment option from cpp-subprocess
Sebastian Falbesoner
2024-04-22
Avoid explicitly computing diagram; compare based on chunks
Pieter Wuille
2024-04-16
remove unneeded cwd option from cpp-subprocess
Sebastian Falbesoner
2024-04-16
remove unneeded bufsize option from cpp-subprocess
Sebastian Falbesoner
2024-04-16
remove unneeded close_fds option from cpp-subprocess
Sebastian Falbesoner
2024-04-16
remove unneeded session_leader option from cpp-subprocess
Sebastian Falbesoner
2024-04-16
remove unneeded defer_spawn option from cpp-subprocess
Sebastian Falbesoner
[next]