| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | 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 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-28 | 3 | -32/+18 |
|\| |
|
| * | 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 |
* | | Fix merge. | Hisham | 2016-10-28 | 1 | -1/+0 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-27 | 14 | -43/+72 |
|\| |
|
| * | 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 |
| |/ |
|
* | | Check rockspec_version before running type check. | Hisham | 2016-10-25 | 1 | -5/+6 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-20 | 2 | -14/+22 |
|\| |
|
| * | 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 |
* | | Make sure brand-new rockspec table has the utility function. | Hisham | 2016-10-20 | 1 | -0/+3 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-20 | 3 | -100/+164 |
|\| |
|
| * | 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 |
* | | Add format-check function in rockspec table. | Hisham | 2016-10-19 | 4 | -8/+8 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-19 | 4 | -18/+29 |
|\| |
|
| * | 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 |
* | | Refactor error message and add extra checks. | Hisham | 2016-10-19 | 4 | -17/+16 |
* | | Avoid circular dependency. | Hisham | 2016-10-19 | 1 | -1/+1 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-18 | 5 | -13/+24 |
|\| |
|
| * | Regenerate manifest every time we delete a version. | Hisham | 2016-10-18 | 6 | -14/+24 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-15 | 2 | -4/+9 |
|\| |
|
| * | 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 |
* | | Oops, my dev environment leaked in a commit, sorry. | Hisham | 2016-10-15 | 2 | -4/+2 |
* | | Add labels and issues_url metadata | Hisham | 2016-10-14 | 3 | -0/+15 |
* | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-14 | 7 | -105/+123 |
|\| |
|
| * | 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 |
| * | | Make the workaround for older LuaRocks versions more robust. | Hisham | 2016-10-06 | 1 | -0/+24 |
| |/ |
|
| * | Simulate module() for older wrappers. | Hisham | 2016-10-05 | 1 | -0/+5 |
| * | Fix pack-binary-rock operation. | Hisham | 2016-09-08 | 1 | -1/+1 |
| * | Make `pack` use the same logic as `show` for finding a rock. | Hisham | 2016-09-08 | 4 | -64/+46 |
| * | Use Unix makefile by default on MinGW; | Hisham | 2016-08-22 | 1 | -0/+1 |
| * | Make behavior of config files on Windows more consistent | Hisham | 2016-08-11 | 1 | -4/+3 |
* | | Tweak tests for luarocks-3 branch. | Hisham | 2016-07-28 | 2 | -2/+4 |
* | | Move sortedpairs to core; used by luarocks.loader. | Hisham | 2016-07-28 | 2 | -62/+63 |
* | | Fix field name building in type_check.lua | Hisham | 2016-07-28 | 1 | -2/+5 |