0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Introduced file descriptor stream class. Main purpose is to construct More... almost 17 years ago
Added support for upcasting via C++ dynamic_cast<> facility. More... almost 17 years ago
Added diagnonstics for process startup. Inroduced a paramenter to contorol More... almost 17 years ago
Fixing remote repository dumps. More... almost 17 years ago
Added ability to get input and output streams from a file. Added a class to More... almost 17 years ago
Added ability to propagate streams (e.g. file descriptors) to child processes. More... almost 17 years ago
Switching to const streams in sk::sys::ProcessConfigurator. More... almost 17 years ago
Introduced a skeleton implementation of network library sk.net. More... almost 17 years ago
Expanded sk::sys::Process::Configurator interface with a method to add More... almost 17 years ago
Added a class for managing output to consoles/controlling terminals (e.g. More... almost 17 years ago
Added a class for managing null devices (e.g. /dev/null on UNIX). More... almost 17 years ago
Cleaning up accidently added temporary test program. More... almost 17 years ago
Refactored process stopping and joining to make it possible to work in More... almost 17 years ago
Throwing illegal state exception when a process cannot be stopped. More... almost 17 years ago
Made private data members of sk::sys::Process volatile to ensure proper More... almost 17 years ago
Introduced testing to environment setup and stream redirection. Implemented More... almost 17 years ago
Implemented the actual redirection of 0, 1 and 2 for unix processes. More... almost 17 years ago
Introduced a common base class for InputStream and OutputStream. For now, it More... almost 17 years ago
Added ability to configure stdin, stdout, stderr. More... almost 17 years ago
Added ability to add environment variables for a process. More... almost 17 years ago
Fixed test to adjust to recent change in sk::util::StringArray. More... almost 17 years ago
Added ability to sum string arrays. More... almost 17 years ago
More tests for sk::sys::DaemonProcess and cleanup fixes. More... almost 17 years ago
Implemented remaining methods to make tests for sk::sys::DaemonProcess pass. More... almost 17 years ago
Finished implementation of sk::rt::DaemonProcess. Had to add getPid() method More... almost 17 years ago
Forgotten file for previos commit. More... almost 17 years ago
Further into sk::sys::DaemonProcess implementation. More... almost 17 years ago
Introduced a class for managing an existing process. It will be used in More... almost 17 years ago
Refactored the handling of process status. More... almost 17 years ago
Rename state variable to better reflect the meaning. Not resetting process id More... almost 17 years ago