aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* 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
|/
* 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
|/ /
* | Revert accidental commit.Hisham Muhammad2015-09-302-4/+2
* | Use env for setting MACOSX_DEPLOYMENT_TARGET.Hisham Muhammad2015-09-303-4/+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
* | | We use lzlib, not lua-zlibHisham Muhammad2015-09-211-1/+1
|/ /
* / Fix git cloning command when using git+http protocolmpeterv2015-07-101-1/+1
|/
* Merge branch 'master' of github.com:keplerproject/luarocks into pref_versionedThijs Schreijer2015-07-011-1/+6
|\
| * Merge pull request #404 from ignacio/url_to_base_dirHisham Muhammad2015-07-011-1/+6
| |\
| | * Strip known extensionsIgnacio BurgueƱo2015-06-301-1/+6
| * | Merge pull request #398 from Tieske/refactor_cfgHisham Muhammad2015-07-011-97/+133
| |\ \ | | |/ | |/|
| | * added error message in case of a bad platform valueThijs Schreijer2015-06-261-0/+6
| | * added correct order for platform overridesThijs Schreijer2015-06-261-1/+27
| | * integrated cfg.platform and cfg.platformsThijs Schreijer2015-06-251-47/+47
| | * refactored the loading of the config files in a more structural manner, remov...Thijs Schreijer2015-06-251-39/+45
| | * `detected` was only retained in `cfg` through multiple copies, removed by dir...Thijs Schreijer2015-06-251-47/+45