Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-12 | Switch to HTTPS by default. Closes #240. | Hisham Muhammad | 1 | -1/+1 | |
2014-08-11 | Ensure luarocks.loader sees package paths. | Hisham Muhammad | 3 | -3/+3 | |
This should fix a bug reported by @tomasguisasola on 2014-07-07. | |||||
2014-08-11 | Apply portability fixes suggested by @ignacio. | Hisham Muhammad | 3 | -4/+12 | |
2014-08-11 | Latest FreeBSD doesn't include gcc :( | Hisham Muhammad | 1 | -0/+3 | |
2014-08-11 | Correct inaccuracy in documentation. | Hisham Muhammad | 1 | -1/+1 | |
The logic for determining the default local repository can get complicated (see luarocks/command_line.lua and luarocks/path.lua), so saying cfg.root_dir wouldn't be quite precise either. So let's avoid the issue. Closes #278. | |||||
2014-08-05 | Add --with-lua-bin and improve documentation of --with-lua | Reuben Thomas | 1 | -4/+15 | |
2014-08-04 | Fix build issue by not depending on ordering. | Hisham Muhammad | 1 | -3/+9 | |
2014-08-04 | Enable API debug when in verbose mode. | Hisham Muhammad | 1 | -0/+4 | |
2014-08-04 | Fix documentation | Hisham Muhammad | 1 | -1/+1 | |
2014-06-26 | Turn failure into success in test. | Hisham Muhammad | 1 | -1/+1 | |
Oh, excellent, with the new fallback code in fs.download, this doesn't fail anymore! | |||||
2014-06-26 | HTTPS support for downloading and uploading rocks. | Hisham Muhammad | 11 | -48/+182 | |
HTTPS is set as default for uploading. HTTP is still default for downloading to keep dependencies low and because the HTTPS code is new; might be changed in the future. See #273 and #240. | |||||
2014-06-08 | slightly more readable output with many dependencies | Thijs Schreijer | 1 | -1/+1 | |
2014-06-02 | Add luafr.org moonrocks mirror | Hisham Muhammad | 1 | -0/+1 | |
2014-05-28 | Dehardcode the separator for PATH variables, fixing behavior on Unix. | Hisham Muhammad | 3 | -5/+7 | |
2014-05-27 | Fix Windows package generator; cleanup dot files.v2.2.0beta1 | Hisham Muhammad | 1 | -3/+2 | |
2014-05-27 | fixed install.bat for new luarocks version | Philipp Janda | 1 | -1/+1 | |
2014-05-26 | Transition to MoonRocks. Add `luarocks upload` command for uploading into ↵ | Hisham Muhammad | 7 | -10/+210 | |
MoonRocks. |