| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops! Fix warning message. | Hisham | 2017-09-12 | 1 | -1/+3 |
* | Check ownership of cache directory and emit a warning. | Hisham | 2017-09-12 | 6 | -9/+47 |
* | Add sanity check for lua.h | Hisham Muhammad | 2017-09-12 | 1 | -0/+9 |
* | Make sure target directory exists when saving API config. | Hisham | 2017-09-12 | 1 | -0/+5 |
* | Fix clobbered varible. | Hisham | 2017-09-12 | 1 | -7/+7 |
* | Check for specific directories instead of the root dir. | Hisham | 2017-09-12 | 1 | -19/+20 |
* | List commands in `luarocks show` | Peter Melnichenko | 2017-09-12 | 1 | -4/+16 |
* | Fix module paths `luarocks show` displays for "asset" files | Peter Melnichenko | 2017-09-12 | 2 | -4/+28 |
* | Formatting fix for recent addition to `make` help message | Peter Melnichenko | 2017-09-12 | 1 | -1/+2 |
* | Additional help-info added to luarocks help make about --only-deps flag. | Philipp Pa | 2017-08-24 | 1 | -0/+2 |
* | Forget deprecated options from command line help. | Nicolas Cornu | 2017-07-07 | 1 | -1/+1 |
* | Get rid of an implicit number to string conversion | Peter Melnichenko | 2017-03-14 | 1 | -2/+2 |
* | Avoid breaking test in release branches. | Hisham | 2016-12-01 | 1 | -1/+1 |
* | Merge pull request #644 from mpeterv/fix-conflict-resolve | Hisham Muhammad | 2016-11-03 | 2 | -183/+205 |
|\ |
|
| * | Fix and refactor conflict resolution on deploy/delete | Peter Melnichenko | 2016-11-01 | 2 | -183/+205 |
* | | Use ("%q"):format() for quoting in persist | Peter Melnichenko | 2016-11-02 | 1 | -1/+1 |
* | | Fix persist for multiline strings ending with closing bracket prefix | Peter Melnichenko | 2016-11-02 | 1 | -1/+2 |
|/ |
|
* | Use optional lpeg feature when available. | Hisham | 2016-11-01 | 1 | -0/+1 |
* | Remove dead code | Hisham | 2016-11-01 | 1 | -3/+0 |
* | Get rid of repeated missing deps checks | Peter Melnichenko | 2016-10-30 | 6 | -52/+87 |
* | Merge pull request #638 from mpeterv/remove-without-manifest-rebuild | Hisham Muhammad | 2016-10-29 | 2 | -64/+122 |
|\ |
|
| * | Update manifest after removal without rebuilding | Peter Melnichenko | 2016-10-28 | 2 | -9/+84 |
| * | manif.update_manifest: do not update manifest if rebuilt | Peter Melnichenko | 2016-10-28 | 1 | -8/+4 |
| * | manif.update_manifest: load manifest as local | Peter Melnichenko | 2016-10-28 | 1 | -1/+1 |
| * | Rename a variable in manif.update_manifest | Peter Melnichenko | 2016-10-28 | 1 | -6/+6 |
| * | Refactor store_results in luarocks.manif (2) | Peter Melnichenko | 2016-10-28 | 1 | -21/+8 |
| * | Refactor store_results in luarocks.manif | Peter Melnichenko | 2016-10-28 | 1 | -22/+22 |
* | | Improve performance of manif_core.get_versions | Peter Melnichenko | 2016-10-29 | 1 | -11/+10 |
|/ |
|
* | Fix absolute path detection on Windows | Peter Melnichenko | 2016-10-28 | 1 | -8/+31 |
* | Refactor windows argument quoting functions | Peter Melnichenko | 2016-10-28 | 1 | -21/+9 |
* | Move Unix-specific fs.Q implementation into luarocks.fs.unix | Peter Melnichenko | 2016-10-28 | 2 | -11/+9 |
* | Support user-defined platforms array. | Hisham | 2016-10-26 | 1 | -30/+57 |
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham | 2016-10-26 | 13 | -15/+11 |
|\ |
|
| * | Treat rock name arguments in case insensitive way | Peter Melnichenko | 2016-10-26 | 8 | -6/+9 |
| * | Remove some unused locals and imports | Peter Melnichenko | 2016-10-20 | 6 | -9/+2 |
* | | Add link_lua_explicitly option. | Hisham | 2016-10-25 | 2 | -1/+3 |
* | | Check rockspec_version before running type check. | Hisham | 2016-10-25 | 1 | -6/+6 |
|/ |
|
* | Show traceback for errors in scheduled functions | Peter Melnichenko | 2016-10-20 | 1 | -9/+15 |
* | Slightly improve error messages in deploy/remove | Peter Melnichenko | 2016-10-20 | 1 | -5/+7 |
* | Fix backup of wrapped scripts on deploy | Peter Melnichenko | 2016-10-20 | 1 | -26/+25 |
* | Fix conflict resolution on deploy/delete | Peter Melnichenko | 2016-10-19 | 2 | -78/+146 |
* | Remove some useless code in luarocks.build | Peter Melnichenko | 2016-10-19 | 1 | -4/+1 |
* | Fix installation of modules from files ending with "init.lua" | Peter Melnichenko | 2016-10-19 | 1 | -1/+1 |
* | Remove some useless code in build.builtin | Peter Melnichenko | 2016-10-19 | 1 | -4/+1 |
* | Run manif.update_manifest in repos.deploy_files | Peter Melnichenko | 2016-10-19 | 3 | -13/+26 |
* | Regenerate manifest every time we delete a version. | Hisham | 2016-10-18 | 6 | -14/+24 |
* | Relax Lua version detection to support Ravi | Peter Melnichenko | 2016-10-14 | 1 | -1/+1 |
* | Fix manif.find_{current,next}_provider returning "untracked" incorrectly | Peter Melnichenko | 2016-10-12 | 1 | -3/+8 |
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham | 2016-10-06 | 1 | -36/+43 |
|\ |
|
| * | Rewrite util.sortedpairs to avoid using coroutines | Peter Melnichenko | 2016-10-06 | 1 | -36/+43 |