Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Process: import pdb::Process from winapi-debug | Egor Tensin | 2021-05-16 |
| | |||
* | rework Process API & tests | Egor Tensin | 2020-10-27 |
| | | | | | | | | | | | * Add separate classes ProcessParameters & ShellParameters for Process::create() and Process::shell() methods. * Add a separate "worker" executable. It's used in tests via a fairly complicated scheme, receiving orders to execute via a shared memory region. * Add tests that utilize the Console API, reading console window's screen buffer directly, making for more reliable tests & broader coverage. | ||
* | Process: add termination methods | Egor Tensin | 2020-10-25 |
| | |||
* | Process: add runas() | Egor Tensin | 2020-10-19 |
| | |||
* | stream.hpp -> process_io.hpp, move IO there | Egor Tensin | 2020-10-18 |
| | |||
* | Process: add get_exe_path() | Egor Tensin | 2020-10-18 |
| | |||
* | process_tests: add stdin redirection test | Egor Tensin | 2020-10-17 |
| | |||
* | process_tests: remove temp files | Egor Tensin | 2020-10-17 |
| | |||
* | File: refactoring | Egor Tensin | 2020-10-16 |
| | |||
* | some more process creation tests | Egor Tensin | 2020-10-16 |
| | |||
* | Process: support pipe redirection | Egor Tensin | 2020-10-16 |
| | |||
* | WIP: add simple Process class | Egor Tensin | 2020-10-15 |