aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-26Check if header matches interpreter.Hisham1-0/+12
2016-10-26Improve check of Lua interpreterHisham1-38/+39
2016-10-26Add two tests for uppercase rock name argumentsPeter Melnichenko2-1/+13
2016-10-26Treat rock name arguments in case insensitive wayPeter Melnichenko8-6/+9
2016-10-25Add link_lua_explicitly option.Hisham2-1/+3
2016-10-25Check rockspec_version before running type check.Hisham1-6/+6
2016-10-25Check rockspec_version before running type check.Hisham1-5/+6
2016-10-20Remove some unused locals and importsPeter Melnichenko6-9/+2
2016-10-20Show traceback for errors in scheduled functionsPeter Melnichenko1-9/+15
2016-10-20Slightly improve error messages in deploy/removePeter Melnichenko1-5/+7
2016-10-20Add a test for sailor/sailorproject#138Peter Melnichenko1-0/+12
2016-10-20Make sure brand-new rockspec table has the utility function.Hisham1-0/+3
2016-10-20Fix backup of wrapped scripts on deployPeter Melnichenko1-26/+25
2016-10-20Add a test for wrapped script backupPeter Melnichenko1-0/+2
2016-10-19Fix conflict resolution on deploy/deletePeter Melnichenko2-78/+146
2016-10-19Oops, messed with the module location.Hisham1-2/+2
2016-10-19Add a test for #302Peter Melnichenko2-0/+23
2016-10-19Merge in Windows-compatible quoting.Hisham1-2/+2
2016-10-19Add format-check function in rockspec table.Hisham4-8/+8
2016-10-19Add some useful rules to .gitignoreHisham1-0/+10
2016-10-19Refactor error message and add extra checks.Hisham4-17/+16
2016-10-19Avoid circular dependency.Hisham1-1/+1
2016-10-19Remove some useless code in luarocks.buildPeter Melnichenko1-4/+1
2016-10-19Fix tests on Windows with Lua 5.3Peter Melnichenko1-4/+4
2016-10-19Fix installation of modules from files ending with "init.lua"Peter Melnichenko1-1/+1
2016-10-19Remove some useless code in build.builtinPeter Melnichenko1-4/+1
2016-10-19Run manif.update_manifest in repos.deploy_filesPeter Melnichenko3-13/+26
2016-10-19Use luarocks-3 branch on AppveyorHisham1-1/+1
2016-10-18Regenerate manifest every time we delete a version.Hisham6-14/+24
2016-10-18Test case for issue #268Hisham2-1/+15
2016-10-15Add missing file in test repoHisham1-1/+2
2016-10-15Oops, my dev environment leaked in a commit, sorry.Hisham2-4/+2
2016-10-15Add missing file in test repoHisham1-1/+2
2016-10-14Add tests for new flagsHisham1-0/+8
2016-10-14Add labels and issues_url metadataHisham3-0/+15
2016-10-14Relax Lua version detection to support RaviPeter Melnichenko3-4/+4
2016-10-12Fix manif.find_{current,next}_provider returning "untracked" incorrectlyPeter Melnichenko1-3/+8
2016-10-10Fix of openssl location on TravisCI OSX buildroboo2-2/+2
2016-10-10Fix of openssl location on TravisCI OSX buildroboo1-1/+1
2016-10-10Fix of openssl location on TravisCI OSX buildroboo1-0/+3
2016-10-06Fixup LUAROCKS_PREFIX when copying over site_config.lua.Hisham1-1/+1
2016-10-06Install site_config.lua after Makefile calls luarocks.Hisham1-3/+6
2016-10-06Make the workaround for older LuaRocks versions more robust.Hisham1-0/+24
2016-10-06Rewrite util.sortedpairs to avoid using coroutinesPeter Melnichenko1-36/+43
2016-10-06Add tests for util.sortedpairsPeter Melnichenko1-0/+56
2016-10-05Simulate module() for older wrappers.Hisham1-0/+5
2016-09-11Add Gitter badge, change Travis badge to svgHisham Muhammad1-1/+2
2016-09-08Remove old testing.batbranched-to-2.4.0Hisham1-9/+0
2016-09-08Restore accidentally deleted line!Hisham1-0/+1
2016-09-08Fix test to match new behavior of `pack`.Hisham1-2/+3