aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (unfollow)
Commit message (Expand)Author
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-24remove redundant namespace namesEgor Tensin
2020-10-24Handle: add get()/ptr()Egor Tensin
2020-10-23Handle: add static is_invalid() methodEgor 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-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: add stdin redirection testEgor 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-16VS 2013 workaroundsEgor 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-14cmd_line.hpp: work around VS 2013Egor Tensin
2020-10-14cmd_line.hpp: rework for this projectEgor Tensin
2020-10-14clang-formatEgor Tensin
2020-10-14copy cmd_line.hpp from privilege-checkEgor Tensin
2020-10-14add error-handling functionsEgor Tensin
2020-10-14add .clang-formatEgor Tensin
2020-10-14add Handle classEgor Tensin