aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add --tag option for luarocks new_versionmpeterv2016-02-111-8/+18
| * | | | Fix update_source_section in new_versionmpeterv2016-02-111-22/+37
| * | | | Remove a redundant check in new_versionmpeterv2016-02-111-3/+0
| * | | | Fix "missing argument" message for new_versionmpeterv2016-02-111-1/+1
| * | | | Merge pull request #483 from Tieske/errmsg_jsonPeter Melnichenko2016-02-111-6/+15
| |\ \ \ \
| | * | | | 2nd occurence of the json error message also updatedThijs Schreijer2016-01-101-1/+1
| | * | | | removed duplicate code, this part seems copy-pasted from the part that was la...Thijs Schreijer2016-01-101-2/+2
| | * | | | provide a better error message for missing json librariesThijs Schreijer2016-01-101-3/+12
| * | | | | Add compatibility with lhf's lmd5 module.Philipp Janda2016-02-071-0/+8
| * | | | | Fix docs for path.which_i and some of its usersmpeterv2016-02-022-24/+24
| * | | | | Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-02-016-26/+11
| |\ \ \ \ \
| | * | | | | Do not handle cfg.local_cache == nil in luarocks.cachempeterv2016-01-111-14/+1
| | * | | | | Report unknown commands consistentlympeterv2016-01-111-1/+1
| | * | | | | Remove two unnecessary require callsmpeterv2016-01-112-2/+1
| | * | | | | luarocks make: ignore 'rockspec' directory when no argument givenmpeterv2016-01-111-1/+1
| | * | | | | Merge pull request #467 from mpeterv/build-builtin-errorsHisham Muhammad2016-01-111-8/+7
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Improve error handling in builtin backendmpeterv2015-12-191-6/+5
| | | * | | | Fix extension splitting in builting backendmpeterv2015-12-191-2/+2
| * | | | | | Make search order deterministic.Hisham2016-02-011-3/+4
| |/ / / / /
| * / / / / Add git+ssh support to fetchers, including both kinds of git ssh urlGeoff Leyland2015-12-231-0/+32
| |/ / / /
* | | | / avoid "missing dependency" errors for defaultsPierre Chapuis2016-01-021-1/+4
| |_|_|/ |/| | |
* | | | Fix util.popen_readGeoff Leyland2015-12-221-2/+2
* | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-12-056-34/+79
|\| | |
| * | | Improve writability checks.Hisham Muhammad2015-12-053-10/+33
| * | | Process external deps in sorted ordermpeterv2015-12-051-2/+2
| * | | Show candidate files when external deps are missingmpeterv2015-12-051-18/+33
| * | | Merge branch 'master' of https://github.com/keplerproject/luarocksHisham Muhammad2015-12-012-5/+7
| |\ \ \
| | * \ \ Merge pull request #453 from Tieske/default_config_locationHisham Muhammad2015-12-011-1/+1
| | |\ \ \
| | | * | | write config directory only if explictly given, use defaults otherwiseThijs Schreijer2015-11-141-1/+1
| | * | | | fix: bad errormessage and missing quotesThijs Schreijer2015-11-252-4/+6
| | |/ / /
| * / / / Make sure --local always implies --tree=home.Hisham Muhammad2015-12-011-0/+5
| |/ / /
* | | | Add explicit macosx_deployment_target option for Mac users.Hisham Muhammad2015-11-293-3/+47
* | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-11-162-21/+28
|\| | |
| * | | Merge pull request #413 from Tieske/unversion_LRHisham Muhammad2015-11-071-10/+26
| |\ \ \
| | * | | explicit warn when enviornment variable given filename doesn't existThijs Schreijer2015-10-271-9/+25
| | * | | fixed bad reference to main LuaRocks install path, should fix AppVeyor failuresThijs Schreijer2015-07-201-1/+1
| * | | | Merge pull request #440 from mpeterv/fix-patch-errorHisham Muhammad2015-10-191-11/+6
| |\ \ \ \
| | * | | | Fix patch error message when source is differentmpeterv2015-10-171-11/+6
| * | | | | Fix empty line handling in patch.luampeterv2015-10-171-1/+6
| |/ / / /
* | | | | If LUAROCKS_CONFIGURE is given and is invalid, do not silently switch to a de...Hisham Muhammad2015-10-241-10/+19
* | | | | Support install_pass in CMake. Fixes #431.Hisham Muhammad2015-10-231-4/+18
* | | | | Support "luajit" as a provided dependency in rockspec format 3.0Hisham Muhammad2015-10-193-11/+22
* | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-10-031-2/+2
|\| | | |
| * | | | Revert accidental commit.Hisham Muhammad2015-09-302-4/+2
| * | | | Use env for setting MACOSX_DEPLOYMENT_TARGET.Hisham Muhammad2015-09-303-4/+6
* | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-09-222-0/+6
|\| | | |
| * | | | add set_time function for tar module without lfsHisham Muhammad2015-09-222-0/+6
| * | | | Merge pull request #426 from usstwxy/patch-1Hisham Muhammad2015-09-221-3/+4
| |\ \ \ \
| | * | | | Update tar.luaWXY2015-09-211-3/+4
| * | | | | missing to close file descriptorTsT2015-09-211-0/+1