bitcoin/src/init
Russell Yanofsky 6544ea5035 refactor: Block unsafe fs::path std::string conversion calls
There is no change in behavior. This just helps prepare for the
transition from boost::filesystem to std::filesystem by avoiding calls
to methods which will be unsafe after the transaction to std::filesystem
to due lack of a boost::filesystem::path::imbue equivalent and inability
to set a predictable locale.

Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Co-authored-by: Kiminuo <kiminuo@protonmail.com>
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
2021-10-05 11:10:47 -04:00
..
bitcoin-node.cpp Start using init makeNode, makeChain, etc methods 2021-08-17 03:05:15 -05:00
bitcoind.cpp Start using init makeNode, makeChain, etc methods 2021-08-17 03:05:15 -05:00
common.cpp refactor: Block unsafe fs::path std::string conversion calls 2021-10-05 11:10:47 -04:00
common.h Move common package version code to init/common 2021-04-19 06:11:38 -04:00