Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-03 | Licensing cleanup | Hisham Muhammad | 3 | -29/+18 | |
2013-12-27 | some textual updates | Thijs Schreijer | 1 | -11/+10 | |
2013-12-26 | updated comments for exitcodes | Thijs Schreijer | 5 | -9/+61 | |
batch wrapper script (luarocks.bat) updated to auto-elevate if permission was denied | |||||
2013-12-25 | specify error exitcodes, specifically 'permission denied'. | Thijs Schreijer | 6 | -10/+26 | |
2013-12-25 | updated default system tree location to 'program files', so it is protected ↵ | Thijs Schreijer | 1 | -16/+50 | |
with admin rights. Implemented a /SELFCONTAINED installation option that makes a single directory installation | |||||
2013-12-23 | normalize paths in help output | Thijs Schreijer | 1 | -5/+7 | |
2013-12-23 | Make sure value of tree is propagated correctly to commands. | Hisham Muhammad | 3 | -3/+27 | |
2013-12-23 | Try versioned "lua" names before the unversioned one. | Hisham Muhammad | 1 | -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-22 | fixed wrong tree order in config file; order was user - system. Now ↵ | Thijs Schreijer | 1 | -1/+1 | |
corrected to system - user. So installations default to system tree. | |||||
2013-12-22 | take urls into account besides local paths | Thijs Schreijer | 1 | -1/+9 | |
2013-12-22 | Normalizes paths displayed from `search` module, used for searching and ↵ | Thijs Schreijer | 2 | -1/+2 | |
listing installed rocks | |||||
2013-12-22 | adds flag `--verbose` as equivalent for config file `verbose = true` | Thijs Schreijer | 2 | -1/+10 | |
2013-12-22 | fixed bug where context menu options did not support paths containing spaces | Thijs Schreijer | 1 | -2/+2 | |
2013-12-21 | Fix display of error message in loader. | Hisham Muhammad | 1 | -3/+3 | |
2013-12-20 | Fix regressions caused by #194. Thank you, integrated testing! | Hisham Muhammad | 2 | -11/+11 | |
2013-12-20 | Let's not use "built-in" terminology in this case: avoid confusion with the ↵ | Hisham Muhammad | 1 | -3/+3 | |
"builtin" build mode. | |||||
2013-12-20 | Use same loop for both arrays | Hisham Muhammad | 1 | -18/+9 | |
2013-12-20 | Let's be more conservative about this for now. | Hisham Muhammad | 1 | -5/+2 | |
2013-12-19 | 1. bug fix for installing on x64 systems in "program files (x86)" ↵ | Thijs Schreijer | 1 | -4/+5 | |
(parentheses around x86 gave some escaping problems) 2. Adds named trees created by windows installer in the config file. | |||||
2013-12-18 | Add check that will be used to ensure no rocks without licenses are uploaded. | Hisham Muhammad | 1 | -1/+13 | |
Closes #202. | |||||
2013-12-18 | Prioritize "scm" over "cvs". This was underspecified before. | Hisham Muhammad | 1 | -1/+1 | |
2013-12-18 | Make default rocks_trees named as well. | Hisham Muhammad | 2 | -4/+4 | |
2013-12-18 | Fix some tests that only run locally. | Hisham Muhammad | 1 | -5/+3 | |
2013-12-18 | Add named trees, as suggested by @Tieske, plus tests. | Hisham Muhammad | 2 | -6/+19 | |
2013-12-18 | More tests | Hisham Muhammad | 1 | -1/+8 | |
2013-12-18 | Test environment improvements | Hisham Muhammad | 1 | -41/+64 | |
2013-12-13 | Propagate failure of MD5 correctly. Closes #184. | Hisham Muhammad | 4 | -4/+8 | |
2013-12-13 | Add Travis-CI badge to the README file | Hisham Muhammad | 1 | -2/+7 | |
2013-12-12 | Use LuaCov 0.4 | Hisham Muhammad | 1 | -2/+2 | |
2013-12-12 | Major updates, hopefully speeding up things. | Hisham Muhammad | 1 | -32/+136 | |
Preload necessary rocks and rockspecs and create a local server. Cache LuaSocket compilation for tests that need it. | |||||
2013-12-12 | Make the download command work with the file:// protocol | Hisham Muhammad | 1 | -3/+18 | |
2013-12-11 | Fixed an improper error message | Fleutot | 1 | -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-09 | stopped copying dll files becasue reason is unknown | Thijs Schreijer | 1 | -20/+27 | |
added note on %appdata% value | |||||
2013-12-09 | Going crazy! | Hisham Muhammad | 1 | -1/+1 | |
2013-12-09 | Just one more... | Hisham Muhammad | 1 | -1/+1 | |
2013-12-09 | skip more rsync stuff | Hisham Muhammad | 1 | -1/+1 | |
2013-12-09 | skip rsync stuff | Hisham Muhammad | 1 | -2/+2 | |
2013-12-09 | I'm still trying, Travis! I'm still trying! | Hisham Muhammad | 1 | -1/+2 | |
2013-12-09 | skip this one | Hisham Muhammad | 1 | -1/+1 | |
2013-12-09 | Drop the X11 dependency | Hisham Muhammad | 1 | -1/+1 | |
2013-12-09 | Let's use the unstable LuaSec for now. Pinged Bruno about it. | Hisham Muhammad | 1 | -10/+17 | |
2013-12-09 | Ah, Ubuntu... | Hisham Muhammad | 1 | -1/+1 | |
2013-12-09 | Fixes for Travis-CI | Hisham Muhammad | 1 | -6/+30 | |