aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-18Add support for the --tree argument to the path commandRyan Hartlage2-4/+10
2016-04-18Update LuaCovmpeterv1-1/+1
2016-04-18Update LuaSecHisham1-1/+1
2016-04-14Fix loud archive unpackingmpeterv1-3/+9
2016-04-14Quote archive name when unpackingmpeterv1-2/+2
2016-04-10A number of tests for the luaRocks test suite.Mihai Branescu1-1/+9
2016-04-07Don't report missing manifests in 'luarocks list'mpeterv3-8/+10
2016-04-03install.bat: fix Wow6432Node substitutionmpeterv1-1/+1
2016-03-22Add tests for more flagsCameron Moy1-0/+10
2016-03-22luarocks show: split direct and indirect depsmpeterv1-2/+28
2016-03-22luarocks show: print modules and deps sortedmpeterv1-1/+3
2016-03-21Add few more tests for command_linebhattigurjot1-1/+5
2016-03-21Add tests for command_linebhattigurjot1-0/+2
2016-03-20Fix stat error on `luarocks download <provided rock> --all`mpeterv1-9/+14
2016-03-20Refactor download.downloadmpeterv1-18/+13
2016-03-20Don't handle multiple rock queries in find_suitable_rockmpeterv3-36/+25
2016-03-19Add tests for search querybhattigurjot1-0/+3
2016-03-19Add split_server_url test for handling local cachebhattigurjot1-0/+1
2016-03-19Small addition to test suite #GSoCroboo2-0/+9
2016-03-19Doc fixes for luarocks.searchmpeterv1-7/+11
2016-03-17Implement magical rockspec picking for "luarocks make"mpeterv2-11/+62
2016-03-14Add HaikuOS as platformDaniel Lemos1-4/+7
2016-03-01Make sure deps-mode is respected when recursing the dependency chain.Hisham1-1/+1
2016-02-29Test that 'unzip' is present in the $PATH.Hisham1-3/+5
2016-02-23Implement MSYS2 supportKarel Tuma1-3/+25
2016-02-19Compatibility with lua-zlibmpeterv1-20/+36
2016-02-13Fix trailing space in dep.show_dep on dep without constraintsmpeterv1-5/+9
2016-02-11Add a test for luarocks new_version --tagmpeterv1-0/+1
2016-02-11Add --tag option for luarocks new_versionmpeterv1-8/+18
2016-02-11Fix update_source_section in new_versionmpeterv1-22/+37
2016-02-11Remove a redundant check in new_versionmpeterv1-3/+0
2016-02-11Fix "missing argument" message for new_versionmpeterv1-1/+1
2016-02-07Add compatibility with lhf's lmd5 module.Philipp Janda1-0/+8
2016-02-02Fix docs for path.which_i and some of its usersmpeterv2-24/+24
2016-02-01Make search order deterministic.Hisham1-3/+4
2016-01-22Update repo URLs to luarocks.org instead of rocks.moonscript.orgJonathan Goble2-2/+2
2016-01-11Do not handle cfg.local_cache == nil in luarocks.cachempeterv1-14/+1
2016-01-11Report unknown commands consistentlympeterv1-1/+1
2016-01-11Remove two unnecessary require callsmpeterv2-2/+1
2016-01-11luarocks make: ignore 'rockspec' directory when no argument givenmpeterv1-1/+1
2016-01-102nd occurence of the json error message also updatedThijs Schreijer1-1/+1
2016-01-10removed duplicate code, this part seems copy-pasted from the part that was la...Thijs Schreijer1-2/+2
2016-01-10provide a better error message for missing json librariesThijs Schreijer1-3/+12
2016-01-04Upgrade to LuaCov 0.9.1, make coverage viewablempeterv1-19/+16
2015-12-26fix missing variable expansion when using a self contained configurationThijs Schreijer1-1/+1
2015-12-23Add git+ssh support to fetchers, including both kinds of git ssh urlGeoff Leyland2-1/+33
2015-12-22Install luabitop from src rock on travismpeterv1-0/+1
2015-12-19Improve error handling in builtin backendmpeterv1-6/+5
2015-12-19Fix extension splitting in builting backendmpeterv1-2/+2
2015-12-06Stricter version consistency checks.Hisham Muhammad1-2/+29