| Commit message (Expand) | Author | Files | Lines |
2020-02-07 | Changelog for 3.3.1 | Hisham Muhammad | 1 | -0/+8 |
2020-02-07 | fix downgrades of rocks containing directories (#1151) | Hisham Muhammad | 3 | -15/+17 |
2020-02-05 | fs.lua: fix error message when source file is missing | Hisham Muhammad | 2 | -2/+18 |
2020-02-02 | Add OpenBSD specific dependency paths. | Jan S | 2 | -0/+2 |
2020-01-28 | publishrelease: add Windows 64-bit support | Hisham Muhammad | 1 | -3/+7 |
2020-01-28 | changelog: add all entries in the 3.x series | Hisham Muhammad | 1 | -0/+137 |
2020-01-28 | changelog for LuaRocks 3.3.0 | Hisham Muhammad | 1 | -1/+75 |
2020-01-28 | Release: 3.3.0v3.3.0 | Hisham Muhammad | 6 | -10/+14 |
2020-01-28 | changelog: add all entries in the 3.x series | Hisham Muhammad | 1 | -0/+137 |
2020-01-27 | changelog for LuaRocks 3.3.0 | Hisham Muhammad | 1 | -1/+75 |
2020-01-25 | tests: drop LuaSec dependency on tests, use fixtures instead | Hisham Muhammad | 7 | -53/+77 |
2020-01-25 | Windows: force .lib for LUALIB | Hisham Muhammad | 1 | -0/+4 |
2020-01-25 | appveyor: bump Python to 3.7 | Hisham Muhammad | 1 | -1/+1 |
2020-01-25 | speed up external dependency check | Hisham Muhammad | 1 | -20/+39 |
2020-01-25 | build: do not download sources when building only deps | Hisham Muhammad | 1 | -1/+1 |
2020-01-23 | Remove hack intended to make dashed commands work | Paul Ouellette | 5 | -11/+4 |
2020-01-14 | util: use native slashes | Hisham Muhammad | 1 | -3/+3 |
2020-01-14 | util: portable tmpname that gives a full path on Windows | Hisham Muhammad | 1 | -1/+4 |
2020-01-14 | cfg: remove redundant assignment | Hisham Muhammad | 1 | -2/+0 |
2020-01-14 | cmd: cleanup slashes | Hisham Muhammad | 1 | -2/+3 |
2020-01-14 | Windows binary: do not hardcode . as LUA_BINDIR | Hisham Muhammad | 1 | -2/+1 |
2020-01-14 | cmd: fallback to actual PATH search | Hisham Muhammad | 3 | -20/+39 |
2020-01-14 | fs: be verbose about builtin fs functions as well | Hisham Muhammad | 1 | -1/+15 |
2020-01-14 | support for building 64-bit Windows all-in-one binary | Hisham Muhammad | 4 | -60/+89 |
2020-01-14 | win32: config-5.1.lua refactoring ubild | InEdited | 1 | -6/+6 |
2020-01-14 | Add hidden command and option aliases | Paul Ouellette | 1 | -7/+29 |
2020-01-06 | install.bat: initial support for Windows on ARM | Andre Alves Garzia | 1 | -4/+10 |
2019-12-17 | git: add support for shallow recommendations | Pedro Tammela | 1 | -1/+10 |
2019-12-12 | win32: fix split root for quoted absolute path handling | Hisham Muhammad | 3 | -19/+70 |
2019-12-12 | .travis.yml: do not trigger smoke test on every branch with a number | Hisham Muhammad | 1 | -2/+2 |
2019-12-02 | Refactor command line handling of namespaces | Paul Ouellette | 20 | -113/+108 |
2019-12-02 | Add quotes around usernames to handle usernames with space on Windows | Stephen Baynham | 2 | -5/+5 |
2019-11-30 | Add --no-manifest flag to skip creating/updating a global manifest | daurnimator | 6 | -5/+35 |
2019-11-29 | dependency pinning: luarocks.lock file and --pin flag | Hisham Muhammad | 22 | -117/+590 |
2019-11-29 | do not warn about skipping dependency checks | Hisham Muhammad | 2 | -4/+1 |
2019-11-29 | refactor dependency scanning for reuse when building lockfile | Hisham Muhammad | 9 | -112/+114 |
2019-11-29 | tests: simplify descriptions and set lazy setup/teardown | Hisham Muhammad | 2 | -35/+35 |
2019-11-29 | config: fix --unset | Hisham Muhammad | 2 | -1/+22 |
2019-11-29 | repos: speed up file installs and deletes | Hisham Muhammad | 1 | -24/+71 |
2019-11-29 | cache rockspecs and src.rocks and check timestamp | Hisham Muhammad | 3 | -28/+52 |
2019-11-23 | Add --check-lua-versions flag (#1115) | Hisham Muhammad | 10 | -49/+71 |
2019-11-22 | Improve jit detection to support moonjit (#1116) | François Perrad | 1 | -1/+1 |
2019-11-15 | Support make --no-doc (#1092) | Paul Ouellette | 5 | -30/+48 |
2019-10-18 | repos: rollback on installation failure (#1101) | Hisham Muhammad | 2 | -15/+88 |
2019-09-23 | manif.writer: make remove_from_manifest more resilient (#1096) | Hisham Muhammad | 1 | -0/+9 |
2019-09-09 | vers: add extra metamethod needed by Lua 5.4 (#1088) | Dude112113 | 1 | -0/+6 |
2019-09-05 | Release 3.2.1v3.2.1 | Hisham Muhammad | 5 | -7/+8 |
2019-09-05 | fix Windows cross-compilation hack | Hisham Muhammad | 2 | -13/+15 |
2019-09-05 | GNUmakefile: fix concatenation | Hisham Muhammad | 1 | -2/+2 |
2019-09-05 | smoke test `make bootstrap` and `luarocks install` as well | Hisham Muhammad | 1 | -0/+58 |