aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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