Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized Windows specific files. Now installer can work directly from the ↵ | Thijs Schreijer | 2014-05-06 | 26 | -42/+18 |
| | | | | repository | ||||
* | Merge pull request #253 from Tieske/fix_path_order | Hisham Muhammad | 2014-05-03 | 2 | -15/+35 |
|\ | | | | | corrects order of exported paths | ||||
| * | fixes #251 | Thijs Schreijer | 2014-05-01 | 2 | -15/+35 |
| | | | | | | | | | | - order of path; user vs system tree corrected. - bin directories of all trees included, instead of current tree | ||||
* | | Set timeout in LuaSocket/LuaSec based implementation as well. | Hisham Muhammad | 2014-05-03 | 5 | -5/+20 |
| | | | | | | | | | | Be more forgiving with thi cfg.connection_timeout setting. Add --timeout flag, as discussed in #249. | ||||
* | | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham Muhammad | 2014-05-03 | 4 | -3/+18 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: src/luarocks/fs/unix/tools.lua src/luarocks/fs/win32/tools.lua | ||||
| * \ | Merge pull request #249 from Tieske/conn_timeout | Hisham Muhammad | 2014-05-02 | 3 | -2/+17 |
| |\ \ | | |/ | |/| | Connection timeout when using wget or curl | ||||
| | * | added `--tries=1` to wget to prevent 20 tries (=20 timeouts) | Thijs Schreijer | 2014-04-27 | 2 | -2/+2 |
| | | | |||||
| | * | initial commit including a network timeout for wget and curl based downloads | Thijs Schreijer | 2014-04-27 | 3 | -2/+17 |
| |/ | |||||
| * | Merge pull request #246 from Tieske/fixed_interpreter | Hisham Muhammad | 2014-04-02 | 1 | -1/+1 |
| |\ | | | | | | | run LR itself on the Lua interpreter found during install (Windows) | ||||
| | * | run LR itself on the Lua interpreter found during install, not on the ↵ | Thijs Schreijer | 2014-04-02 | 1 | -1/+1 |
| |/ | | | | | | | interpreter first in the system path. Lining up with the unix shell scripts. | ||||
* / | Add -k flag so that curl behavior matches that of wget. | Hisham Muhammad | 2014-04-03 | 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!) | ||||
* | Add -f flag to curl, to improve error handling, as suggested in #244. | Hisham Muhammad | 2014-03-31 | 2 | -2/+2 |
| | |||||
* | Use a test matrix in Travis | Ignacio Burgueño | 2014-03-26 | 1 | -1/+8 |
| | |||||
* | Merge pull request #243 from siffiejoe/lua53 | Hisham Muhammad | 2014-03-26 | 5 | -16/+37 |
|\ | | | | | prepare luarocks for lua 5.3 | ||||
| * | prepare luarocks for lua 5.3 | Philipp Janda | 2014-03-26 | 5 | -16/+37 |
|/ | |||||
* | Run Travis-CI testsuite on Lua 5.1 and Lua 5.2! | Hisham Muhammad | 2014-03-21 | 2 | -18/+28 |
| | |||||
* | Fix regression introduced by demodularization process | Hisham Muhammad | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #242 from mpeterv/lua52_compat | Hisham Muhammad | 2014-03-21 | 61 | -651/+850 |
|\ | | | | | Compatibility with lua 5.2 without LUA_COMPAT_ALL | ||||
| * | Fixed remaining unpack issues | mpeterv | 2014-03-21 | 8 | -0/+16 |
| | | |||||
| * | Merge branch 'master' of https://github.com/keplerproject/luarocks into ↵ | mpeterv | 2014-03-21 | 6 | -18/+22 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | lua52_compat Conflicts: src/bin/luarocks src/luarocks/fs/unix/tools.lua src/luarocks/path.lua Fixed: src/luarocks/path_cmd.lua: moved meta-data from path.lua Makefile: added path_cmd.lua to the list of installed files | ||||
* | | Split luarocks.path the library and `luarocks path` the command. | Hisham Muhammad | 2014-03-20 | 3 | -42/+51 |
| | | | | | | | | As suggested in #232. | ||||
* | | Bring the Unix implementation up to par with the Windows one! | Hisham Muhammad | 2014-03-20 | 1 | -4/+8 |
| | | |||||
* | | Fix help, as pointed out by @ignacio | Hisham Muhammad | 2014-03-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2014-03-14 | 13 | -25/+3 |
|\ \ | |||||
* | | | Revert change that broke rocks.moonscript.org — it would skip servers that ↵ | Hisham Muhammad | 2014-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | have no .zip manifest in them. | ||||
| | * | Fixed some issues with table.unpack | mpeterv | 2014-03-21 | 2 | -5/+8 |
| | | | |||||
| | * | Removed module calls from installation scripts | mpeterv | 2014-03-20 | 2 | -31/+33 |
| | | | |||||
| | * | Unmoduled core modules with package.loaded trick + fixed locals shadowing ↵ | mpeterv | 2014-03-20 | 36 | -388/+512 |
| | | | | | | | | | | | | | | | | | | module table Thanks to Metalua for the possibility to automate this. | ||||
| | * | Minor consistency improvement in util.lua | mpeterv | 2014-03-20 | 1 | -2/+2 |
| | | | |||||
| | * | Unmoduled per-platform fs implementations | mpeterv | 2014-03-20 | 2 | -49/+55 |
| | | | |||||
| | * | Fixed strange things in deps modules + fixed a bug with luarocks.fs.lua.get_md5 | mpeterv | 2014-03-20 | 7 | -18/+9 |
| | | | |||||
| | * | Unmoduled luarocks.util | mpeterv | 2014-03-20 | 1 | -40/+43 |
| | | | |||||
| | * | Unmoduled CLI-related modules which used some globals | mpeterv | 2014-03-20 | 2 | -7/+13 |
| | | | |||||
| | * | In luarocks.utils, require deps only inside functions | mpeterv | 2014-03-20 | 1 | -4/+1 |
| | | | |||||
| | * | Split luarocks.path module | mpeterv | 2014-03-20 | 4 | -102/+114 |
| | | | |||||
| | * | Un-module bundled deps | mpeterv | 2014-03-20 | 16 | -50/+98 |
| |/ | |||||
| * | Merge pull request #239 from mpeterv/remove_unused_variables | Hisham Muhammad | 2014-03-14 | 13 | -25/+3 |
|/| | | | | | Removed some unused variables | ||||
| * | Removed some unused variables | mpeterv | 2014-03-13 | 13 | -25/+3 |
|/ | |||||
* | Merge pull request #237 from Tieske/no_exe_wrapper | Hisham Muhammad | 2014-03-03 | 3 | -21/+27 |
|\ | | | | | No exe wrapper on Windows | ||||
| * | check is_lua by compiling the file | Thijs Schreijer | 2014-03-03 | 1 | -13/+9 |
| | | |||||
| * | remove exe wrappers, just batch files on windows | Thijs Schreijer | 2014-03-03 | 3 | -21/+31 |
|/ | |||||
* | Merge pull request #236 from fperrad/patch-1 | Hisham Muhammad | 2014-03-01 | 1 | -2/+1 |
|\ | | | | | filter message when deps_mode="none" | ||||
| * | filter message when deps_mode="none" | François Perrad | 2014-03-01 | 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 ``` | ||||
* | Merge pull request #235 from siffiejoe/unzip | Hisham Muhammad | 2014-02-27 | 1 | -0/+8 |
|\ | | | | | handle implict subdirectories when unpacking with LuaZip | ||||
| * | use correct path for is_dir check | Philipp Janda | 2014-02-27 | 1 | -3/+6 |
| | | |||||
| * | handle implict subdirectories when unpacking with LuaZip | Philipp Janda | 2014-02-27 | 1 | -0/+5 |
|/ | |||||
* | Flag -c is running too slow. | Hisham Muhammad | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | Fix issue when source.dir got misdetected if URL ends with character 'c'! | Hisham Muhammad | 2014-02-14 | 1 | -1/+1 |
| | | | | How many years did this go undetected? | ||||
* | Remove repeated entry | Hisham Muhammad | 2014-02-14 | 1 | -1/+0 |
| | |||||
* | Merge pull request #233 from neomantra/http_request_err | Hisham Muhammad | 2014-02-14 | 1 | -2/+4 |
|\ | | | | | Added nil check for tsfd in http_request() |