index
:
horizon
current
Project Horizon, the next generation of Linux installation
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hscript
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-02-11
hscript: Turn on network interfaces in Install Env when network is true
A. Wilcox
1
-1
/
+13
2020-02-09
hscript: Factor subnet -> CIDR conversion to util function
A. Wilcox
1
-9
/
+3
* Also ensures that the unused function in util/net (is_url_valid) doesn't break the build of network.cc (and vis versa for user.cc).
2019-12-19
hscript: Add 'arch' key implementation and related tests
A. Wilcox
6
-2
/
+88
2019-12-07
hscript: UserPassphrase: Ensure simulated runs don't actually set passwords
A. Wilcox
1
-0
/
+1
2019-12-05
Actually refactor valid_keymaps into a reusable component
A. Wilcox
1
-10
/
+1
2019-11-19
hscript: Fix repo key default when firmware support is enabled
A. Wilcox
1
-2
/
+7
2019-11-08
hscript: Implement UserIcon::execute, add tests
A. Wilcox
2
-2
/
+85
2019-11-07
hscript: nevermind, that causes obj sizes to bloat
A. Wilcox
2
-1
/
+5
2019-11-07
hscript: Key dtor doesn't need out-of-line definition
A. Wilcox
2
-4
/
+1
2019-11-07
hscript: Implement Runner.Execute.UserAccounts, add tests
A. Wilcox
2
-11
/
+101
2019-11-06
hscript: Drastically simplify validation too
A. Wilcox
1
-36
/
+17
2019-11-06
hscript: Drastically simplify script execution
A. Wilcox
1
-67
/
+25
2019-11-06
hscript: Use assertions since this should never ever happen
A. Wilcox
1
-4
/
+3
2019-11-06
hscript: Disable coverage test for default case handler in store_key
A. Wilcox
1
-1
/
+1
2019-11-06
tests: Add more nameserver behavioural tests
A. Wilcox
1
-3
/
+12
2019-11-06
hscript: Implement Runner.Execute.signingkey.Firmware
A. Wilcox
1
-1
/
+24
2019-11-06
hscript: Implement Runner.Execute.netaddress.OpenRC
A. Wilcox
1
-0
/
+36
2019-11-04
hscript: It's LCOV_EXCL_STOP, not LCOV_EXCL_END
A. Wilcox
1
-1
/
+1
2019-11-04
hscript: Mark code correctly for LCOV
A. Wilcox
4
-15
/
+21
2019-11-04
hscript: Language::execute: space between string and value
A. Wilcox
1
-1
/
+1
2019-11-04
hscript: Conditionalise more code under HAS_INSTALL_ENV
A. Wilcox
2
-5
/
+22
2019-11-04
hscript: Implement Keymap::execute
A. Wilcox
2
-2
/
+39
2019-11-04
hscript: Implement Runner.Execute.nameserver.*
A. Wilcox
3
-2
/
+96
2019-11-04
hscript: Refactor script.cc and disk.cc for maintainability
A. Wilcox
7
-1566
/
+1661
2019-11-04
hscript: Implement LVMVolume::execute
A. Wilcox
1
-3
/
+33
2019-11-02
hscript: Implement LVMPhysical::execute and LVMGroup::execute
A. Wilcox
1
-6
/
+96
2019-11-02
util: run_command: Don't return false if status != 0
A. Wilcox
1
-1
/
+0
2019-11-02
hscript: Factor out FS exec stuff to run_command function
A. Wilcox
3
-47
/
+73
2019-11-02
hscript: Hostname::execute: dns_domain_lo is a variable
A. Wilcox
1
-1
/
+1
2019-11-02
hscript: Add download_file helper and implement SigningKey::execute
0.1.0
A. Wilcox
5
-2
/
+168
2019-11-02
hscript: Repository: append to /e/a/r, don't replace it
A. Wilcox
1
-1
/
+1
2019-11-02
hscript: More logging and dir creation
A. Wilcox
3
-0
/
+34
2019-11-02
hscript: Handle creation of directories when needed
A. Wilcox
2
-0
/
+19
2019-11-02
hscript: Filesystem::execute: null-terminate argv, pass environ
A. Wilcox
1
-6
/
+14
2019-11-02
hscript: More error checking in DiskLabel and Partition
A. Wilcox
1
-3
/
+26
2019-11-02
hscript: disk: libparted returns 1 on success, not 0
A. Wilcox
1
-1
/
+1
2019-11-02
hscript: disk: More logging output
A. Wilcox
1
-1
/
+21
2019-11-02
hscript: Implement Filesystem::execute, add test
A. Wilcox
1
-3
/
+96
2019-11-01
hscript: Use enumeration for Filesystem::fstype
A. Wilcox
2
-4
/
+28
2019-11-01
hscript: Implement Partition::execute, as yet untested
A. Wilcox
1
-2
/
+78
2019-11-01
hscript: DiskLabel::execute: commit to all, not just device
A. Wilcox
1
-1
/
+1
2019-11-01
hscript: Start calling execute on the disk keys
A. Wilcox
1
-5
/
+57
2019-11-01
hscript: Implement Runner.Validate.keymap.Valid
A. Wilcox
1
-3
/
+20
2019-10-31
hscript: Implement Encrypt, add tests
A. Wilcox
3
-1
/
+78
2019-10-31
hscript: Implement SigningKey, add tests
A. Wilcox
3
-2
/
+46
2019-10-31
hscript: Consistency/style fixes
A. Wilcox
2
-13
/
+11
2019-10-31
hscript: Implement Nameserver, add tests
A. Wilcox
3
-1
/
+65
2019-10-31
Build: disable -Wunused-parameter
A. Wilcox
1
-3
/
+0
2019-10-31
hscript: Remove unused paramaters and de-const-ify DiskLabel::type
A. Wilcox
6
-16
/
+19
2019-10-31
hscript: Implement *.Block requirements
A. Wilcox
2
-3
/
+45
[next]