| Commit message (Expand) | Author | Files | Lines |
2013-11-13 | fixes LR install in location with spaces, quoting LR commands | Thijs Schreijer | 3 | -20/+43 |
2013-11-12 | added quoting to os command, failed with paths containing spaces | Thijs Schreijer | 1 | -1/+1 |
2013-11-12 | Merge changes proposed by @siffiejoe in #172. | Hisham Muhammad | 4 | -22/+17 |
2013-11-12 | fix: registry import with filename containing spaces | Thijs Schreijer | 1 | -1/+1 |
2013-11-12 | Several updates: | Thijs Schreijer | 1 | -9/+60 |
2013-11-12 | minor text update | Thijs Schreijer | 1 | -3/+4 |
2013-11-11 | fixed issue with double quoted arguments | Thijs Schreijer | 1 | -7/+21 |
2013-11-11 | fixed command line parameters with spaces | Thijs Schreijer | 1 | -28/+41 |
2013-11-04 | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 1 | -1/+1 |
2013-11-04 | Symlinks shouldn't refer to DESTDIR. | Hisham Muhammad | 1 | -1/+1 |
2013-11-04 | Fix #174: An extra parenthesis in build/cmake.lua | Roman Tsisyk | 1 | -1/+1 |
2013-10-29 | Prepare for release 2.1.1v2.1.1 | Hisham Muhammad | 2 | -2/+2 |
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 |