aboutsummaryrefslogtreecommitdiff
path: root/config.ld (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-12Switch to HTTPS by default. Closes #240.Hisham Muhammad1-1/+1
2014-08-11Ensure luarocks.loader sees package paths.Hisham Muhammad3-3/+3
This should fix a bug reported by @tomasguisasola on 2014-07-07.
2014-08-11Apply portability fixes suggested by @ignacio.Hisham Muhammad3-4/+12
2014-08-11Latest FreeBSD doesn't include gcc :(Hisham Muhammad1-0/+3
2014-08-11Correct inaccuracy in documentation.Hisham Muhammad1-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-05Add --with-lua-bin and improve documentation of --with-luaReuben Thomas1-4/+15
2014-08-04Fix build issue by not depending on ordering.Hisham Muhammad1-3/+9
2014-08-04Enable API debug when in verbose mode.Hisham Muhammad1-0/+4
2014-08-04Fix documentationHisham Muhammad1-1/+1
2014-06-26Turn failure into success in test.Hisham Muhammad1-1/+1
Oh, excellent, with the new fallback code in fs.download, this doesn't fail anymore!
2014-06-26HTTPS support for downloading and uploading rocks.Hisham Muhammad11-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-08slightly more readable output with many dependenciesThijs Schreijer1-1/+1
2014-06-02Add luafr.org moonrocks mirrorHisham Muhammad1-0/+1
2014-05-28Dehardcode the separator for PATH variables, fixing behavior on Unix.Hisham Muhammad3-5/+7
2014-05-27Fix Windows package generator; cleanup dot files.v2.2.0beta1Hisham Muhammad1-3/+2
2014-05-27fixed install.bat for new luarocks versionPhilipp Janda1-1/+1
2014-05-26Transition to MoonRocks. Add `luarocks upload` command for uploading into ↵Hisham Muhammad7-10/+210
MoonRocks.