summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-14hscript: Handle dots correctly in Hostname::validateA. Wilcox1-2/+3
2019-10-14CI: Use CTest for Valgrind runningA. Wilcox1-4/+2
2019-10-14README: Note dependenciesA. Wilcox1-0/+23
2019-10-14CMake: Add test stuffA. Wilcox2-0/+22
2019-10-14tests: Further x86_64 suppressionA. Wilcox1-1/+0
2019-10-14tests: Fix suppression file on x86_64A. Wilcox1-0/+10
2019-10-14CI: Add Valgrind pipelineA. Wilcox1-0/+6
2019-10-14tests: Add Valgrind support and suppression fileA. Wilcox2-0/+38
2019-10-14hscript: A few changes [read full message]A. Wilcox2-5/+12
2019-10-14hscript: SSID validation is not a fatal errorA. Wilcox1-3/+2
2019-10-14hscript: Clear request before useA. Wilcox1-0/+1
2019-10-14hscript: Use return value of access(3) properlyA. Wilcox1-1/+1
2019-10-14hscript: Ensure netssid iface is a wireless oneA. Wilcox1-3/+28
2019-10-14hscript-validate: add dangerous -i flagA. Wilcox2-0/+7
2019-10-14tests: Add SLAAC address to WPA testA. Wilcox1-0/+1
2019-10-14hscript: Add NetSSID parsing and testsA. Wilcox14-2/+222
2019-10-13[ci skip] Use smaller logo in README, fix alt textsA. Wilcox1-4/+4
2019-10-13[ci skip] Add logoA. Wilcox5-0/+19
2019-10-13devel: req: 3b: Reorder Runner.Execute requirementsA. Wilcox1-16/+16
2019-10-13hscript: Initial twiddling at NetSSID impl, add net executionA. Wilcox3-6/+92
2019-10-13README: Add coverage link, fix Contributing linkA. Wilcox1-1/+2
2019-10-13tests: Add more invalid network prefixesA. Wilcox4-1/+27
2019-10-13tests: Test more invalid netaddress linesA. Wilcox3-0/+24
2019-10-13Test other tool params; output generator comment in simulator scriptA. Wilcox3-6/+20
2019-10-13Coverage: don't include CLIPP in coverage statsA. Wilcox1-1/+1
2019-10-13tests: Add simulator testsA. Wilcox2-0/+40
2019-10-13hscript: Fix mount option parsingA. Wilcox1-1/+1
2019-10-13Add index pageA. Wilcox2-0/+83
2019-10-13Add code badge, make pages thingA. Wilcox2-0/+20
2019-10-13[ci skip] Add Codacy badgeA. Wilcox1-0/+3
2019-10-13hscript: Pass data by referenceA. Wilcox11-28/+31
2019-10-13Add shiny badges :3A. Wilcox2-0/+5
2019-10-13CI: fix up paths of stuffA. Wilcox1-2/+2
2019-10-13CI: maybe, just maybe, support coverage and test resultsA. Wilcox1-3/+13
2019-10-13build: Add gcov supportA. Wilcox1-1/+11
2019-10-13CI: note where builds are builtA. Wilcox1-1/+4
2019-10-13hscript: Explicitly include <sstream> for ostringstreamA. Wilcox1-0/+1
2019-10-13CI: There we goA. Wilcox1-1/+0
2019-10-13CI: can we add packages?A. Wilcox1-0/+1
2019-10-13Attempt CIA. Wilcox1-0/+16
2019-10-13docs: Fix up nicelyA. Wilcox2-3/+189
2019-10-13hscript: Implement Runner.Execute.pkginstall*A. Wilcox1-1/+39
2019-10-13hscript: Implement Mount::execute simulationA. Wilcox1-2/+17
2019-10-13hscript, tools: Support shell writing in SimulatorA. Wilcox2-6/+15
2019-10-13hscript: Ensure mounts are executed in proper orderA. Wilcox2-0/+23
2019-10-13hscript: Use +phase+ argument in EXECUTE_FAILURE macroA. Wilcox1-1/+1
2019-10-13hscript: Device, not mountpoint, shall be presentA. Wilcox1-1/+1
2019-10-12hscript: Implement 'repository' key and add tests for itA. Wilcox6-9/+147
2019-10-12hscript: Fix dot logic in Hostname::executeA. Wilcox1-2/+2
2019-10-12hscript: Add hostname executionA. Wilcox2-4/+59