aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Release 2.4.2v2.4.2Hisham2016-11-301-2/+2
* Merge pull request #644 from mpeterv/fix-conflict-resolveHisham Muhammad2016-11-032-183/+205
|\
| * Fix and refactor conflict resolution on deploy/deletePeter Melnichenko2016-11-012-183/+205
* | Use ("%q"):format() for quoting in persistPeter Melnichenko2016-11-021-1/+1
* | Fix persist for multiline strings ending with closing bracket prefixPeter Melnichenko2016-11-021-1/+2
|/
* Use optional lpeg feature when available.Hisham2016-11-011-0/+1
* Remove dead codeHisham2016-11-011-3/+0
* Get rid of repeated missing deps checksPeter Melnichenko2016-10-306-52/+87
* Merge pull request #638 from mpeterv/remove-without-manifest-rebuildHisham Muhammad2016-10-292-64/+122
|\
| * Update manifest after removal without rebuildingPeter Melnichenko2016-10-282-9/+84
| * manif.update_manifest: do not update manifest if rebuiltPeter Melnichenko2016-10-281-8/+4
| * manif.update_manifest: load manifest as localPeter Melnichenko2016-10-281-1/+1
| * Rename a variable in manif.update_manifestPeter Melnichenko2016-10-281-6/+6
| * Refactor store_results in luarocks.manif (2)Peter Melnichenko2016-10-281-21/+8
| * Refactor store_results in luarocks.manifPeter Melnichenko2016-10-281-22/+22
* | Improve performance of manif_core.get_versionsPeter Melnichenko2016-10-291-11/+10
|/
* Fix absolute path detection on WindowsPeter Melnichenko2016-10-281-8/+31
* Refactor windows argument quoting functionsPeter Melnichenko2016-10-281-21/+9
* Move Unix-specific fs.Q implementation into luarocks.fs.unixPeter Melnichenko2016-10-282-11/+9
* Support user-defined platforms array.Hisham2016-10-261-30/+57
* Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-10-2613-15/+11
|\
| * Treat rock name arguments in case insensitive wayPeter Melnichenko2016-10-268-6/+9
| * Remove some unused locals and importsPeter Melnichenko2016-10-206-9/+2
* | Add link_lua_explicitly option.Hisham2016-10-252-1/+3
* | Check rockspec_version before running type check.Hisham2016-10-251-6/+6
|/
* Show traceback for errors in scheduled functionsPeter Melnichenko2016-10-201-9/+15
* Slightly improve error messages in deploy/removePeter Melnichenko2016-10-201-5/+7
* Fix backup of wrapped scripts on deployPeter Melnichenko2016-10-201-26/+25
* Fix conflict resolution on deploy/deletePeter Melnichenko2016-10-192-78/+146
* Remove some useless code in luarocks.buildPeter Melnichenko2016-10-191-4/+1
* Fix installation of modules from files ending with "init.lua"Peter Melnichenko2016-10-191-1/+1
* Remove some useless code in build.builtinPeter Melnichenko2016-10-191-4/+1
* Run manif.update_manifest in repos.deploy_filesPeter Melnichenko2016-10-193-13/+26
* Regenerate manifest every time we delete a version.Hisham2016-10-186-14/+24
* Relax Lua version detection to support RaviPeter Melnichenko2016-10-141-1/+1
* Fix manif.find_{current,next}_provider returning "untracked" incorrectlyPeter Melnichenko2016-10-121-3/+8
* Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-10-061-36/+43
|\
| * Rewrite util.sortedpairs to avoid using coroutinesPeter Melnichenko2016-10-061-36/+43
* | Make the workaround for older LuaRocks versions more robust.Hisham2016-10-061-0/+24
|/
* Simulate module() for older wrappers.Hisham2016-10-051-0/+5
* Fix pack-binary-rock operation.Hisham2016-09-081-1/+1
* Make `pack` use the same logic as `show` for finding a rock.Hisham2016-09-084-64/+46
* Use Unix makefile by default on MinGW;Hisham2016-08-221-0/+1
* Make behavior of config files on Windows more consistentHisham2016-08-111-4/+3
* Closes #595. Fixes placement of rockspec when unpacking a git:// rock.Hisham2016-07-281-1/+0
* Check for invalid server response.Hisham2016-07-141-0/+3
* Merge pull request #587 from xpol/win32-unique-paths-in-bin-scriptsHisham Muhammad2016-07-112-1/+3
|\
| * Make package.path and package.cpath unique in win32 bin scripts.Xpol Wan2016-07-112-1/+3
* | Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-07-112-3/+6
|\|
| * Fix implicit number-to-string coversion in luarocks.helpPeter Melnichenko2016-07-051-1/+1