bitcoin/src/common
TheCharlatan c27e4bdc35
move-only: Move settings to the common library
The background of this commit is an ongoing effort to decouple the
libbitcoinkernel library from code that is not strictly required by it.
The settings code belongs into the common library and namespace, since
the kernel library should not depend on it. See doc/design/libraries.md
for more information on this rationale.

Changing the namespace of the moved functions is scripted in the
following commit.
2023-05-30 17:26:47 +02:00
..
args.cpp move-only: Move settings to the common library 2023-05-30 17:26:47 +02:00
args.h move-only: Move settings to the common library 2023-05-30 17:26:47 +02:00
bloom.cpp Use DataStream where possible 2023-01-26 10:44:05 +01:00
bloom.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
config.cpp move-only: Move settings to the common library 2023-05-30 17:26:47 +02: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
run_command.cpp refactor: move run_command from util to common 2022-10-04 21:21:05 +00:00
run_command.h refactor: move run_command from util to common 2022-10-04 21:21:05 +00:00
settings.cpp move-only: Move settings to the common library 2023-05-30 17:26:47 +02:00
settings.h move-only: Move settings to the common library 2023-05-30 17:26:47 +02:00
system.cpp refactor: Move system from util to common library 2023-05-20 12:08:13 +02:00
system.h refactor: Move system from util to common library 2023-05-20 12:08:13 +02:00
url.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
url.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00