index
:
tester
devel
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Script
Age
Commit message (
Collapse
)
Author
13 days
Add "ignore" command
HEAD
master
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-21
Object type with constructors and destructors
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-24
Fix parsing regexes containing only a variable expansion
Roman Smrž
2025-04-22
Conversions for variable expansion in ExprType class
Roman Smrž
2025-04-18
Shell interpreter for test script
Roman Smrž
Changelog: Experimental shell interpreter
2025-02-27
Refactor script/expression related code to multiple modules
Roman Smrž
2025-02-27
Move ExprType to its own module
Roman Smrž