| Commit message (Expand) | Author | Files | Lines |
2016-10-19 | Merge in Windows-compatible quoting. | Hisham | 1 | -2/+2 |
2016-10-19 | Add format-check function in rockspec table. | Hisham | 4 | -8/+8 |
2016-10-19 | Add some useful rules to .gitignore | Hisham | 1 | -0/+10 |
2016-10-19 | Refactor error message and add extra checks. | Hisham | 4 | -17/+16 |
2016-10-19 | Avoid circular dependency. | Hisham | 1 | -1/+1 |
2016-10-19 | Fix tests on Windows with Lua 5.3 | Peter Melnichenko | 1 | -4/+4 |
2016-10-19 | Fix installation of modules from files ending with "init.lua" | Peter Melnichenko | 1 | -1/+1 |
2016-10-19 | Remove some useless code in build.builtin | Peter Melnichenko | 1 | -4/+1 |
2016-10-19 | Run manif.update_manifest in repos.deploy_files | Peter Melnichenko | 3 | -13/+26 |
2016-10-19 | Use luarocks-3 branch on Appveyor | Hisham | 1 | -1/+1 |
2016-10-18 | Regenerate manifest every time we delete a version. | Hisham | 6 | -14/+24 |
2016-10-18 | Test case for issue #268 | Hisham | 2 | -1/+15 |
2016-10-15 | Add missing file in test repo | Hisham | 1 | -1/+2 |
2016-10-15 | Oops, my dev environment leaked in a commit, sorry. | Hisham | 2 | -4/+2 |
2016-10-15 | Add missing file in test repo | Hisham | 1 | -1/+2 |
2016-10-14 | Add tests for new flags | Hisham | 1 | -0/+8 |
2016-10-14 | Add labels and issues_url metadata | Hisham | 3 | -0/+15 |
2016-10-14 | Relax Lua version detection to support Ravi | Peter Melnichenko | 3 | -4/+4 |
2016-10-12 | Fix manif.find_{current,next}_provider returning "untracked" incorrectly | Peter Melnichenko | 1 | -3/+8 |
2016-10-10 | Fix of openssl location on TravisCI OSX build | roboo | 2 | -2/+2 |
2016-10-10 | Fix of openssl location on TravisCI OSX build | roboo | 1 | -1/+1 |
2016-10-10 | Fix of openssl location on TravisCI OSX build | roboo | 1 | -0/+3 |
2016-10-06 | Fixup LUAROCKS_PREFIX when copying over site_config.lua. | Hisham | 1 | -1/+1 |
2016-10-06 | Install site_config.lua after Makefile calls luarocks. | Hisham | 1 | -3/+6 |
2016-10-06 | Make the workaround for older LuaRocks versions more robust. | Hisham | 1 | -0/+24 |
2016-10-06 | Rewrite util.sortedpairs to avoid using coroutines | Peter Melnichenko | 1 | -36/+43 |
2016-10-06 | Add tests for util.sortedpairs | Peter Melnichenko | 1 | -0/+56 |
2016-10-05 | Simulate module() for older wrappers. | Hisham | 1 | -0/+5 |
2016-09-11 | Add Gitter badge, change Travis badge to svg | Hisham Muhammad | 1 | -1/+2 |
2016-09-08 | Remove old testing.batbranched-to-2.4.0 | Hisham | 1 | -9/+0 |
2016-09-08 | Restore accidentally deleted line! | Hisham | 1 | -0/+1 |
2016-09-08 | Fix test to match new behavior of `pack`. | Hisham | 1 | -2/+3 |
2016-09-08 | Tests: luarocks_bool commands log their outputs on failure. | Hisham | 7 | -22/+38 |
2016-09-08 | Fix pack-binary-rock operation. | Hisham | 1 | -1/+1 |
2016-09-08 | Make `pack` use the same logic as `show` for finding a rock. | Hisham | 4 | -64/+46 |
2016-08-23 | Remove Appveyor scripts replaced by Hererocks | Hisham | 2 | -265/+0 |
2016-08-23 | Revert verbose after debugging | Hisham | 1 | -1/+1 |
2016-08-23 | install.bat: get rid of string splitting function | Peter Melnichenko | 1 | -30/+3 |
2016-08-23 | install.bat: get rid of vars.LUA_LIB_NAMES | Peter Melnichenko | 1 | -15/+8 |
2016-08-23 | Remove a redundant check in install.bat | Peter Melnichenko | 1 | -3/+0 |
2016-08-22 | Use Unix makefile by default on MinGW; | Hisham | 1 | -0/+1 |
2016-08-22 | Run failing test with --verbose | Hisham | 1 | -1/+1 |
2016-08-22 | Put MinGW in PATH for hererocks too | Hisham | 1 | -1/+2 |
2016-08-22 | Build Lua using the same compiler as the one we're testing | Hisham | 2 | -11/+11 |
2016-08-22 | Replace coverage badge with CodeCov badge | Hisham | 1 | -2/+2 |
2016-08-22 | Add support for testing using MinGW | Hisham | 2 | -6/+23 |
2016-08-22 | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 4 | -40/+8 |
2016-08-22 | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 1 | -1/+2 |
2016-08-22 | Remove unused global variables | roboo | 1 | -3/+1 |
2016-08-22 | Fix of config test | roboo | 1 | -19/+16 |