aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-08Make sure target directory exists when saving API config.Hisham1-0/+5
2017-01-08Improve error checking in ownership check.Hisham4-7/+23
2017-01-06Oops! Fix warning message.Hisham1-1/+3
2017-01-06Check ownership of cache directory and emit a warning.Hisham6-9/+47
2016-12-18Remove outdated flagsHisham1-1/+1
2016-12-02Fix clobbered varible.Hisham1-7/+7
2016-12-02Check for specific directories instead of the root dir.Hisham1-19/+20
2016-12-02Avoid overwriting variable.Hisham1-3/+3
2016-12-01Avoid breaking test in release branches.Hisham2-3/+3
2016-11-14Fix duplicated error message on missing rock manifestPeter Melnichenko1-4/+2
2016-11-14Remove outdated file from list, and automate check for the futureHisham2-1/+16
2016-11-14Move get_versions from luarocks.core.manif to luarocks.manif.Hisham6-77/+76
2016-11-14Minor luacheck cleanupsHisham1-3/+3
2016-11-13Do not require core modules from outside corePeter Melnichenko1-1/+1
2016-11-13Split pure version/deps operations into luarocks.vers modulePeter Melnichenko17-194/+198
2016-11-12List commands in `luarocks show`Peter Melnichenko1-4/+16
2016-11-12Fix module paths `luarocks show` displays for "asset" filesPeter Melnichenko3-25/+28
2016-11-05luarocks.repos: refactor repos.package_{modules,commands}Peter Melnichenko1-25/+29
2016-11-05luarocks.repos: refactor recurse_rock_manifest_treePeter Melnichenko1-18/+16
2016-11-02Use ("%q"):format() for quoting in persistPeter Melnichenko1-1/+1
2016-11-02Fix persist for multiline strings ending with closing bracket prefixPeter Melnichenko1-1/+2