aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-26Fix curl --connect-timeout option following #261.Hisham Muhammad1-1/+1
2014-05-06Reorganized Windows specific files. Now installer can work directly from the ↵Thijs Schreijer26-42/+18
repository
2014-05-03Set timeout in LuaSocket/LuaSec based implementation as well.Hisham Muhammad5-5/+20
Be more forgiving with thi cfg.connection_timeout setting. Add --timeout flag, as discussed in #249.
2014-05-01fixes #251Thijs Schreijer2-15/+35
- order of path; user vs system tree corrected. - bin directories of all trees included, instead of current tree
2014-04-27added `--tries=1` to wget to prevent 20 tries (=20 timeouts)Thijs Schreijer2-2/+2
2014-04-27initial commit including a network timeout for wget and curl based downloadsThijs Schreijer3-2/+17
2014-04-03Add -k flag so that curl behavior matches that of wget.Hisham Muhammad2-9/+9
Also, make win32 and unix code more similar (we're almost to the point where we could have a single implementation for both!)
2014-04-02run LR itself on the Lua interpreter found during install, not on the ↵Thijs Schreijer1-1/+1
interpreter first in the system path. Lining up with the unix shell scripts.
2014-03-31Add -f flag to curl, to improve error handling, as suggested in #244.Hisham Muhammad2-2/+2
2014-03-26Use a test matrix in TravisIgnacio Burgueño1-1/+8
2014-03-26prepare luarocks for lua 5.3Philipp Janda5-16/+37
2014-03-21Run Travis-CI testsuite on Lua 5.1 and Lua 5.2!Hisham Muhammad2-18/+28
2014-03-21Fix regression introduced by demodularization processHisham Muhammad1-1/+1
2014-03-21Fixed remaining unpack issuesmpeterv8-0/+16
2014-03-21Fixed some issues with table.unpackmpeterv2-5/+8
2014-03-20Split luarocks.path the library and `luarocks path` the command.Hisham Muhammad3-42/+51
As suggested in #232.
2014-03-20Removed module calls from installation scriptsmpeterv2-31/+33
2014-03-20Unmoduled core modules with package.loaded trick + fixed locals shadowing ↵mpeterv36-388/+512
module table Thanks to Metalua for the possibility to automate this.
2014-03-20Minor consistency improvement in util.luampeterv1-2/+2
2014-03-20Unmoduled per-platform fs implementationsmpeterv2-49/+55
2014-03-20Fixed strange things in deps modules + fixed a bug with luarocks.fs.lua.get_md5mpeterv7-18/+9
2014-03-20Unmoduled luarocks.utilmpeterv1-40/+43
2014-03-20Unmoduled CLI-related modules which used some globalsmpeterv2-7/+13
2014-03-20In luarocks.utils, require deps only inside functionsmpeterv1-4/+1
2014-03-20Split luarocks.path modulempeterv4-102/+114
2014-03-20Un-module bundled depsmpeterv16-50/+98
2014-03-20Bring the Unix implementation up to par with the Windows one!Hisham Muhammad1-4/+8
2014-03-19Fix help, as pointed out by @ignacioHisham Muhammad1-1/+1
2014-03-13Removed some unused variablesmpeterv13-25/+3
2014-03-03Revert change that broke rocks.moonscript.org — it would skip servers that ↵Hisham Muhammad1-1/+1
have no .zip manifest in them.
2014-03-03check is_lua by compiling the fileThijs Schreijer1-13/+9
2014-03-03remove exe wrappers, just batch files on windowsThijs Schreijer3-21/+31
2014-03-01filter message when deps_mode="none"François Perrad1-2/+1
On Buildroot, we call `luarocks make --deps-mode=none --keep foo.rockspec` So, the message about missing dependency is confusing. ``` Warning: skipping dependency checks. ... Missing dependency for cgilua 5.1.4-1: luafilesystem >= 1.5.0 ```
2014-02-27use correct path for is_dir checkPhilipp Janda1-3/+6
2014-02-27handle implict subdirectories when unpacking with LuaZipPhilipp Janda1-0/+5
2014-02-14Flag -c is running too slow.Hisham Muhammad1-1/+1
2014-02-14Fix issue when source.dir got misdetected if URL ends with character 'c'!Hisham Muhammad1-1/+1
How many years did this go undetected?
2014-02-14Remove repeated entryHisham Muhammad1-1/+0
2014-02-13Added nil check for tsfd in http_request()Evan Wies1-2/+4
If the opening of the cache timestamp file fails, then tsfd would be nil. write is then invoked on it yielding: /usr/local/share/lua/5.1/luarocks/fs/lua.lua:592: attempt to index local 'tsfd' (a nil value) This changeset simply adds the check for nil. It does no further error reporting, so luarocks doesn't crash, but it also doesn't report that the cache was not updated nor that anything out of the ordinary happened.
2014-02-08Upgrade luacovHisham Muhammad1-2/+2
2014-02-08Add test for missing external deps. Improves coverage.Hisham Muhammad2-1/+38
A bug was uncovered writing this!
2014-02-08When a server times out, stop using it and move down the mirrors list.Hisham Muhammad4-18/+27
2014-02-08Refactor and improve logic for detecting base directory.Hisham Muhammad3-27/+40
2014-02-08Install default doc files if the rockspec does not include any.Hisham Muhammad1-1/+25
2014-02-08Have separate fs.dir and fs.list_dir functions.Hisham Muhammad7-88/+91
The first returns an iterator, the second one a table.
2014-02-03Make `luarocks doc` return something meaningful even for rocks that are not ↵Hisham Muhammad1-10/+34
installed.
2014-01-31remove dead local variable wrap_bin_scriptsFrançois Perrad1-6/+0
now, the job is done by a call to repos.should_wrap_bin_scripts()
2014-01-29Add more tests.Hisham Muhammad1-1/+7
2014-01-29Fix logic to report errors when loading config.lua. Closes #228. Please ↵Hisham Muhammad1-1/+1
reopen if problem persists.
2014-01-29remove rocksserver settings from windows installerThijs Schreijer1-3/+0