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
Controlling tty in PtyProcess works now on Linux and Solaris. More... about 19 years ago
Intermediate commit: an attempt to establish a controlling terminal for a pty More... about 19 years ago
Refactorings: got rid of unnesessary storge of a parameter used only in More... about 19 years ago
Provided minimal implementation of User and Group classes and tests for More... about 19 years ago
Prohibited input redirection for PtyProcess, it can be used now as a first More... about 19 years ago
Forgot to commit tests for newly introduced classes. Still failing. More... about 19 years ago
Introduced classes for user and group identification. Added new headers and More... about 19 years ago
Moved method "getName" under sk::io::Tty interface, adjusted the code to make More... about 19 years ago
Fixing device closing that caused process hang on some platforms. Removed More... about 19 years ago
More test cases. More... about 19 years ago
Implemented facility for running processes with communication over a pty. A More... about 19 years ago
Fine tuning API and adding more test cases. More... about 19 years ago
Fixes for Solaris. More... about 19 years ago
Fixes for Linux. More... about 19 years ago
Refactored to be able to perform implementation specific pty open procedure. More... about 19 years ago
Preparation for even more differences in pty implementation, this time on Mac More... about 19 years ago
Passed the first test on the data transfer. More... about 19 years ago
Intermediate comit: implementig pty opening depending on system's pty More... about 19 years ago
Making use of local pty implementation class to hide all details as well as More... about 19 years ago
Updated prodinfo to include latest additions to sys and io libraries. Started More... about 19 years ago
For PipeProcess, propagating Process' ability to redirect input from a file More... about 19 years ago
Sticking to a delegating solution, cleaning up a little bit. Attempt to use More... about 19 years ago
Yet another set of tests to make the suite complete. More... about 19 years ago
More tests for PipeProcess before big refactoring. More... about 19 years ago
Final touches: improving joining by generating EOF on the spqwed process' More... about 19 years ago
Closing all pipe ends not in use. More... about 19 years ago
Fixing test to work on Solaris: /bin/false returns 255 instead of 1, so More... about 19 years ago
Fixed PipeProcess tests. Still needs more investigation on descriptor closing. More... about 19 years ago
Reorganizing delegation because of gcc-3.4.3 does not handle the original More... about 19 years ago
Adding ability to run processes via anonymous pipes. More... about 19 years ago