summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Do not register system tree if installing to ~/.luarocksHisham Muhammad2019-03-142-2/+2
* core.cfg: make detection of sysconfdir version independentHisham Muhammad2019-03-141-3/+3
* cmd: be more lenient when --lua-version can't find an interpreterHisham Muhammad2019-03-141-1/+8
* cmd: if ./.luarocks/config-5.x.lua exists, assume Lua version 5.x by defaultHisham Muhammad2019-03-141-10/+16
* Add info about lua-version option in helpJacekJaszczuk2019-03-141-0/+1
* fixup! core.sysdetect: Fallback to /proc to detect LinuxLuke Gorrie2019-03-121-5/+5
* core.sysdetect: Fallback to /proc to detect LinuxLuke Gorrie2019-03-121-0/+9
* Support installations without documentationGeorge Roman2019-02-124-5/+45
* fix: make variable changes localSimone Livieri2019-02-121-0/+1
* Fix small misspellings (#957)Antonin Décimo2019-02-0914-17/+17
* core.cfg: fix sysconfdir detection trimming @ from debug.getinfoTomás Guisasola2019-01-081-0/+3
* persist: handle keys that are keywords correctly.Hisham Muhammad2018-12-102-13/+70
* fs.win32: fix setting permissions for all users (#943)FYP2018-11-211-1/+1
* only report on local cache ownership if we can check itHisham Muhammad2018-11-121-1/+5
* makedist: add 'binary' and 'sign' stepsHisham Muhammad2018-10-301-0/+44
* Merge branch '3.0.4'Hisham Muhammad2018-10-301-36/+0
|\
| * Release 3.0.4v3.0.4Hisham Muhammad2018-10-305-9/+10
| * Tests: add smoke testHisham Muhammad2018-10-303-4/+75
|/
* Tests: add tests for luarocks.core.sysdetect (#939)Hisham Muhammad2018-10-302-0/+74
* Smarter default rockspec, based on current dir basenameHisham Muhammad2018-10-301-0/+8
* Unbundle pe-parser from LuaRocks sourcesHisham Muhammad2018-10-302-1/+1
* core.sysdetect: add fork-free OS detection (#938)Hisham Muhammad2018-10-305-48/+447
* cmd: fix setting up deployment paths from a treeFYP2018-10-292-5/+22
* test: rename a misinterpretable vararg (#936)Oliver Vartiainen2018-10-221-7/+7
* pack: fix packing installed rockFYP2018-10-171-2/+2
* Fix dependency pattern matching for patterns including "+"Hisham Muhammad2018-10-011-1/+1
* Tests: add shebang test for fs.is_luaHisham Muhammad2018-09-261-0/+6
* Improve error messages when external tools are not foundHisham Muhammad2018-09-265-7/+23
* write_rockspec: fix representation of Lua version dependencyHisham Muhammad2018-09-252-0/+28
* Remove unnecessary old check from fs.set_permissionsGeorge Roman2018-09-161-5/+3
* fs: fix target pathname in wrap_scriptHisham Muhammad2018-09-162-24/+21
* core.util: be more resilient when reading command outputsHisham Muhammad2018-09-161-2/+9
* Update .gitignoreGeorge Roman2018-09-161-3/+2
* Merge branch '3.0.3'Hisham Muhammad2018-09-150-0/+0
|\
| * Release 3.0.3v3.0.3Hisham Muhammad2018-09-135-9/+10
| * Tests: add smoke testHisham Muhammad2018-09-133-5/+76
|/
* makedist: add version check for configureHisham Muhammad2018-09-131-0/+6
* Tests: add regression test for luarocks.loader startupHisham Muhammad2018-09-112-1/+15
* cfg: fix cosmetic improvement in LUA variableHisham Muhammad2018-09-111-1/+1
* fs.win32: fix wrapper generation when a folder with the same basename existsHisham Muhammad2018-09-111-2/+2
* builtin: autogenerate valid variable names for libraries with symbolsHisham Muhammad2018-09-071-1/+1
* cfg: cosmetic improvement in LUA variableHisham Muhammad2018-09-071-1/+1
* cfg: allow an empty rocks_trees in a config-5.x.lua fileHisham Muhammad2018-09-072-4/+3
* init: add --reset optionHisham Muhammad2018-09-072-1/+18
* init: store cmd_interpreter and luajit_version in generated configHisham Muhammad2018-09-071-0/+6
* write_rockspec, init: rename --lua-version to --lua-versionsHisham Muhammad2018-09-074-9/+10
* cmd: look for proper Lua version in $PATH when --lua-version is givenHisham Muhammad2018-09-071-15/+38
* builtin: improve skiplist for module autodetectionHisham Muhammad2018-09-071-18/+22
* Tests: add test cases for rocks with conflicting module namesHisham Muhammad2018-09-048-1/+159
* repos: fix upgrade and downgrade of files when module names clashHisham Muhammad2018-09-042-187/+262