| Commit message (Expand) | Author | Files | Lines |
2016-05-22 | fs.tools: move common directory stack functions | Peter Melnichenko | 3 | -93/+47 |
2016-05-22 | Move common implementation of fs.use_downloader into fs.tools module | Peter Melnichenko | 5 | -92/+61 |
2016-05-22 | Add fs.quiet_stderr function | Peter Melnichenko | 4 | -6/+20 |
2016-05-22 | Fix behaviour of `luarocks write-rockspec` with two args | Peter Melnichenko | 1 | -0/+1 |
2016-05-18 | Fix luarocks.repos module mutation | Peter Melnichenko | 1 | -3/+2 |
2016-05-17 | Added tests for new install functionality | roboo | 2 | -2/+31 |
2016-05-16 | Refactor match_dep() | Peter Melnichenko | 1 | -31/+15 |
2016-05-14 | Return missing deps listing in `luarocks install` output | Peter Melnichenko | 1 | -4/+21 |
2016-05-10 | Allow passing --force and --force-fast to `luarocks install` in all cases | Peter Melnichenko | 1 | -1/+1 |
2016-05-10 | Rename broken --force=fast to --force-fast | Peter Melnichenko | 7 | -11/+13 |
2016-05-10 | Refactor check_outdated() to avoid loops with unconditional breaks | Peter Melnichenko | 1 | -15/+7 |
2016-05-10 | Fix `luarocks list --outdated` | Peter Melnichenko | 1 | -1/+1 |
2016-05-10 | Fix some typos in messages | Peter Melnichenko | 2 | -2/+2 |
2016-05-10 | Announce each missing dep before its install | Peter Melnichenko | 1 | -41/+31 |
2016-05-10 | Don't spam 'Updating manifest for...' | Peter Melnichenko | 1 | -2/+0 |
2016-05-10 | Use same messages for installing binary and source rocks | Peter Melnichenko | 3 | -18/+16 |
2016-05-10 | Shorten logging for `luarocks install` | Peter Melnichenko | 2 | -2/+2 |
2016-05-08 | Fix some luacheck warnings in install.bat | Peter Melnichenko | 1 | -6/+3 |
2016-05-03 | Set permissions explicitly when copying or moving files. | Hisham | 10 | -40/+60 |
2016-05-03 | Shorten code a bit. | Hisham | 1 | -7/+1 |
2016-05-03 | Feature-test rather than version-test | Hisham | 1 | -4/+2 |
2016-04-18 | Add support for the --tree argument to the path command | Ryan Hartlage | 4 | -4/+12 |
2016-04-19 | Show if rock is supported on other Lua versions on search fail | mpeterv | 3 | -19/+88 |
2016-04-19 | Show search error in functions using find_suitable_rock | mpeterv | 3 | -4/+7 |
2016-04-18 | Update LuaCov | mpeterv | 1 | -1/+1 |
2016-04-18 | Update LuaSec | Hisham | 1 | -1/+1 |
2016-04-14 | Fix loud archive unpacking | mpeterv | 1 | -3/+9 |
2016-04-14 | Quote archive name when unpacking | mpeterv | 1 | -2/+2 |
2016-04-10 | A number of tests for the luaRocks test suite. | Mihai Branescu | 1 | -1/+9 |
2016-04-07 | Don't report missing manifests in 'luarocks list' | mpeterv | 3 | -8/+10 |
2016-04-03 | install.bat: fix Wow6432Node substitution | mpeterv | 1 | -1/+1 |
2016-03-27 | Use mkdtemp() where available | Kyle McLamb | 5 | -21/+55 |
2016-03-22 | Add tests for more flags | Cameron Moy | 1 | -0/+10 |
2016-03-22 | luarocks show: split direct and indirect deps | mpeterv | 1 | -2/+28 |
2016-03-22 | luarocks show: print modules and deps sorted | mpeterv | 1 | -1/+3 |
2016-03-21 | Add few more tests for command_line | bhattigurjot | 1 | -1/+5 |
2016-03-21 | Add tests for command_line | bhattigurjot | 1 | -0/+2 |
2016-03-20 | Fix stat error on `luarocks download <provided rock> --all` | mpeterv | 1 | -9/+14 |
2016-03-20 | Refactor download.download | mpeterv | 1 | -18/+13 |
2016-03-20 | Don't handle multiple rock queries in find_suitable_rock | mpeterv | 3 | -36/+25 |
2016-03-19 | Add tests for search query | bhattigurjot | 1 | -0/+3 |
2016-03-19 | Add split_server_url test for handling local cache | bhattigurjot | 1 | -0/+1 |
2016-03-19 | Small addition to test suite #GSoC | roboo | 2 | -0/+9 |
2016-03-19 | Doc fixes for luarocks.search | mpeterv | 1 | -7/+11 |
2016-03-17 | Implement magical rockspec picking for "luarocks make" | mpeterv | 2 | -11/+62 |
2016-03-14 | Add HaikuOS as platform | Daniel Lemos | 1 | -4/+7 |
2016-03-01 | Make sure deps-mode is respected when recursing the dependency chain. | Hisham | 1 | -1/+1 |
2016-02-29 | Test that 'unzip' is present in the $PATH. | Hisham | 1 | -3/+5 |
2016-02-23 | Implement MSYS2 support | Karel Tuma | 1 | -3/+25 |
2016-02-19 | Compatibility with lua-zlib | mpeterv | 1 | -20/+36 |