Age | Commit message (Expand) | Author | Files | Lines |
2019-10-31 | hscript: Add Keymap code | A. Wilcox | 3 | -3/+41 |
2019-10-31 | hscript: Implement lvm_lv, add tests | A. Wilcox | 3 | -2/+111 |
2019-10-31 | hscript: Remove bad test from Mount::validate | A. Wilcox | 1 | -11/+2 |
2019-10-29 | hscript: Use string instead of regex for hostname validation | A. Wilcox | 1 | -2/+2 |
2019-10-29 | hscript: Only use LVMGroup::test_pv in install env builds | A. Wilcox | 2 | -0/+6 |
2019-10-29 | hscript: Implement lvm_vg, add tests | A. Wilcox | 3 | -1/+166 |
2019-10-28 | hscript: Make line a long for alignment | A. Wilcox | 3 | -5/+6 |
2019-10-27 | hscript: Fix single boost portability issue | A. Wilcox | 1 | -4/+3 |
2019-10-27 | hscript: Make portable to std::filesystem OR boost::filesystem | A. Wilcox | 4 | -35/+29 |
2019-10-27 | hscript: Implement Runner.Execute.network | A. Wilcox | 1 | -1/+37 |
2019-10-27 | hscript: Use boost::filesystem everywhere convenient | A. Wilcox | 2 | -35/+60 |
2019-10-26 | hscript: Append, don't replace, target net conf | A. Wilcox | 1 | -2/+2 |
2019-10-26 | hscript: Remove temp dir from previous run, if any | A. Wilcox | 1 | -2/+6 |
2019-10-26 | hscript: Implement NetAddress::execute | A. Wilcox | 3 | -31/+106 |
2019-10-26 | hscript: Implement NetSSID::execute | A. Wilcox | 2 | -5/+73 |
2019-10-26 | hscript: Fix missing endl for timezone simulation; print what's happening | A. Wilcox | 2 | -1/+11 |
2019-10-26 | hscript: Split heavy validation code into separate functions | A. Wilcox | 1 | -100/+128 |
2019-10-26 | hscript: Implement DiskLabel::execute | A. Wilcox | 3 | -4/+53 |
2019-10-26 | hscript: Implement lvm_pv, add tests | A. Wilcox | 3 | -2/+66 |
2019-10-25 | hscript: Implement Partition, add tests | A. Wilcox | 3 | -1/+264 |
2019-10-24 | hscript: Fully implement Timezone, add tests | A. Wilcox | 3 | -10/+131 |
2019-10-24 | hscript: Finally implement R.V.network.netaddress.Interface | A. Wilcox | 1 | -2/+29 |
2019-10-24 | hscript: Ensure netaddress iface name is < IFNAMSIZ | A. Wilcox | 1 | -0/+7 |
2019-10-23 | hscript: Use SCRIPT_LINE_MAX instead of shadowing <climits> LINE_MAX | A. Wilcox | 1 | -3/+4 |
2019-10-21 | CMake: Drastically simplifify hscript library building | A. Wilcox | 1 | -9/+2 |
2019-10-21 | hscript: Implement DiskLabel, add tests | A. Wilcox | 3 | -18/+138 |
2019-10-21 | hscript: Implement Language::execute | A. Wilcox | 2 | -2/+42 |
2019-10-21 | hscript: Implement Language, add tests | A. Wilcox | 3 | -21/+123 |
2019-10-20 | hscript: constness fixes for ScriptOptions | A. Wilcox | 2 | -5/+9 |
2019-10-20 | hscript: DiskId: use devnum instead of syspath (thx @sroracle) | A. Wilcox | 1 | -3/+11 |
2019-10-20 | hscript: diskid: Use syspath, not devpath | A. Wilcox | 1 | -2/+4 |
2019-10-20 | hscript: Implement DiskId::execute | A. Wilcox | 3 | -19/+73 |
2019-10-20 | hscript: Build fixes for Mac OS X 10.12.6 (Xcode 9) | A. Wilcox | 2 | -1/+8 |
2019-10-20 | hscript: Build fix for Ubuntu 18.04 LTS | A. Wilcox | 1 | -0/+1 |
2019-10-20 | hscript: Finish splitting install env code | A. Wilcox | 2 | -0/+5 |
2019-10-20 | Make Installation Environment code conditional | A. Wilcox | 4 | -28/+60 |
2019-10-19 | hscript: Implement Firmware, and add tests | A. Wilcox | 3 | -0/+89 |
2019-10-19 | hscript: Implement UserGroups, add tests | A. Wilcox | 2 | -3/+39 |
2019-10-19 | hscript: Implement UserIcon parsing | A. Wilcox | 1 | -2/+22 |
2019-10-19 | hscript: Implement UserPassphrase, add tests | A. Wilcox | 2 | -6/+46 |
2019-10-19 | hscript: More LCOV fixes | A. Wilcox | 2 | -31/+36 |
2019-10-18 | hscript: Implement username validity check and UserAlias code; add tests | A. Wilcox | 1 | -3/+76 |
2019-10-18 | hscript: Mark more stuff as unreachable for LCOV | A. Wilcox | 2 | -2/+4 |
2019-10-18 | hscript: Better comments, undef stuff, add user validation | A. Wilcox | 1 | -54/+131 |
2019-10-18 | hscript: Document requirement | A. Wilcox | 1 | -0/+1 |
2019-10-18 | hscript: Pass key_name by reference | A. Wilcox | 1 | -1/+1 |
2019-10-18 | hscript: Implement some Username logic, add tests | A. Wilcox | 2 | -5/+14 |
2019-10-18 | hscript: Don't use value we've already moved out | A. Wilcox | 1 | -1/+2 |
2019-10-18 | hscript: Make ScriptPrivate::store_key easier to maintain | A. Wilcox | 1 | -170/+185 |
2019-10-18 | hscript: Undefine GET_USER_DETAIL when no longer needed | A. Wilcox | 1 | -0/+1 |