summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-26Version 0.2v0.2.0Roman Smrž
2023-04-26Add first changelog entriesRoman Smrž
2023-04-26Route tracking in namespaces and helper functionsRoman Smrž
2023-04-26Use link objects for disconnect commandsRoman Smrž
2023-04-25Link type and associated functionsRoman Smrž
2023-04-24Fix parsing of two-element listsRoman Smrž
2023-04-23Drop unused ProcName parameter type instanceRoman Smrž
2023-04-23Split parser into several modulesRoman Smrž
2023-04-23Add network namespace in constructor of corresponding typeRoman Smrž
2023-04-18Bring up veth peer in subnet firstRoman Smrž
2023-04-18Command-line option to keep test directoryRoman Smrž
2023-04-04Disconnect commandsRoman Smrž
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ž