aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)Author
2021-05-16Process: import pdb::Process from winapi-debugEgor Tensin
2021-05-16Handle: is_invalid -> is_validEgor Tensin
2021-05-16File: make public child of HandleEgor Tensin
2021-05-16File: add get_size/query_idEgor Tensin
2021-05-04move away from variable-size intsEgor Tensin
2021-05-04fix compiler warningsEgor Tensin
2021-05-04get rid of SafeIntEgor Tensin
2021-02-24use SafeInt to make integers a bit more safeEgor Tensin
2020-10-27code styleEgor Tensin
2020-10-27VS 2013 workaroundsEgor Tensin
2020-10-27rework Process API & testsEgor Tensin
2020-10-25Process: add termination methodsEgor Tensin
2020-10-23Handle: add static is_invalid() methodEgor Tensin
2020-10-21code styleEgor Tensin
2020-10-21add Shared{Memory,Object} classesEgor Tensin
2020-10-19Process: add runas()Egor Tensin
2020-10-18stream.hpp -> process_io.hpp, move IO thereEgor Tensin
2020-10-18"return std::move" is evilEgor Tensin
2020-10-18add Sid classEgor Tensin
2020-10-18Process: add get_exe_path()Egor Tensin
2020-10-18Process: add methods to load resource stringsEgor Tensin
2020-10-17process_tests: remove temp filesEgor Tensin
2020-10-17CommandLine: refactoringEgor Tensin
2020-10-17CommandLine: add MSDN test casesEgor Tensin
2020-10-16File: refactoringEgor Tensin
2020-10-16CommandLine: saner APIEgor Tensin
2020-10-16add path.hpp: CanonicalPath class, etc.Egor Tensin
2020-10-16Process: add get_exit_code()Egor Tensin
2020-10-16add a separate Buffer classEgor Tensin
2020-10-16Process: support pipe redirectionEgor Tensin
2020-10-15WIP: add simple Process classEgor Tensin
2020-10-14cmd_line.cpp: move implementation from cmd_line.hppEgor Tensin
2020-10-14add error-handling functionsEgor Tensin