| Commit message (Expand) | Author | Files | Lines |
2015-06-24 | Make 'build' field in rockspecs mandatory. | Ignacio Burgueño | 4 | -1/+16 |
2015-06-24 | oops... remove debug stuff | Thijs Schreijer | 1 | -9/+0 |
2015-06-24 | - site_config remains local, not exposed | Thijs Schreijer | 1 | -11/+20 |
2015-06-24 | Remove `--extensions` flag. Fixes #391. | Hisham Muhammad | 3 | -8/+0 |
2015-06-20 | fix typo | Kyle McLamb | 1 | -9/+9 |
2015-06-19 | Allows luarocks.cfg to be used without being installed. | Ignacio Burgueño | 1 | -1/+1 |
2015-06-18 | Factors the code to check for a tool. Changes 'not found' message wording. | Ignacio Burgueño | 6 | -10/+36 |
2015-06-18 | fix: use same environment table for the system config file as well. | Thijs Schreijer | 1 | -23/+16 |
2015-06-18 | Checks if tool is installed (svn, cvs, hg) | Ignacio Burgueño | 3 | -2/+15 |
2015-06-17 | Checks if git is installed | Ignacio Burgueño | 1 | -0/+4 |
2015-06-17 | fixed typo | Thijs Schreijer | 1 | -1/+1 |
2015-06-16 | added 2 functions to the global environment of the config-file loader sandbox... | Thijs Schreijer | 1 | -1/+16 |
2015-06-08 | Use LuaJIT 2.0.4 on AppVeyor's test matrix | Ignacio Burgueño | 1 | -1/+1 |
2015-05-26 | remove excess line (windows installer) | Thijs Schreijer | 1 | -1/+1 |
2015-05-25 | Correct use of which_config. Fixes #374. | Hisham Muhammad | 1 | -4/+4 |
2015-05-25 | Add config_cmd.lua to Makefile.setup.inc. | Philipp Janda | 1 | -5/+5 |
2015-05-18 | Add `luarocks config` command for querying LuaRocks settings. | Hisham Muhammad | 7 | -19/+102 |
2015-05-11 | Update lmathx used for testing Lua 5.3 | Hisham Muhammad | 1 | -2/+3 |
2015-05-05 | fixes #365 | Thijs Schreijer | 2 | -2/+4 |
2015-04-24 | Back to scm | Hisham Muhammad | 2 | -2/+2 |
2015-04-24 | Mark release 2.2.2v2.2.2 | Hisham Muhammad | 2 | -2/+3 |
2015-04-23 | Install .md files as docs | Hisham Muhammad | 1 | -1/+1 |
2015-04-20 | Clip string.gsub results to just one when redacting url. | Ignacio Burgueño | 1 | -1/+1 |
2015-04-20 | Redact api tokens when using --verbose flag | Ignacio Burgueño | 1 | -1/+2 |
2015-04-20 | Update upload URL as well. | Hisham Muhammad | 1 | -1/+1 |
2015-04-18 | MoonRocks → LuaRocks.org transition complete! | Hisham Muhammad | 1 | -1/+1 |
2015-04-17 | Trust the user :) | Ignacio Burgueño | 1 | -5/+0 |
2015-04-17 | Deal with 'no_proxy' env var | Ignacio Burgueño | 2 | -0/+12 |
2015-04-17 | Drop use of config.proxy | Ignacio Burgueño | 2 | -2/+5 |
2015-04-16 | update to version 0.3 | Thijs Schreijer | 1 | -4/+8 |
2015-04-14 | Address issues spotted in the review | Ignacio Burgueño | 3 | -6/+5 |
2015-04-14 | Adds --only-deps flag to install command | Ignacio Burgueño | 4 | -22/+64 |
2015-04-14 | Adds new file (fetch/git_https.lua) to Makefile.setup.inc | Ignacio Burgueño | 1 | -1/+1 |