aboutsummaryrefslogtreecommitdiffstats
path: root/lua (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-21Ensure cache directory is created before opening log fileluaneko1-3/+13
2022-12-21Adopt WindSeed conventions for consistencyluaneko3-77/+97
2022-12-20Refactor package store out of main fileluaneko1-0/+266
2022-12-20Fix lua file chmodsluaneko3-0/+0
2022-12-20Refactor logger classluaneko3-56/+98
2021-12-14Ensure cwd is always restored to the original directory on hook failurephosphene471-0/+2
2021-12-14Change directory into the package dir when running hooksphosphene471-0/+6
2021-12-13Print to stderr instead of normal echo if log message is of type errorphosphene471-5/+9
2021-12-12Fix sync not completing when some packages are disabled, and make readme prettyphosphene471-0/+2
2021-11-17Fix recursive subtree configuration not being optimized after the first runphosphene473-34/+45
2021-11-14Implement benchmarking of package load timephosphene471-132/+237
2021-11-14Improve performance by caching subtree state and configure a single root for ...phosphene472-66/+114
2021-11-14Prevent failed package load being retried multiple timesphosphene471-9/+23
2021-11-14Fix many bugs and make things actually workphosphene473-206/+495