| Commit message (Expand) | Author | Files | Lines |
2013-10-29 | Improve coverage -- now at 80.06% | Hisham Muhammad | 1 | -1/+21 |
2013-10-29 | Fix handling of arguments. | Hisham Muhammad | 1 | -33/+35 |
2013-10-29 | Remove redundant function. | Hisham Muhammad | 1 | -10/+5 |
2013-10-29 | Don't loop in case of circular dependencies | Hisham Muhammad | 1 | -0/+1 |
2013-10-29 | Fix inverted logic in recent commit. | Hisham Muhammad | 1 | -1/+1 |
2013-10-28 | added extra path for luarocks modules on windows | Philipp Janda | 1 | -3/+5 |
2013-10-28 | Add escaping of ]] preventing code injection as contributed by @siffiejoe. Se... | Hisham Muhammad | 1 | -1/+3 |
2013-10-28 | update info | Hisham Muhammad | 1 | -1/+1 |
2013-10-28 | Remove binaries which are no longer needed. See #167. | Hisham Muhammad | 2 | -0/+0 |
2013-10-28 | Remove spurious \ from pattern | Hisham Muhammad | 1 | -1/+1 |
2013-10-27 | Should fix build on Windows. See #167. | Hisham Muhammad | 5 | -19/+25 |
2013-10-25 | Use a more idiomatic Windows path for the local caches | Hisham Muhammad | 1 | -1/+7 |
2013-10-24 | Accidentally ate a space, sorry! | Hisham Muhammad | 1 | -1/+1 |
2013-10-24 | Add option to make 7z overwrite zip files, matching unzip behavior on Unix. | Hisham Muhammad | 1 | -4/+4 |
2013-10-20 | Cache remote manifest files locally and hit server with a HEAD request to che... | Hisham Muhammad | 7 | -50/+132 |
2013-10-18 | Fix behavior on nonexisting files, and while we're at it make it more efficie... | Hisham Muhammad | 1 | -7/+9 |
2013-10-18 | Make make-manifest more fool-proof, for values of "fool" equalling Hisham | Hisham Muhammad | 1 | -0/+11 |
2013-10-18 | Add documentation. | Hisham Muhammad | 1 | -0/+6 |
2013-10-18 | Cleanup temporary fields that escaped; catch an argument error. | Hisham Muhammad | 1 | -1/+7 |
2013-10-18 | Improve coverage -- now at 79.65% | Hisham Muhammad | 1 | -1/+7 |
2013-10-18 | Fix infinite loop! | Hisham Muhammad | 1 | -1/+1 |
2013-10-14 | Improvements for write_rockspec | Hisham Muhammad | 2 | -5/+27 |
2013-10-14 | remove non-portable Qb from lua.lua | Philipp Janda | 1 | -12/+0 |
2013-10-14 | special handling for chdir and root directory | Philipp Janda | 1 | -0/+6 |
2013-10-14 | better shell escaping on windows | Philipp Janda | 2 | -6/+53 |
2013-10-14 | Improved quoting in script wrappers. Add util.LQ function for Lua quoting. | Hisham Muhammad | 3 | -9/+14 |
2013-10-14 | No need to quote backslashes in single-quoted strings. | Hisham Muhammad | 1 | -1/+14 |
2013-10-13 | Escape doublebrackets in paths that go to wrappers. | Hisham Muhammad | 3 | -0/+9 |
2013-10-13 | minimize path and cpath modification in wrapper scripts | Philipp Janda | 2 | -2/+4 |
2013-10-13 | wrapper scripts don't mess with env-vars of subprocesses | Philipp Janda | 3 | -25/+3 |
2013-10-12 | Fix version test. | Hisham Muhammad | 1 | -1/+1 |
2013-10-12 | Some tests require a local sshd server. | Hisham Muhammad | 1 | -0/+8 |
2013-10-12 | Add reference to write_rockspec.lua in Makefile | Hisham Muhammad | 1 | -2/+3 |
2013-10-11 | minor fix! | Hisham Muhammad | 1 | -2/+2 |
2013-10-11 | Added new command 'luarocks write_rockspec', which writes a template for a ne... | Hisham Muhammad | 6 | -13/+297 |
2013-10-11 | included pe-parser module (no longer objdump.exe, which is removed), updated ... | Thijs Schreijer | 3 | -76/+576 |
2013-10-10 | fix paths for 5.2, escaping in installer and fix wrapper scripts | Thijs Schreijer | 2 | -2/+4 |
2013-10-07 | modified architecture detection as per http://support.microsoft.com/kb/556009 | Thijs Schreijer | 1 | -8/+15 |
2013-10-07 | fix for 5.2 path variable | Thijs Schreijer | 1 | -0/+3 |
2013-10-07 | added platform detection 32/64bit | Thijs Schreijer | 1 | -1/+17 |
2013-10-07 | make installer find interpreter by short versioned name, eg. lua52.exe instea... | Thijs Schreijer | 1 | -1/+11 |
2013-10-02 | Fix hardcoded reference to git | Hisham Muhammad | 1 | -3/+3 |
2013-10-02 | fixed quotes in wrapper scripts on windows | Philipp Janda | 1 | -1/+1 |
2013-09-29 | Lua 5.2 paths in wrapper scripts on windows | Philipp Janda | 2 | -0/+3 |
2013-09-27 | ditch some more output | Thijs Schreijer | 1 | -3/+3 |
2013-09-26 | A simpler approach for reducing output clutter. Closes #158. | Hisham Muhammad | 5 | -24/+41 |
2013-09-27 | changed multiarch detection and site_config variables | Philipp Janda | 3 | -21/+5 |
2013-09-26 | update installer to work on Lua 5.2 | Thijs Schreijer | 1 | -1/+1 |
2013-09-26 | adding Lua 5.2 paths to wrapper scripts | Philipp Janda | 1 | -0/+8 |
2013-09-26 | support for tables in (runtime_)external_deps_subdirs.* | Philipp Janda | 4 | -16/+51 |