Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-26 | Fix curl --connect-timeout option following #261. | Hisham Muhammad | 1 | -1/+1 | |
2014-05-06 | Reorganized Windows specific files. Now installer can work directly from the ↵ | Thijs Schreijer | 26 | -42/+18 | |
repository | |||||
2014-05-03 | Set timeout in LuaSocket/LuaSec based implementation as well. | Hisham Muhammad | 5 | -5/+20 | |
Be more forgiving with thi cfg.connection_timeout setting. Add --timeout flag, as discussed in #249. | |||||
2014-05-01 | fixes #251 | Thijs Schreijer | 2 | -15/+35 | |
- order of path; user vs system tree corrected. - bin directories of all trees included, instead of current tree | |||||
2014-04-27 | added `--tries=1` to wget to prevent 20 tries (=20 timeouts) | Thijs Schreijer | 2 | -2/+2 | |
2014-04-27 | initial commit including a network timeout for wget and curl based downloads | Thijs Schreijer | 3 | -2/+17 | |
2014-04-03 | Add -k flag so that curl behavior matches that of wget. | Hisham Muhammad | 2 | -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-02 | run LR itself on the Lua interpreter found during install, not on the ↵ | Thijs Schreijer | 1 | -1/+1 | |
interpreter first in the system path. Lining up with the unix shell scripts. | |||||
2014-03-31 | Add -f flag to curl, to improve error handling, as suggested in #244. | Hisham Muhammad | 2 | -2/+2 | |
2014-03-26 | Use a test matrix in Travis | Ignacio Burgueño | 1 | -1/+8 | |
2014-03-26 | prepare luarocks for lua 5.3 | Philipp Janda | 5 | -16/+37 | |
2014-03-21 | Run Travis-CI testsuite on Lua 5.1 and Lua 5.2! | Hisham Muhammad | 2 | -18/+28 | |
2014-03-21 | Fix regression introduced by demodularization process | Hisham Muhammad | 1 | -1/+1 | |
2014-03-21 | Fixed remaining unpack issues | mpeterv | 8 | -0/+16 | |
2014-03-21 | Fixed some issues with table.unpack | mpeterv | 2 | -5/+8 | |
2014-03-20 | Split luarocks.path the library and `luarocks path` the command. | Hisham Muhammad | 3 | -42/+51 | |
As suggested in #232. | |||||
2014-03-20 | Removed module calls from installation scripts | mpeterv | 2 | -31/+33 | |
2014-03-20 | Unmoduled core modules with package.loaded trick + fixed locals shadowing ↵ | mpeterv | 36 | -388/+512 | |
module table Thanks to Metalua for the possibility to automate this. | |||||
2014-03-20 | Minor consistency improvement in util.lua | mpeterv | 1 | -2/+2 | |
2014-03-20 | Unmoduled per-platform fs implementations | mpeterv | 2 | -49/+55 | |
2014-03-20 | Fixed strange things in deps modules + fixed a bug with luarocks.fs.lua.get_md5 | mpeterv | 7 | -18/+9 | |
2014-03-20 | Unmoduled luarocks.util | mpeterv | 1 | -40/+43 | |
2014-03-20 | Unmoduled CLI-related modules which used some globals | mpeterv | 2 | -7/+13 | |
2014-03-20 | In luarocks.utils, require deps only inside functions | mpeterv | 1 | -4/+1 | |
2014-03-20 | Split luarocks.path module | mpeterv | 4 | -102/+114 | |
2014-03-20 | Un-module bundled deps | mpeterv | 16 | -50/+98 | |
2014-03-20 | Bring the Unix implementation up to par with the Windows one! | Hisham Muhammad | 1 | -4/+8 | |
2014-03-19 | Fix help, as pointed out by @ignacio | Hisham Muhammad | 1 | -1/+1 | |
2014-03-13 | Removed some unused variables | mpeterv | 13 | -25/+3 | |
2014-03-03 | Revert change that broke rocks.moonscript.org — it would skip servers that ↵ | Hisham Muhammad | 1 | -1/+1 | |
have no .zip manifest in them. | |||||
2014-03-03 | check is_lua by compiling the file | Thijs Schreijer | 1 | -13/+9 | |
2014-03-03 | remove exe wrappers, just batch files on windows | Thijs Schreijer | 3 | -21/+31 | |
2014-03-01 | filter message when deps_mode="none" | François Perrad | 1 | -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-27 | use correct path for is_dir check | Philipp Janda | 1 | -3/+6 | |
2014-02-27 | handle implict subdirectories when unpacking with LuaZip | Philipp Janda | 1 | -0/+5 | |
2014-02-14 | Flag -c is running too slow. | Hisham Muhammad | 1 | -1/+1 | |
2014-02-14 | Fix issue when source.dir got misdetected if URL ends with character 'c'! | Hisham Muhammad | 1 | -1/+1 | |
How many years did this go undetected? | |||||
2014-02-14 | Remove repeated entry | Hisham Muhammad | 1 | -1/+0 | |
2014-02-13 | Added nil check for tsfd in http_request() | Evan Wies | 1 | -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-08 | Upgrade luacov | Hisham Muhammad | 1 | -2/+2 | |
2014-02-08 | Add test for missing external deps. Improves coverage. | Hisham Muhammad | 2 | -1/+38 | |
A bug was uncovered writing this! | |||||
2014-02-08 | When a server times out, stop using it and move down the mirrors list. | Hisham Muhammad | 4 | -18/+27 | |
2014-02-08 | Refactor and improve logic for detecting base directory. | Hisham Muhammad | 3 | -27/+40 | |
2014-02-08 | Install default doc files if the rockspec does not include any. | Hisham Muhammad | 1 | -1/+25 | |
2014-02-08 | Have separate fs.dir and fs.list_dir functions. | Hisham Muhammad | 7 | -88/+91 | |
The first returns an iterator, the second one a table. | |||||
2014-02-03 | Make `luarocks doc` return something meaningful even for rocks that are not ↵ | Hisham Muhammad | 1 | -10/+34 | |
installed. | |||||
2014-01-31 | remove dead local variable wrap_bin_scripts | François Perrad | 1 | -6/+0 | |
now, the job is done by a call to repos.should_wrap_bin_scripts() | |||||
2014-01-29 | Add more tests. | Hisham Muhammad | 1 | -1/+7 | |
2014-01-29 | Fix logic to report errors when loading config.lua. Closes #228. Please ↵ | Hisham Muhammad | 1 | -1/+1 | |
reopen if problem persists. | |||||
2014-01-29 | remove rocksserver settings from windows installer | Thijs Schreijer | 1 | -3/+0 | |