Commit message (Collapse) | Author | ||
---|---|---|---|
2021-05-16 | remove VS 2013 cruft | Egor Tensin | |
2021-05-16 | File: make public child of Handle | Egor Tensin | |
2021-05-16 | File: add get_size/query_id | Egor Tensin | |
2020-10-27 | code style | Egor Tensin | |
Don't use brace initialization in constructors, VS 2013 doesn't like that. | |||
2020-10-17 | process_tests: remove temp files | Egor Tensin | |
2020-10-16 | File: refactoring | Egor Tensin | |
2020-10-16 | add path.hpp: CanonicalPath class, etc. | Egor Tensin | |
Apparently, relative paths in the Win32 namespace (e.g. \\?\test.txt) are not a thing. | |||
2020-10-16 | Process: support pipe redirection | Egor Tensin | |
2020-10-15 | WIP: add simple Process class | Egor Tensin | |