Age | Commit message (Expand) | Author |
2023-04-23 | Drop unused ProcName parameter type instance | Roman Smrž |
2023-04-23 | Split parser into several modules | Roman Smrž |
2023-04-23 | Add network namespace in constructor of corresponding type | Roman Smrž |
2023-04-18 | Bring up veth peer in subnet first | Roman Smrž |
2023-04-18 | Command-line option to keep test directory | Roman Smrž |
2023-04-04 | Disconnect commands | Roman Smrž |
2023-04-02 | Network namespace type | Roman Smrž |
2023-04-01 | Shorten veth names in parent network using only index | Roman Smrž |
2023-03-31 | Types for IP address and prefix | 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-22 | Fix non-exhaustive pattern match warnings | Roman Smrž |
2023-03-01 | Parser: remove no longer needed TemplateHaskell feature | Roman Smrž |
2023-03-01 | Version information from git | Roman Smrž |
2023-02-21 | Applicative instance for Expr | Roman Smrž |
2023-02-20 | Range enumeration syntax for lists | Roman Smrž |
2023-02-20 | For statement | Roman Smrž |
2023-02-19 | Equality operator for lists | Roman Smrž |
2023-02-05 | List expression type | Roman Smrž |
2023-02-02 | Enable OverloadedStrings as default extension | Roman Smrž |
2023-01-25 | GDB command completion and history | Roman Smrž |
2023-01-16 | Haskeline for input handling | Roman Smrž |
2023-01-13 | GDB: replay last command on empty input | Roman Smrž |
2023-01-12 | GDB: use non-stop mode | Roman Smrž |
2023-01-12 | Move process-related functions to Process module | Roman Smrž |
2023-01-08 | Look for core binary in PATH when invoked without path | Roman Smrž |
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ž |