summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-02Network namespace typeRoman Smrž
2023-04-01Shorten veth names in parent network using only indexRoman Smrž
2023-03-31Types for IP address and prefixRoman Smrž
2023-03-30Move test-executing functions to separate moduleRoman Smrž
2023-03-28Network subnets and routingRoman Smrž
2023-03-26Network refactoring with explicit prefixesRoman Smrž
2023-03-22Fix non-exhaustive pattern match warningsRoman Smrž
2023-03-16Bump dependencies for GHC 9.2Roman Smrž
2023-03-01Parser: remove no longer needed TemplateHaskell featureRoman Smrž
2023-03-01Version information from gitRoman Smrž
2023-02-21Applicative instance for ExprRoman Smrž
2023-02-20Range enumeration syntax for listsRoman Smrž
2023-02-20For statementRoman Smrž
2023-02-19Equality operator for listsRoman Smrž
2023-02-05List expression typeRoman Smrž
2023-02-04Version 0.1.1v0.1.1Roman Smrž
2023-02-02Enable OverloadedStrings as default extensionRoman Smrž
2023-01-25GDB command completion and historyRoman Smrž
2023-01-16Haskeline for input handlingRoman Smrž
2023-01-13GDB: replay last command on empty inputRoman Smrž
2023-01-12GDB: use non-stop modeRoman Smrž
2023-01-12Move process-related functions to Process moduleRoman Smrž
2023-01-08Version 0.1v0.1.0Roman Smrž
2023-01-08Look for core binary in PATH when invoked without pathRoman Smrž
2023-01-07Fix config lookup trying parents of root indefinitelyRoman Smrž
2023-01-04Look for core binary in the directory containing wrapperRoman Smrž
2023-01-03Command-line option to display versionRoman Smrž
2023-01-02Split command line and test optionsRoman Smrž
2022-12-20Move TestRun monad and related types to separate moduleRoman Smrž
2022-12-15Use process variable name for node created by spawnRoman Smrž
2022-12-15Kill process when it does not terminate within a secondRoman Smrž
2022-12-04Place test directory beside config fileRoman Smrž
2022-12-04Config file lookup and parsingRoman Smrž
2022-11-30Separate process list from networkRoman Smrž
2022-11-19Network expression type and contextRoman Smrž
2022-11-17Parse all input files before running any testsRoman Smrž
2022-11-15Context used for default parameter valuesRoman Smrž
2022-11-10Move test directory handling out of init/exit network helpersRoman Smrž
2022-11-08Force flag to remove existing test directoryRoman Smrž
2022-10-29Show commands sent to test tool in verbose modeRoman Smrž
2022-10-27Show GDB console output always and without promptRoman Smrž
2022-10-23Start GDB session on signal captured by the debuggerRoman Smrž
2022-10-21Handle GDB thread groups properlyRoman Smrž
2022-10-21GDB/MI output parsingRoman Smrž
2022-10-18GDB process type and separate start functionRoman Smrž
2022-10-13Fail test and start gdb session immediately on process crashRoman Smrž
2022-10-08Node command to declare new node variableRoman Smrž
2022-10-07Explicit export list from Main moduleRoman Smrž
2022-10-07Packet loss command using netem qdiscRoman Smrž
2022-10-07Number type for arbitrary-precision floating point valuesRoman Smrž