Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-04-03 | manif: use temp dir if local cache can't be created | Hisham Muhammad | 1 | -1/+6 | |
2019-04-03 | util: more informative message: "Lua 5.x interpreter not found" | Hisham Muhammad | 1 | -1/+4 | |
2019-04-03 | fs.lua: cache failures as well | Hisham Muhammad | 1 | -16/+34 | |
2019-04-03 | Cache manifest more aggressively | Hisham Muhammad | 5 | -28/+65 | |
* Introduce cache_timeout config option (default 10 seconds) * Do not re-check for the last-modified time of a file to be downloaded for cfg.cache_timeout seconds * Do not re-unzip if zip file was fetched from cache | |||||
2019-04-03 | update to luacov 0.13.1 + cluacov 0.1.1 | Hisham Muhammad | 5 | -14/+17 | |
2019-04-01 | util: fix refactor mistake | Hisham Muhammad | 1 | -1/+1 | |
2019-04-01 | Reorder Travis tests | Hisham Muhammad | 1 | -35/+35 | |
2019-04-01 | install, build, make: add --verify and --sign options | Hisham Muhammad | 10 | -95/+236 | |
The --verify options of build and make check the signature of rockspec and src.rock files; the --sign option is meant to be used alongside --pack-binary-rock. | |||||
2019-04-01 | Refactor opts_table from build to reuse in install | Hisham Muhammad | 2 | -34/+37 | |
2019-04-01 | upload: add --sign option | Hisham Muhammad | 2 | -3/+34 | |
2019-04-01 | Add --sign option to `luarocks pack` | Hisham Muhammad | 11 | -2/+53 | |
* Introduce a new module, `luarocks.signing` * Add `--sign` option to `luarocks pack`, which produces a detached GPG signature * Includes a basic test, along with some fixtures with a password-less GPG key | |||||
2019-04-01 | tar: do not attempt to create directory more than once | Hisham Muhammad | 1 | -3/+4 | |
2019-04-01 | fs: versions of exists, is_file, is_dir for Unix and Windows that do not fork | Hisham Muhammad | 9 | -53/+97 | |
Implements versions of exists, is_file, is_dir for POSIX and Windows using io.open only, based on the semantics of their error codes on these platforms. Drops the dependency on TEST.EXE on Windows. | |||||
2019-04-01 | init: ensure --reset resets lua wrapper and config file | Hisham Muhammad | 1 | -20/+24 | |
2019-04-01 | fun: add find and memoize functions | Hisham Muhammad | 1 | -0/+40 | |
2019-04-01 | cmd: refactor detection code and improve detection of project dir | Hisham Muhammad | 4 | -172/+189 | |