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
/
meta.cc
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-12-05
Actually refactor valid_keymaps into a reusable component
A. Wilcox
1
-10
/
+1
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
1
-5
/
+7
2019-11-04
hscript: Language::execute: space between string and value
A. Wilcox
1
-1
/
+1
2019-11-04
hscript: Implement Keymap::execute
A. Wilcox
1
-1
/
+35
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
1
-2
/
+45
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
1
-0
/
+1
2019-11-02
hscript: Handle creation of directories when needed
A. Wilcox
1
-0
/
+9
2019-11-01
hscript: Implement Runner.Validate.keymap.Valid
A. Wilcox
1
-3
/
+20
2019-10-31
hscript: Implement SigningKey, add tests
A. Wilcox
1
-0
/
+21
2019-10-31
hscript: Remove unused paramaters and de-const-ify DiskLabel::type
A. Wilcox
1
-1
/
+1
2019-10-31
hscript: Add Keymap code
A. Wilcox
1
-1
/
+15
2019-10-29
hscript: Use string instead of regex for hostname validation
A. Wilcox
1
-2
/
+2
2019-10-27
hscript: Make portable to std::filesystem OR boost::filesystem
A. Wilcox
1
-11
/
+5
2019-10-27
hscript: Use boost::filesystem everywhere convenient
A. Wilcox
1
-24
/
+25
2019-10-26
hscript: Fix missing endl for timezone simulation; print what's happening
A. Wilcox
1
-1
/
+8
2019-10-24
hscript: Fully implement Timezone, add tests
A. Wilcox
1
-9
/
+83
2019-10-21
hscript: Implement Language::execute
A. Wilcox
1
-2
/
+35
2019-10-21
hscript: Implement Language, add tests
A. Wilcox
1
-0
/
+72
2019-10-20
hscript: Build fixes for Mac OS X 10.12.6 (Xcode 9)
A. Wilcox
1
-0
/
+1
2019-10-20
Make Installation Environment code conditional
A. Wilcox
1
-9
/
+22
2019-10-19
hscript: Implement Firmware, and add tests
A. Wilcox
1
-0
/
+34
2019-10-18
hscript: Mark more stuff as unreachable for LCOV
A. Wilcox
1
-2
/
+2
2019-10-18
hscript: Mark install-only sections as untestable
A. Wilcox
1
-25
/
+32
2019-10-16
hscript: Make valid_pkg a static var
A. Wilcox
1
-1
/
+3
2019-10-14
hscript: Move PkgInstall virt methods to .cc to avoid vtable emission
A. Wilcox
1
-0
/
+13
2019-10-14
hscript: Assert instead of validate in Hostname::execute
A. Wilcox
1
-6
/
+2
2019-10-14
hscript: Handle domain names
A. Wilcox
1
-0
/
+21
2019-10-14
hscript: Handle dots correctly in Hostname::validate
A. Wilcox
1
-2
/
+3
2019-10-13
hscript: Pass data by reference
A. Wilcox
1
-3
/
+3
2019-10-13
hscript, tools: Support shell writing in Simulator
A. Wilcox
1
-0
/
+5
2019-10-12
hscript: Implement 'repository' key and add tests for it
A. Wilcox
1
-1
/
+37
2019-10-12
hscript: Fix dot logic in Hostname::execute
A. Wilcox
1
-2
/
+2
2019-10-12
hscript: Add hostname execution
A. Wilcox
1
-3
/
+50
2019-10-12
hscript: Fix logic reversal
A. Wilcox
1
-1
/
+1
2019-10-12
hscript: Validate 'hostname' keys and add another test
A. Wilcox
1
-1
/
+30
2019-10-12
hscript: Pass opts to all validate()s, implement 'mount' validation
A. Wilcox
1
-2
/
+2
2019-10-08
hscript: New module 'disk', fix headers of all files
A. Wilcox
1
-1
/
+1
2019-10-08
hscript: - and _ are valid hostname characters
A. Wilcox
1
-1
/
+1
2019-10-08
hscript: Handle pkgs with + char and add test (thanks @sroracle)
A. Wilcox
1
-1
/
+1
2019-10-08
hscript: handle packages with dot (.) character
A. Wilcox
1
-1
/
+1
Example: libssl1.0
2019-10-08
hscript: Initial attempt at handling 'pkginstall' key
A. Wilcox
1
-2
/
+29
2019-10-08
hscript: Implement 'hostname' parsing; add rest of existing manual tests
A. Wilcox
1
-0
/
+41