| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-05 | Redirection in shell scripts | Roman Smrž | |
| Changelog: Implemented input/output redirection in shell scripts | |||
| 2025-10-02 | Shell: use posix waitpid wrapper to distinguish more states | Roman Smrž | |
| 2025-10-02 | Shell: remove special handling of echo | Roman Smrž | |
| 2025-10-02 | Shell: custom data type for command arguments | Roman Smrž | |
| 2025-09-28 | Additional instances of ExprType used by parsed commands | Roman Smrž | |
| 2025-09-01 | Add "ignore" command | Roman Smrž | |
| Changelog: Added `ignore` builtin command | |||
| 2025-08-25 | Shell pipes | Roman Smrž | |
| Changelog: Implemented pipes in shell scripts | |||
| 2025-08-05 | Close handles created for spawned processes | Roman Smrž | |
| 2025-06-21 | Use current timeout value when waiting for process termination | Roman Smrž | |
| 2025-06-01 | Execute shell commands in appropriate network namespace | Roman Smrž | |
| Changelog: Execute shell commands in appropriate network namespace | |||
| 2025-05-31 | Print source line of shell command failure | Roman Smrž | |
| 2025-05-29 | Fix waiting on failed shell command | Roman Smrž | |
| 2025-04-18 | Shell interpreter for test script | Roman Smrž | |
| Changelog: Experimental shell interpreter | |||