0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-10 15:46:48 -04:00
bitcoin-core/src/common
Ryan Ofsky 4f74c59334 util: Move util/string.h functions to util namespace
There are no changes to behavior. Changes in this commit are all additions, and
are easiest to review using "git diff -U0 --word-diff-regex=." options.

Motivation for this change is to keep util functions with really generic names
like "Split" and "Join" out of the global namespace so it is easier to see
where these functions are defined, and so they don't interfere with function
overloading, especially since the util library is a dependency of the kernel
library and intended to be used with external code.
2024-05-16 10:16:08 -05:00
..
args.cpp [init] Create deterministic addrman in tests using -test=addrman 2024-01-08 21:54:56 +05:30
args.h [init] Add new command line arg for use only in functional tests 2024-01-08 21:54:55 +05:30
bloom.cpp Use Txid in COutpoint 2023-11-21 13:15:44 +00:00
bloom.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
config.cpp util: Move util/string.h functions to util namespace 2024-05-16 10:16:08 -05:00
init.cpp Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found 2023-05-26 13:33:42 +01:00
init.h Deduplicate bitcoind and bitcoin-qt init code 2023-02-28 12:04:47 -05:00
interfaces.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
messages.cpp util: Move util/string.h functions to util namespace 2024-05-16 10:16:08 -05:00
messages.h util: add TransactionError includes and namespace declarations 2024-05-16 10:16:08 -05:00
run_command.cpp scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes 2024-05-01 08:33:04 +02:00
run_command.h refactor: move run_command from util to common 2022-10-04 21:21:05 +00:00
settings.cpp scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes 2024-05-01 08:33:04 +02:00
settings.h scripted-diff: move settings to common namespace 2023-05-30 17:26:51 +02:00
signmessage.cpp util: move util/message to common/signmessage 2024-05-16 11:16:08 -04:00
signmessage.h util: move util/message to common/signmessage 2024-05-16 11:16:08 -04:00
system.cpp util: Move util/string.h functions to util namespace 2024-05-16 10:16:08 -05:00
system.h scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes 2024-05-01 08:33:04 +02:00
types.h common: Add PSBTError enum 2024-05-16 10:16:08 -05:00
url.cpp common: Don't terminate on null character in UrlDecode 2024-04-24 23:27:50 +02:00
url.h scripted-diff: Modernize name of urlDecode function and param 2024-04-24 23:26:24 +02:00