| Commit message (Expand) | Author | Files | Lines |
2016-04-14 | Quote archive name when unpacking | mpeterv | 1 | -2/+2 |
2016-04-03 | install.bat: fix Wow6432Node substitution | mpeterv | 1 | -1/+1 |
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 |
2016-02-13 | Fix trailing space in dep.show_dep on dep without constraints | mpeterv | 1 | -5/+9 |
2016-02-11 | Add a test for luarocks new_version --tag | mpeterv | 1 | -0/+1 |
2016-02-11 | Add --tag option for luarocks new_version | mpeterv | 1 | -8/+18 |
2016-02-11 | Fix update_source_section in new_version | mpeterv | 1 | -22/+37 |
2016-02-11 | Remove a redundant check in new_version | mpeterv | 1 | -3/+0 |
2016-02-11 | Fix "missing argument" message for new_version | mpeterv | 1 | -1/+1 |
2016-02-07 | Add compatibility with lhf's lmd5 module. | Philipp Janda | 1 | -0/+8 |
2016-02-02 | Fix docs for path.which_i and some of its users | mpeterv | 2 | -24/+24 |
2016-02-01 | Make search order deterministic. | Hisham | 1 | -3/+4 |
2016-01-22 | Update repo URLs to luarocks.org instead of rocks.moonscript.org | Jonathan Goble | 2 | -2/+2 |
2016-01-11 | Do not handle cfg.local_cache == nil in luarocks.cache | mpeterv | 1 | -14/+1 |
2016-01-11 | Report unknown commands consistently | mpeterv | 1 | -1/+1 |
2016-01-11 | Remove two unnecessary require calls | mpeterv | 2 | -2/+1 |
2016-01-11 | luarocks make: ignore 'rockspec' directory when no argument given | mpeterv | 1 | -1/+1 |
2016-01-10 | 2nd occurence of the json error message also updated | Thijs Schreijer | 1 | -1/+1 |
2016-01-10 | removed duplicate code, this part seems copy-pasted from the part that was la... | Thijs Schreijer | 1 | -2/+2 |
2016-01-10 | provide a better error message for missing json libraries | Thijs Schreijer | 1 | -3/+12 |
2016-01-04 | Upgrade to LuaCov 0.9.1, make coverage viewable | mpeterv | 1 | -19/+16 |
2016-01-02 | avoid "missing dependency" errors for defaults | Pierre Chapuis | 1 | -1/+4 |
2015-12-26 | fix missing variable expansion when using a self contained configuration | Thijs Schreijer | 1 | -1/+1 |
2015-12-23 | Fetch LuaJIT from GitHub mirror on Travis | mpeterv | 1 | -2/+2 |
2015-12-23 | Add git+ssh support to fetchers, including both kinds of git ssh url | Geoff Leyland | 2 | -1/+33 |
2015-12-22 | Fix util.popen_read | Geoff Leyland | 1 | -2/+2 |
2015-12-22 | Install luabitop from src rock on travis | mpeterv | 1 | -0/+1 |
2015-12-19 | Improve error handling in builtin backend | mpeterv | 1 | -6/+5 |
2015-12-19 | Fix extension splitting in builting backend | mpeterv | 1 | -2/+2 |
2015-12-06 | Stricter version consistency checks. | Hisham Muhammad | 1 | -2/+29 |
2015-12-06 | Fix find_program() in configure | mpeterv | 1 | -1/+5 |
2015-12-05 | Improve writability checks. | Hisham Muhammad | 3 | -10/+33 |
2015-12-05 | Process external deps in sorted order | mpeterv | 1 | -2/+2 |