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
2022-05-12
Merge bitcoin/bitcoin#25102: Remove unused GetTimeSeconds
MacroFake
2022-05-12
Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...
MacroFake
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-05-08
Add time helpers for std::chrono::steady_clock
MarcoFalke
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-04
Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerror
laanwj
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-05-04
Extend Split to work with multiple separators
Martin Leitner-Ankerl
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-05-02
Guard `#include <config/bitcoin-config.h>`
Hennadii Stepanov
2022-04-28
Merge bitcoin/bitcoin#24988: lint: Mention NONFATAL_UNREACHABLE in lint-asser...
fanquake
2022-04-28
util: Increase buffer size to 1024 in SysErrorString
laanwj
2022-04-28
util: Refactor SysErrorString logic
laanwj
2022-04-28
util: Use strerror_s for SysErrorString on Windows
laanwj
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} take string_view arguments
Pieter Wuille
2022-04-27
Generalize ConvertBits to permit transforming the input
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-27
Reject incorrect base64 in HTTP auth
Pieter Wuille
2022-04-27
Make SanitizeString use string_view
Pieter Wuille
2022-04-27
Make IsHexNumber use string_view
Pieter Wuille
2022-04-27
Make IsHex use string_view
Pieter Wuille
2022-04-27
Make ParseHex use string_view
Pieter Wuille
2022-04-26
Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...
fanquake
2022-04-26
lint: Mention NONFATAL_UNREACHABLE in lint-assertions.py
MacroFake
2022-04-24
Merge bitcoin/bitcoin#24812: util/check: Add CHECK_NONFATAL identity function...
MarcoFalke
2022-04-22
refactor: make GetRand a template, remove GetRandInt
pasta
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-21
Merge bitcoin/bitcoin#24213: refactor: use Span in random.*
laanwj
2022-04-19
Merge bitcoin/bitcoin#24357: refactor: make setsockopt() and SetSocketNoDelay...
laanwj
2022-04-17
util: optimizes HexStr
Martin Leitner-Ankerl
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-04-16
Simplify GetTime
MarcoFalke
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-04-05
Remove gui-only syscalls
MarcoFalke
2022-04-05
init: Disable syscall sandbox in the bitcoin-qt process
MarcoFalke
2022-04-13
Merge bitcoin/bitcoin#24355: util, refactor: Add UNIQUE_NAME helper macro
laanwj
2022-04-04
Merge bitcoin/bitcoin#24729: util/check: avoid unused parameter warnings
MarcoFalke
2022-04-01
refactor: add missing std:: includes to threadnames.cpp
fanquake
2022-04-01
doc: remove incorrect mention of PR_GET_NAME
fanquake
2022-04-01
util/check: avoid unused parameter warnings
Anthony Towns
2022-03-31
Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Assume
MarcoFalke
2022-03-30
util/check: stop using lambda for Assert/Assume
Anthony Towns
2022-03-30
Merge bitcoin/bitcoin#24690: util: Add inotify_rm_watch to syscall sandbox (A...
fanquake
2022-03-29
Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78
laanwj
2022-03-28
util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem)
Hennadii Stepanov
[next]