aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-03Licensing cleanupHisham Muhammad3-29/+18
2013-12-27some textual updatesThijs Schreijer1-11/+10
2013-12-26updated comments for exitcodesThijs Schreijer5-9/+61
batch wrapper script (luarocks.bat) updated to auto-elevate if permission was denied
2013-12-25specify error exitcodes, specifically 'permission denied'.Thijs Schreijer6-10/+26
2013-12-25updated default system tree location to 'program files', so it is protected ↵Thijs Schreijer1-16/+50
with admin rights. Implemented a /SELFCONTAINED installation option that makes a single directory installation
2013-12-23normalize paths in help outputThijs Schreijer1-5/+7
2013-12-23Make sure value of tree is propagated correctly to commands.Hisham Muhammad3-3/+27
2013-12-23Try versioned "lua" names before the unversioned one.Hisham Muhammad1-6/+6
Should improve on behavior mentioned at http://stackoverflow.com/questions/20321560/how-do-install-libraries-for-both-lua5-2-and-5-1-using-luarocks/20359102?noredirect=1#comment30696438_20359102
2013-12-22fixed wrong tree order in config file; order was user - system. Now ↵Thijs Schreijer1-1/+1
corrected to system - user. So installations default to system tree.
2013-12-22take urls into account besides local pathsThijs Schreijer1-1/+9
2013-12-22Normalizes paths displayed from `search` module, used for searching and ↵Thijs Schreijer2-1/+2
listing installed rocks
2013-12-22adds flag `--verbose` as equivalent for config file `verbose = true`Thijs Schreijer2-1/+10
2013-12-22fixed bug where context menu options did not support paths containing spacesThijs Schreijer1-2/+2
2013-12-21Fix display of error message in loader.Hisham Muhammad1-3/+3
2013-12-20Fix regressions caused by #194. Thank you, integrated testing!Hisham Muhammad2-11/+11
2013-12-20Let's not use "built-in" terminology in this case: avoid confusion with the ↵Hisham Muhammad1-3/+3
"builtin" build mode.
2013-12-20Use same loop for both arraysHisham Muhammad1-18/+9
2013-12-20Let's be more conservative about this for now.Hisham Muhammad1-5/+2
2013-12-191. bug fix for installing on x64 systems in "program files (x86)" ↵Thijs Schreijer1-4/+5
(parentheses around x86 gave some escaping problems) 2. Adds named trees created by windows installer in the config file.
2013-12-18Add check that will be used to ensure no rocks without licenses are uploaded.Hisham Muhammad1-1/+13
Closes #202.
2013-12-18Prioritize "scm" over "cvs". This was underspecified before.Hisham Muhammad1-1/+1
2013-12-18Make default rocks_trees named as well.Hisham Muhammad2-4/+4
2013-12-18Fix some tests that only run locally.Hisham Muhammad1-5/+3
2013-12-18Add named trees, as suggested by @Tieske, plus tests.Hisham Muhammad2-6/+19
2013-12-18More testsHisham Muhammad1-1/+8
2013-12-18Test environment improvementsHisham Muhammad1-41/+64
2013-12-13Propagate failure of MD5 correctly. Closes #184.Hisham Muhammad4-4/+8
2013-12-13Add Travis-CI badge to the README fileHisham Muhammad1-2/+7
2013-12-12Use LuaCov 0.4Hisham Muhammad1-2/+2
2013-12-12Major updates, hopefully speeding up things.Hisham Muhammad1-32/+136
Preload necessary rocks and rockspecs and create a local server. Cache LuaSocket compilation for tests that need it.
2013-12-12Make the download command work with the file:// protocolHisham Muhammad1-3/+18
2013-12-11Fixed an improper error messageFleutot1-2/+3
Forgot to check that type=="string" before doing pattern matching on a field content. Was triggered when version was provided as a string in a luarock.
2013-12-09stopped copying dll files becasue reason is unknownThijs Schreijer1-20/+27
added note on %appdata% value
2013-12-09Going crazy!Hisham Muhammad1-1/+1
2013-12-09Just one more...Hisham Muhammad1-1/+1
2013-12-09skip more rsync stuffHisham Muhammad1-1/+1
2013-12-09skip rsync stuffHisham Muhammad1-2/+2
2013-12-09I'm still trying, Travis! I'm still trying!Hisham Muhammad1-1/+2
2013-12-09skip this oneHisham Muhammad1-1/+1
2013-12-09Drop the X11 dependencyHisham Muhammad1-1/+1
2013-12-09Let's use the unstable LuaSec for now. Pinged Bruno about it.Hisham Muhammad1-10/+17
2013-12-09Ah, Ubuntu...Hisham Muhammad1-1/+1
2013-12-09Fixes for Travis-CIHisham Muhammad1-6/+30