| Commit message (Expand) | Author | Files | Lines |
2021-04-13 | use mirrors when downloading rocks even if manifest succeeds | Hisham Muhammad | 2 | -5/+73 |
2021-04-13 | fix: don't propagate invalid exitcode in download errors | Hisham Muhammad | 2 | -7/+9 |
2021-04-13 | use skip_set terminology + code cleanups | Hisham Muhammad | 5 | -25/+29 |
2021-04-08 | fs.win32: Do not revoke permission from the current user (#1256) | Alexey Melnichuk | 1 | -7/+16 |
2021-04-06 | tests: add basic test for XDG_CONFIG_HOME | Hisham Muhammad | 1 | -0/+25 |
2021-04-06 | Add function fs.is_superuser() | Carl Smedstad | 4 | -2/+14 |
2021-04-06 | Support XDG_CONFIG_HOME | Carl Smedstad | 1 | -21/+27 |
2021-04-06 | Respect the environment variable XDG_CACHE_HOME | Carl Smedstad | 1 | -1/+2 |
2021-04-06 | Simplify the code in set_confdirs | Carl Smedstad | 1 | -9/+2 |
2021-04-06 | Set cfg.home_tree even for root user | Carl Smedstad | 2 | -4/+4 |
2021-04-03 | configure: check home dir for default-lua-version | Gustavo Ramires | 1 | -2/+2 |
2021-03-30 | Release 3.6.0v3.6.0 | Hisham Muhammad | 5 | -7/+8 |
2021-03-30 | makedist: build binaries using Lua 5.3 | Hisham Muhammad | 1 | -1/+1 |
2021-03-22 | fix: pack: rockspec with a bare file in the url | Hisham Muhammad | 6 | -6/+129 |
2021-03-22 | pack: check that directory inside archive actually exists | Hisham Muhammad | 3 | -1/+32 |
2021-03-19 | repos: fix renaming of versioned bin/ entry back to non-versioned | Hisham Muhammad | 1 | -1/+1 |
2021-03-19 | repos: search for "foo" in manifest when processing "foo.init" | Hisham Muhammad | 1 | -0/+8 |
2021-03-19 | repos: double-check that all files from a rock are installed | Hisham Muhammad | 7 | -9/+129 |
2021-03-19 | repos.delete_version: remove entry from manifest if rock is already missing | Hisham Muhammad | 1 | -1/+8 |
2021-03-16 | Fix auto-detecting cygwin: src/luarocks/core/sysdetect.lua (#1264) | Lemures Lemniscati | 1 | -1/+1 |