summaryrefslogtreecommitdiff
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-26Tests: add smoke testHisham Muhammad3-6/+77
2019-04-26Tests: cleanup signature before signingHisham Muhammad2-0/+4
2019-04-26Fix build of binariesHisham Muhammad2-1/+2
2019-04-19Tests: add test for fs.wrap_scriptHisham Muhammad1-13/+53
2019-04-19bin wrapper: revert from LUA_INIT back to -eHisham Muhammad2-14/+16
2019-04-17hardcode "windows" platform in Windows binary to help WineHisham Muhammad1-4/+3
2019-04-17travis: use pip (not pip2) with hererocksHisham Muhammad1-1/+1
2019-04-17repos: prevent fs.move from failingHisham Muhammad1-0/+2
2019-04-16patch lockfile: do not rely on relative pathsHisham Muhammad1-2/+2
2019-04-16fix: handle all-negative supported_platforms rockspec fieldLeo P1-1/+3
2019-04-16fix: correctly print current platformsLeo P1-1/+6
2019-04-09make: use a lockfile for patching on first `luarocks make` runHisham Muhammad1-4/+17
2019-04-09spec/init_spec.lua: cleanup testHisham Muhammad1-3/+1
2019-04-09init: robustness improvementsHisham Muhammad1-20/+44
2019-04-09fs: separate cache_timeout and cache_fail_timeoutHisham Muhammad2-5/+10
2019-04-09search: add report and opt-out for checking other Lua versionsHisham Muhammad7-21/+35
2019-04-09persist: save_default_lua_versionHisham Muhammad2-10/+17
2019-04-09Improve runtime detection of Lua interpreterHisham Muhammad2-9/+39
2019-04-09cmd: Fix use of sysconfdir for default-lua-version.lua searchHisham Muhammad1-3/+3
2019-04-09init: rewrite project config when it's safe to do soHisham Muhammad1-14/+18
2019-04-03config: add modes for reading, writing and unsetting individual entriesHisham Muhammad11-198/+534
2019-04-03Add --global, improve relationship between project and --localHisham Muhammad4-11/+18
2019-04-03Simplify issue with superuser cache and avoid annoying messageHisham Muhammad6-68/+20
2019-04-03manif: use temp dir if local cache can't be createdHisham Muhammad1-1/+6
2019-04-03util: more informative message: "Lua 5.x interpreter not found"Hisham Muhammad1-1/+4
2019-04-03fs.lua: cache failures as wellHisham Muhammad1-16/+34
2019-04-03Cache manifest more aggressivelyHisham Muhammad5-28/+65
2019-04-03update to luacov 0.13.1 + cluacov 0.1.1Hisham Muhammad5-14/+17
2019-04-01util: fix refactor mistakeHisham Muhammad1-1/+1
2019-04-01Reorder Travis testsHisham Muhammad1-35/+35
2019-04-01install, build, make: add --verify and --sign optionsHisham Muhammad10-95/+236
2019-04-01Refactor opts_table from build to reuse in installHisham Muhammad2-34/+37
2019-04-01upload: add --sign optionHisham Muhammad2-3/+34
2019-04-01Add --sign option to `luarocks pack`Hisham Muhammad11-2/+53
2019-04-01tar: do not attempt to create directory more than onceHisham Muhammad1-3/+4
2019-04-01fs: versions of exists, is_file, is_dir for Unix and Windows that do not forkHisham Muhammad9-53/+97
2019-04-01init: ensure --reset resets lua wrapper and config fileHisham Muhammad1-20/+24
2019-04-01fun: add find and memoize functionsHisham Muhammad1-0/+40
2019-04-01cmd: refactor detection code and improve detection of project dirHisham Muhammad4-172/+189