aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release 2.4.3.v2.4.32.4.3Hisham Muhammad2017-09-121-2/+2
* Improve error checking in ownership check.Hisham2017-09-124-7/+23
* Oops! Fix warning message.Hisham2017-09-121-1/+3
* Check ownership of cache directory and emit a warning.Hisham2017-09-126-9/+47
* Add sanity check for lua.hHisham Muhammad2017-09-121-0/+9
* 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