aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-06-29refactor: remove in-code warning suppressionfanquake
2023-06-20scripted-diff: Following the C++ Standard rules for identifiers with _.Brotcrunsher
2023-05-30scripted-diff: move settings to common namespaceTheCharlatan
2023-05-30move-only: Move settings to the common libraryTheCharlatan
2023-05-30Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...fanquake
2023-05-26Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is foundfanquake
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-10refactor: Use ChainType enum exhaustivelyTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-05-09refactor: Introduce ChainType getters for ArgsManagerTheCharlatan
2023-04-21bugfix: Fix incorrect debug.log config file pathRyan Ofsky
2023-04-21init: Error if ignored bitcoin.conf file is foundRyan Ofsky
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-02-28Deduplicate bitcoind and bitcoin-qt init codeRyan Ofsky
2023-01-26Use DataStream where possibleMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-29refactor: Rename ambiguous interfaces::MakeHandler functionsRyan Ofsky
2022-11-29refactor: Move src/interfaces/*.cpp files to libbitcoin_common.aRyan Ofsky
2022-10-31refactor: move url.h/cpp from lib util to lib commonfanquake
2022-10-04refactor: move run_command from util to commonCory Fields
2022-04-22refactor: make GetRand a template, remove GetRandIntpasta
2022-02-01refactor: Fixup uint64_t-cast style in touched lineMarcoFalke
2022-01-31Fix implicit-integer-sign-change in bloomMarcoFalke
2022-01-27Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serializelaanwj
2022-01-07Add FastRange32 function and use it throughout the codebasePieter Wuille
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05scripted-diff: Move bloom to src/commonMarcoFalke