Age | Commit message (Expand) | Author |
2025-02-27 | Fail when requested test is not found | Roman Smrž |
2025-02-27 | Refactor script/expression related code to multiple modules | Roman Smrž |
2025-02-24 | Collect and evaluate global definitions together | Roman Smrž |
2025-02-11 | Provide imported definitions at run-time | Roman Smrž |
2025-02-08 | Module import parsing and type check | Roman Smrž |
2024-10-14 | Custom C main instead of wrapper binary | Roman Smrž |
2024-10-04 | User-defined test functions without parameters | Roman Smrž |
2024-08-02 | Module name declaration | Roman Smrž |
2024-07-31 | Enable color only for terminal output, add manual options | Roman Smrž |
2024-05-17 | Describe command-line test selection in help text | Roman Smrž |
2024-05-14 | Run multiple whole test sequences with repeat option | Roman Smrž |
2024-04-24 | Show usage info only with explicit `--help' option | Roman Smrž |
2023-12-12 | Repeat option on command line | Roman Smrž |
2023-08-24 | Option to wait at the end of each test | Roman Smrž |
2023-08-24 | Accept test name selection after filepath on command line | Roman Smrž |
2023-04-18 | Command-line option to keep test directory | Roman Smrž |
2023-03-30 | Move test-executing functions to separate module | Roman Smrž |
2023-03-28 | Network subnets and routing | Roman Smrž |
2023-03-26 | Network refactoring with explicit prefixes | Roman Smrž |
2023-03-01 | Version information from git | Roman Smrž |
2023-02-20 | For statement | Roman Smrž |
2023-02-02 | Enable OverloadedStrings as default extension | Roman Smrž |
2023-01-16 | Haskeline for input handling | Roman Smrž |
2023-01-12 | Move process-related functions to Process module | 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-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-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 | Regex expansion | 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 | Generic record member selection expression | Roman Smrž |