aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-22fs.tools: move common directory stack functionsPeter Melnichenko3-93/+47
2016-05-22Move common implementation of fs.use_downloader into fs.tools modulePeter Melnichenko5-92/+61
2016-05-22Add fs.quiet_stderr functionPeter Melnichenko4-6/+20
2016-05-22Fix behaviour of `luarocks write-rockspec` with two argsPeter Melnichenko1-0/+1
2016-05-18Fix luarocks.repos module mutationPeter Melnichenko1-3/+2
2016-05-17Added tests for new install functionalityroboo2-2/+31
2016-05-16Refactor match_dep()Peter Melnichenko1-31/+15
2016-05-14Return missing deps listing in `luarocks install` outputPeter Melnichenko1-4/+21
2016-05-10Allow passing --force and --force-fast to `luarocks install` in all casesPeter Melnichenko1-1/+1
2016-05-10Rename broken --force=fast to --force-fastPeter Melnichenko7-11/+13
2016-05-10Refactor check_outdated() to avoid loops with unconditional breaksPeter Melnichenko1-15/+7
2016-05-10Fix `luarocks list --outdated`Peter Melnichenko1-1/+1
2016-05-10Fix some typos in messagesPeter Melnichenko2-2/+2
2016-05-10Announce each missing dep before its installPeter Melnichenko1-41/+31
2016-05-10Don't spam 'Updating manifest for...'Peter Melnichenko1-2/+0
2016-05-10Use same messages for installing binary and source rocksPeter Melnichenko3-18/+16
2016-05-10Shorten logging for `luarocks install`Peter Melnichenko2-2/+2
2016-05-08Fix some luacheck warnings in install.batPeter Melnichenko1-6/+3
2016-05-03Set permissions explicitly when copying or moving files.Hisham10-40/+60
2016-05-03Shorten code a bit.Hisham1-7/+1
2016-05-03Feature-test rather than version-testHisham1-4/+2
2016-04-18Add support for the --tree argument to the path commandRyan Hartlage4-4/+12
2016-04-19Show if rock is supported on other Lua versions on search failmpeterv3-19/+88
2016-04-19Show search error in functions using find_suitable_rockmpeterv3-4/+7
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-27Use mkdtemp() where availableKyle McLamb5-21/+55
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