bitcoin/src/ipc
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
..
capnp Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
context.h Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
exception.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
interfaces.cpp Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
process.cpp refactor: Block unsafe fs::path std::string conversion calls 2021-10-05 11:10:47 -04:00
process.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
protocol.h Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00