Age | Commit message (Expand) | Author |
2023-01-07 | Fix config lookup trying parents of root indefinitely | Roman Smrž |
2023-01-04 | Look for core binary in the directory containing wrapper | Roman Smrž |
2023-01-03 | Command-line option to display version | Roman Smrž |
2023-01-02 | Split command line and test options | Roman Smrž |
2022-12-20 | Move TestRun monad and related types to separate module | Roman Smrž |
2022-12-15 | Use process variable name for node created by spawn | Roman Smrž |
2022-12-15 | Kill process when it does not terminate within a second | Roman Smrž |
2022-12-04 | Place test directory beside config file | Roman Smrž |
2022-12-04 | Config file lookup and parsing | Roman Smrž |
2022-11-30 | Separate process list from network | Roman Smrž |
2022-11-19 | Network expression type and context | Roman Smrž |
2022-11-17 | Parse all input files before running any tests | Roman Smrž |
2022-11-15 | Context used for default parameter values | Roman Smrž |
2022-11-10 | Move test directory handling out of init/exit network helpers | Roman Smrž |
2022-11-08 | Force flag to remove existing test directory | Roman Smrž |
2022-10-29 | Show commands sent to test tool in verbose mode | Roman Smrž |
2022-10-27 | Show GDB console output always and without prompt | Roman Smrž |
2022-10-23 | Start GDB session on signal captured by the debugger | Roman Smrž |
2022-10-21 | Handle GDB thread groups properly | Roman Smrž |
2022-10-21 | GDB/MI output parsing | Roman Smrž |
2022-10-18 | GDB process type and separate start function | Roman Smrž |
2022-10-13 | Fail test and start gdb session immediately on process crash | Roman Smrž |
2022-10-08 | Node command to declare new node variable | Roman Smrž |
2022-10-07 | Explicit export list from Main module | Roman Smrž |
2022-10-07 | Packet loss command using netem qdisc | Roman Smrž |
2022-10-07 | Number type for arbitrary-precision floating point values | Roman Smrž |
2022-10-07 | Regex expansion | Roman Smrž |
2022-10-07 | Parse multiple consecutive record selectors | Roman Smrž |
2022-10-07 | Process node record accessor | Roman Smrž |
2022-10-07 | Process variables and expression type | Roman Smrž |
2022-10-05 | Support multiple node variables with same name | Roman Smrž |
2022-09-30 | Parser helper to keep local variable scope | Roman Smrž |
2022-09-30 | Fix parser error position for variable redefinition | Roman Smrž |
2022-09-30 | Generic record member selection expression | Roman Smrž |
2022-09-27 | Separate Network module | Roman Smrž |
2022-09-27 | Fix operator symbol parsing | Roman Smrž |
2022-09-27 | Process lifetime determined by scope | Roman Smrž |
2022-09-26 | Local statement for separate scope | Roman Smrž |
2022-09-24 | Scope of variables denoted in parse tree | Roman Smrž |
2022-09-08 | Command parser using applicative functor | Roman Smrž |
2022-09-02 | Regex expression instance | Roman Smrž |
2022-08-23 | Expression expansion in strings and regexes | Roman Smrž |
2022-08-22 | Boolean operators and expression | Roman Smrž |
2022-08-22 | Generic expression parser with integer operators | Roman Smrž |
2022-08-20 | Print relevant variables for guard failure | Roman Smrž |
2022-08-13 | Integer expressions and variables | Roman Smrž |
2022-08-10 | Let statement | Roman Smrž |
2022-07-24 | Print relevant variable values after expect failure | Roman Smrž |
2022-07-16 | Do not escape alphanumeric chars for regexes | Roman Smrž |
2022-06-09 | Guard command | Roman Smrž |