aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure target directory exists when saving API config.Hisham2017-09-121-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix clobbered varible.Hisham2017-09-121-7/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for specific directories instead of the root dir.Hisham2017-09-121-19/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | | List commands in `luarocks show`Peter Melnichenko2017-09-121-4/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix module paths `luarocks show` displays for "asset" filesPeter Melnichenko2017-09-122-4/+28
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Formatting fix for recent addition to `make` help messagePeter Melnichenko2017-09-121-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional help-info added to luarocks help make about --only-deps flag.Philipp Pa2017-08-241-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Forget deprecated options from command line help.Nicolas Cornu2017-07-071-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of an implicit number to string conversionPeter Melnichenko2017-03-141-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid breaking test in release branches.Hisham2016-12-011-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | 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