summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-07Replace first command (wait) with a builtinRoman Smrž
2024-08-07Parser: report multiple errors in some casesRoman Smrž
2024-08-06Test block expression type and statementRoman Smrž
2024-08-05Check if module name matches file pathRoman Smrž
2024-08-02Module name declarationRoman Smrž
2024-07-31Enable color only for terminal output, add manual optionsRoman Smrž
2024-07-30Add network member to the node objectRoman Smrž
2024-05-17Describe command-line test selection in help textRoman Smrž
2024-05-14Run multiple whole test sequences with repeat optionRoman Smrž
2024-05-14MiniCI configuration and cabal flagRoman Smrž
2024-04-24Show usage info only with explicit `--help' optionRoman Smrž
2024-02-21Update to support mtl-2.3Roman Smrž
2023-12-12Repeat option on command lineRoman Smrž
2023-10-23Flush commandRoman Smrž
2023-08-24Option to wait at the end of each testRoman Smrž
2023-08-24Accept test name selection after filepath on command lineRoman Smrž
2023-07-13Show record selectors in failure reportsRoman Smrž
2023-05-06Drop support for introducing node variable by 'spawn' commandRoman 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-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-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-08Look for core binary in PATH when invoked without pathRoman Smrž
2023-01-07Fix config lookup trying parents of root indefinitelyRoman Smrž