Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan | |
The fs.* files are already part of the libbitcoin_util library. With the introduction of the fs_helpers.* it makes sense to move fs.* into the util/ directory as well. | |||
2023-03-23 | Add missing fs.h includes | TheCharlatan | |
The inclusion of this header should not depend on the inclusion of other headers that include fs.h themselves. | |||
2021-04-23 | multiprocess: Add Ipc interface implementation | Russell Yanofsky | |