bitcoin/src/util
MarcoFalke faa3ec2304
span: Add std::byte helpers
Also, add Span<std::byte> interface to strencondings.
2021-11-09 17:42:13 +01:00
..
asmap.cpp refactor: Block unsafe fs::path std::string conversion calls 2021-10-05 11:10:47 -04:00
asmap.h [asmap] Make DecodeAsmap() a utility function 2021-09-07 15:24:00 +01:00
bip32.cpp
bip32.h
bytevectorhash.cpp
bytevectorhash.h
check.h
epochguard.h mempool: apply rule of 5 to epochguard.h, fix compiler warnings 2021-07-20 13:58:14 +02:00
error.cpp
error.h
fees.cpp
fees.h
getuniquepath.cpp doc: add missing copyright header to getuniquepath.cpp 2021-09-08 16:28:21 +08:00
getuniquepath.h
golombrice.h
hash_type.h move-only: Add util/hash_type 2021-05-11 10:38:18 +02:00
hasher.cpp
hasher.h doc: remove outdated comment 2021-08-22 17:32:43 +02:00
macros.h
message.cpp
message.h
moneystr.cpp Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus 2021-10-05 09:43:23 +02:00
moneystr.h [MOVEONLY] consensus: move amount.h into consensus 2021-09-30 07:41:57 +08:00
rbf.cpp
rbf.h make MAX_BIP125_RBF_SEQUENCE constexpr 2021-09-20 13:32:28 +01:00
readwritefile.cpp
readwritefile.h
serfloat.cpp Add platform-independent float encoder/decoder 2021-05-24 16:04:44 -07:00
serfloat.h Add platform-independent float encoder/decoder 2021-05-24 16:04:44 -07:00
settings.cpp refactor: Block unsafe fs::path std::string conversion calls 2021-10-05 11:10:47 -04:00
settings.h
sock.cpp Cleanup headers after #20788 2021-09-11 10:47:02 +03:00
sock.h net: flag relevant Sock methods with [[nodiscard]] 2021-04-13 17:26:20 +02:00
spanparsing.cpp Add tr() descriptor (derivation only, no signing) 2021-05-24 12:14:16 -07:00
spanparsing.h
strencodings.cpp span: Add std::byte helpers 2021-11-09 17:42:13 +01:00
strencodings.h span: Add std::byte helpers 2021-11-09 17:42:13 +01:00
string.cpp
string.h refactor: Move MakeUnorderedList into util/string.h to make it reusable 2021-08-06 22:08:24 +03:00
syscall_sandbox.cpp Add missing gettimeofday to syscall sandbox 2021-10-19 12:28:13 +02:00
syscall_sandbox.h Add syscall sandboxing (seccomp-bpf) 2021-10-01 13:51:10 +00:00
system.cpp scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags 2021-10-25 10:44:17 -04:00
system.h scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags 2021-10-25 10:44:17 -04:00
thread.cpp refactor: Make TraceThread a non-template free function 2021-04-25 12:28:44 +03:00
thread.h refactor: Make TraceThread a non-template free function 2021-04-25 12:28:44 +03:00
threadnames.cpp
threadnames.h
time.cpp scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds 2021-05-31 15:11:18 +08:00
time.h scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds 2021-05-31 15:11:18 +08:00
tokenpipe.cpp
tokenpipe.h
trace.h
translation.h Add bilingual_str::clear() 2021-07-01 12:57:12 -04:00
types.h Add util/types.h with ALWAYS_FALSE template 2021-09-07 19:19:02 +02:00
ui_change_type.h
url.cpp
url.h
vector.h