aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Reorganized Windows specific files. Now installer can work directly from the ...Thijs Schreijer1-1/+1
2014-05-03Set timeout in LuaSocket/LuaSec based implementation as well.Hisham Muhammad5-5/+20
2014-05-01fixes #251Thijs Schreijer2-15/+35
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
2014-04-02run LR itself on the Lua interpreter found during install, not on the interpr...Thijs Schreijer1-1/+1
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
2014-03-20Removed module calls from installation scriptsmpeterv2-31/+33
2014-03-20Unmoduled core modules with package.loaded trick + fixed locals shadowing mod...mpeterv36-388/+512
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
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
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
2014-02-14Remove repeated entryHisham Muhammad1-1/+0
2014-02-13Added nil check for tsfd in http_request()Evan Wies1-2/+4
2014-02-08Upgrade luacovHisham Muhammad1-2/+2
2014-02-08Add test for missing external deps. Improves coverage.Hisham Muhammad2-1/+38
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
2014-02-03Make `luarocks doc` return something meaningful even for rocks that are not i...Hisham Muhammad1-10/+34
2014-01-31remove dead local variable wrap_bin_scriptsFrançois Perrad1-6/+0
2014-01-29Add more tests.Hisham Muhammad1-1/+7
2014-01-29Fix logic to report errors when loading config.lua. Closes #228. Please reope...Hisham Muhammad1-1/+1
2014-01-29remove rocksserver settings from windows installerThijs Schreijer1-3/+0
2014-01-29added help info to build and make commandsThijs Schreijer2-0/+8