aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-15deps: improve performance of external dependency checksHisham Muhammad1-16/+33
2019-03-15cmd: improve detection of project dirHisham Muhammad1-28/+31
2019-03-14refactor: move require_json from luarocks.upload.api to luarocks.utilHisham Muhammad2-23/+23
2019-03-14util: when bootstrapped, return self path as wrapperHisham Muhammad1-1/+10
2019-03-14init: support running from the root directoryHisham Muhammad1-0/+3
2019-03-14Do not register system tree if installing to ~/.luarocksHisham Muhammad2-2/+2
2019-03-14core.cfg: make detection of sysconfdir version independentHisham Muhammad1-3/+3
2019-03-14cmd: be more lenient when --lua-version can't find an interpreterHisham Muhammad1-1/+8
2019-03-14cmd: if ./.luarocks/config-5.x.lua exists, assume Lua version 5.x by defaultHisham Muhammad1-10/+16
2019-03-14Add info about lua-version option in helpJacekJaszczuk1-0/+1
2019-03-12fixup! core.sysdetect: Fallback to /proc to detect LinuxLuke Gorrie1-5/+5
2019-03-12core.sysdetect: Fallback to /proc to detect LinuxLuke Gorrie1-0/+9
2019-02-12Support installations without documentationGeorge Roman4-5/+45
2019-02-12fix: make variable changes localSimone Livieri1-0/+1
2019-02-09Fix small misspellings (#957)Antonin Décimo14-17/+17
2019-01-08core.cfg: fix sysconfdir detection trimming @ from debug.getinfoTomás Guisasola1-0/+3
2018-12-10persist: handle keys that are keywords correctly.Hisham Muhammad2-13/+70
2018-11-21fs.win32: fix setting permissions for all users (#943)FYP1-1/+1
2018-11-12only report on local cache ownership if we can check itHisham Muhammad1-1/+5
2018-10-30makedist: add 'binary' and 'sign' stepsHisham Muhammad1-0/+44
2018-10-30Release 3.0.4v3.0.4Hisham Muhammad5-9/+10
2018-10-30Tests: add smoke testHisham Muhammad3-4/+75
2018-10-30Tests: add tests for luarocks.core.sysdetect (#939)Hisham Muhammad2-0/+74
2018-10-30Smarter default rockspec, based on current dir basenameHisham Muhammad1-0/+8
2018-10-30Unbundle pe-parser from LuaRocks sourcesHisham Muhammad2-1/+1
2018-10-30core.sysdetect: add fork-free OS detection (#938)Hisham Muhammad5-48/+447
2018-10-29cmd: fix setting up deployment paths from a treeFYP2-5/+22
2018-10-22test: rename a misinterpretable vararg (#936)Oliver Vartiainen1-7/+7
2018-10-17pack: fix packing installed rockFYP1-2/+2
2018-10-01Fix dependency pattern matching for patterns including "+"Hisham Muhammad1-1/+1
2018-09-26Tests: add shebang test for fs.is_luaHisham Muhammad1-0/+6
2018-09-26Improve error messages when external tools are not foundHisham Muhammad5-7/+23
2018-09-25write_rockspec: fix representation of Lua version dependencyHisham Muhammad2-0/+28
2018-09-16Remove unnecessary old check from fs.set_permissionsGeorge Roman1-5/+3
2018-09-16fs: fix target pathname in wrap_scriptHisham Muhammad2-24/+21
2018-09-16core.util: be more resilient when reading command outputsHisham Muhammad1-2/+9
2018-09-16Update .gitignoreGeorge Roman1-3/+2
2018-09-13Release 3.0.3v3.0.3Hisham Muhammad5-9/+10
2018-09-13Tests: add smoke testHisham Muhammad3-5/+76
2018-09-13makedist: add version check for configureHisham Muhammad1-0/+6
2018-09-11Tests: add regression test for luarocks.loader startupHisham Muhammad2-1/+15
2018-09-11cfg: fix cosmetic improvement in LUA variableHisham Muhammad1-1/+1
2018-09-11fs.win32: fix wrapper generation when a folder with the same basename existsHisham Muhammad1-2/+2
2018-09-07builtin: autogenerate valid variable names for libraries with symbolsHisham Muhammad1-1/+1
2018-09-07cfg: cosmetic improvement in LUA variableHisham Muhammad1-1/+1
2018-09-07cfg: allow an empty rocks_trees in a config-5.x.lua fileHisham Muhammad2-4/+3
2018-09-07init: add --reset optionHisham Muhammad2-1/+18
2018-09-07init: store cmd_interpreter and luajit_version in generated configHisham Muhammad1-0/+6
2018-09-07write_rockspec, init: rename --lua-version to --lua-versionsHisham Muhammad4-9/+10
2018-09-07cmd: look for proper Lua version in $PATH when --lua-version is givenHisham Muhammad1-15/+38