aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-02Commandline options where silently ignored if config.lua already existed. Now...Thijs Schreijer1-34/+64
2013-12-02Windows installer required /P argument to be first or would overwrite other v...Thijs Schreijer1-7/+17
2013-12-01If PowerShell is not available, a proper message is now displayed when instal...Thijs Schreijer1-0/+4
2013-12-01refactored debug output. Now all is set by using `verbose = true` in the conf...Thijs Schreijer4-35/+31
2013-12-01simplified priviledge test on WindowsThijs Schreijer1-5/+2
2013-11-29The installer will automatically request admin priviledges to allow proper in...Thijs Schreijer1-0/+41
2013-11-28removed unintended codeThijs Schreijer1-9/+0
2013-11-28fixes permission checks on Windows with VirtualStore redirectionThijs Schreijer1-0/+42
2013-11-19fixed double quotes in io.popen commandsThijs Schreijer2-1/+10
2013-11-18fixed type. Fixes #185Thijs Schreijer1-1/+1
2013-11-17Add --force flag.Hisham Muhammad1-7/+12
2013-11-17Make sure manifest unzips properly, to avoid stale manifests.Hisham Muhammad1-1/+3
2013-11-14Fix `luarocks path` now that luarocks.cfg no longer edits package.pathHisham Muhammad1-2/+10
2013-11-13update get_md5() and check_md5() to also return an error message if it failsThijs Schreijer3-13/+20
2013-11-13fixes LR install in location with spaces, quoting LR commandsThijs Schreijer3-20/+43
2013-11-12Remove incompatibility in the sed command, as reported in the Lua mailing list.Hisham Muhammad1-1/+1
2013-11-12Allow the wrapper scripts to keep working even if LuaRocks is uninstalledHisham Muhammad2-4/+4
2013-11-12added quoting to os command, failed with paths containing spacesThijs Schreijer1-1/+1
2013-11-12Merge changes proposed by @siffiejoe in #172.Hisham Muhammad4-22/+17
2013-11-12fix: registry import with filename containing spacesThijs Schreijer1-1/+1
2013-11-12Several updates:Thijs Schreijer1-9/+60
2013-11-12minor text updateThijs Schreijer1-3/+4
2013-11-11fixed issue with double quoted argumentsThijs Schreijer1-7/+21
2013-11-11fixed command line parameters with spacesThijs Schreijer1-28/+41
2013-11-10map_trees deals with both string and table treesAndreas Fidjeland1-1/+1
2013-11-04Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad1-1/+1
2013-11-04Symlinks shouldn't refer to DESTDIR.Hisham Muhammad1-1/+1
2013-11-04Fix #174: An extra parenthesis in build/cmake.luaRoman Tsisyk1-1/+1
2013-10-29Prepare for release 2.1.1v2.1.1Hisham Muhammad2-2/+2
2013-10-29Improve coverage -- now at 80.06%Hisham Muhammad1-1/+21
2013-10-29Fix handling of arguments.Hisham Muhammad1-33/+35
2013-10-29Remove redundant function.Hisham Muhammad1-10/+5
2013-10-29Don't loop in case of circular dependenciesHisham Muhammad1-0/+1
2013-10-29Fix inverted logic in recent commit.Hisham Muhammad1-1/+1
2013-10-28added extra path for luarocks modules on windowsPhilipp Janda1-3/+5
2013-10-28Add escaping of ]] preventing code injection as contributed by @siffiejoe. Se...Hisham Muhammad1-1/+3
2013-10-28update infoHisham Muhammad1-1/+1
2013-10-28Remove binaries which are no longer needed. See #167.Hisham Muhammad2-0/+0
2013-10-28Remove spurious \ from patternHisham Muhammad1-1/+1
2013-10-27Should fix build on Windows. See #167.Hisham Muhammad5-19/+25
2013-10-25Use a more idiomatic Windows path for the local cachesHisham Muhammad1-1/+7
2013-10-24Accidentally ate a space, sorry!Hisham Muhammad1-1/+1
2013-10-24Add option to make 7z overwrite zip files, matching unzip behavior on Unix.Hisham Muhammad1-4/+4
2013-10-20Cache remote manifest files locally and hit server with a HEAD request to che...Hisham Muhammad7-50/+132
2013-10-18Fix behavior on nonexisting files, and while we're at it make it more efficie...Hisham Muhammad1-7/+9
2013-10-18Make make-manifest more fool-proof, for values of "fool" equalling HishamHisham Muhammad1-0/+11
2013-10-18Add documentation.Hisham Muhammad1-0/+6
2013-10-18Cleanup temporary fields that escaped; catch an argument error.Hisham Muhammad1-1/+7
2013-10-18Improve coverage -- now at 79.65%Hisham Muhammad1-1/+7
2013-10-18Fix infinite loop!Hisham Muhammad1-1/+1