Age | Commit message (Expand) | Author | Files | Lines |
2019-10-14 | hscript: Clear request before use | A. Wilcox | 1 | -0/+1 |
2019-10-14 | hscript: Use return value of access(3) properly | A. Wilcox | 1 | -1/+1 |
2019-10-14 | hscript: Ensure netssid iface is a wireless one | A. Wilcox | 1 | -3/+28 |
2019-10-14 | hscript-validate: add dangerous -i flag | A. Wilcox | 2 | -0/+7 |
2019-10-14 | tests: Add SLAAC address to WPA test | A. Wilcox | 1 | -0/+1 |
2019-10-14 | hscript: Add NetSSID parsing and tests | A. Wilcox | 14 | -2/+222 |
2019-10-13 | [ci skip] Use smaller logo in README, fix alt texts | A. Wilcox | 1 | -4/+4 |
2019-10-13 | [ci skip] Add logo | A. Wilcox | 5 | -0/+19 |
2019-10-13 | devel: req: 3b: Reorder Runner.Execute requirements | A. Wilcox | 1 | -16/+16 |
2019-10-13 | hscript: Initial twiddling at NetSSID impl, add net execution | A. Wilcox | 3 | -6/+92 |
2019-10-13 | README: Add coverage link, fix Contributing link | A. Wilcox | 1 | -1/+2 |
2019-10-13 | tests: Add more invalid network prefixes | A. Wilcox | 4 | -1/+27 |
2019-10-13 | tests: Test more invalid netaddress lines | A. Wilcox | 3 | -0/+24 |
2019-10-13 | Test other tool params; output generator comment in simulator script | A. Wilcox | 3 | -6/+20 |
2019-10-13 | Coverage: don't include CLIPP in coverage stats | A. Wilcox | 1 | -1/+1 |
2019-10-13 | tests: Add simulator tests | A. Wilcox | 2 | -0/+40 |
2019-10-13 | hscript: Fix mount option parsing | A. Wilcox | 1 | -1/+1 |
2019-10-13 | Add index page | A. Wilcox | 2 | -0/+83 |
2019-10-13 | Add code badge, make pages thing | A. Wilcox | 2 | -0/+20 |
2019-10-13 | [ci skip] Add Codacy badge | A. Wilcox | 1 | -0/+3 |
2019-10-13 | hscript: Pass data by reference | A. Wilcox | 11 | -28/+31 |
2019-10-13 | Add shiny badges :3 | A. Wilcox | 2 | -0/+5 |
2019-10-13 | CI: fix up paths of stuff | A. Wilcox | 1 | -2/+2 |
2019-10-13 | CI: maybe, just maybe, support coverage and test results | A. Wilcox | 1 | -3/+13 |
2019-10-13 | build: Add gcov support | A. Wilcox | 1 | -1/+11 |
2019-10-13 | CI: note where builds are built | A. Wilcox | 1 | -1/+4 |
2019-10-13 | hscript: Explicitly include <sstream> for ostringstream | A. Wilcox | 1 | -0/+1 |
2019-10-13 | CI: There we go | A. Wilcox | 1 | -1/+0 |
2019-10-13 | CI: can we add packages? | A. Wilcox | 1 | -0/+1 |
2019-10-13 | Attempt CI | A. Wilcox | 1 | -0/+16 |
2019-10-13 | docs: Fix up nicely | A. Wilcox | 2 | -3/+189 |
2019-10-13 | hscript: Implement Runner.Execute.pkginstall* | A. Wilcox | 1 | -1/+39 |
2019-10-13 | hscript: Implement Mount::execute simulation | A. Wilcox | 1 | -2/+17 |
2019-10-13 | hscript, tools: Support shell writing in Simulator | A. Wilcox | 2 | -6/+15 |
2019-10-13 | hscript: Ensure mounts are executed in proper order | A. Wilcox | 2 | -0/+23 |
2019-10-13 | hscript: Use +phase+ argument in EXECUTE_FAILURE macro | A. Wilcox | 1 | -1/+1 |
2019-10-13 | hscript: Device, not mountpoint, shall be present | A. Wilcox | 1 | -1/+1 |
2019-10-12 | hscript: Implement 'repository' key and add tests for it | A. Wilcox | 6 | -9/+147 |
2019-10-12 | hscript: Fix dot logic in Hostname::execute | A. Wilcox | 1 | -2/+2 |
2019-10-12 | hscript: Add hostname execution | A. Wilcox | 2 | -4/+59 |
2019-10-12 | hscript: Add Script::execute() and Simulate option | A. Wilcox | 2 | -0/+22 |
2019-10-12 | tools: Add new tool, hscript-simulate, for simulation of script execution | A. Wilcox | 3 | -0/+78 |
2019-10-12 | util: Add helpers for logging step start/end | A. Wilcox | 1 | -0/+14 |
2019-10-12 | hscript: Use Agent.MessageFormat for logging | A. Wilcox | 2 | -11/+27 |
2019-10-12 | hscript: Ensure resources are reclaimed when Script is destroyed | A. Wilcox | 2 | -0/+7 |
2019-10-12 | hscript: Parse network addresses | A. Wilcox | 1 | -3/+116 |
2019-10-12 | hscript: Implement a lot of 'netaddress' validation logic | A. Wilcox | 1 | -1/+67 |
2019-10-12 | tests: More specifity on netaddress test messages | A. Wilcox | 1 | -4/+4 |
2019-10-12 | hscript: Fix incorrect usage of std::string::substr | A. Wilcox | 2 | -2/+2 |
2019-10-12 | hscript: Style | A. Wilcox | 1 | -0/+1 |