| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace wget with curl in Windows | Hisham Muhammad | 2010-09-23 | 3 | -1/+1 |
* | Don't crash when receiving an invalid version number. | Hisham Muhammad | 2010-09-22 | 1 | -1/+3 |
* | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2010-09-22 | 1 | -0/+99 |
|\ |
|
| * | Add remove command to luarocks-admin | Hisham Muhammad | 2010-09-17 | 1 | -0/+99 |
* | | Only show detailed field if present in rockspec | Hisham Muhammad | 2010-09-16 | 1 | -2/+4 |
|/ |
|
* | Check errors first | Hisham Muhammad | 2010-09-16 | 1 | -1/+1 |
* | Oops -- fix URL display | Hisham Muhammad | 2010-09-16 | 1 | -2/+2 |
* | Make sure index.html lists 'architectures' in order | Hisham Muhammad | 2010-09-16 | 1 | -8/+12 |
* | Support remote rockspec filenames in 'pack'. | Hisham Muhammad | 2010-09-16 | 1 | -1/+1 |
* | Extra error check.v2.0.3-final | Hisham Muhammad | 2010-09-14 | 1 | -1/+5 |
* | Properly export the 'bsd' entry to BSD-like systems. | Hisham Muhammad | 2010-09-13 | 1 | -2/+2 |
* | Don't ship COPYING.lua on Unix: we don't redistribute Lua there | Hisham Muhammad | 2010-09-13 | 1 | -1/+1 |
* | Improve checks, catching configuration or flag errors | Hisham Muhammad | 2010-09-13 | 1 | -10/+11 |
* | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2010-09-11 | 2 | -3/+3 |
|\ |
|
| * | Improve behavior of --local check. | Hisham Muhammad | 2010-09-10 | 2 | -3/+3 |
* | | Update makedist to build based on Git treev2.0.3 | Hisham Muhammad | 2010-09-10 | 1 | -3/+3 |
* | | add new files | Hisham Muhammad | 2010-09-10 | 1 | -2/+2 |
* | | new version of makedist | Hisham Muhammad | 2010-09-10 | 1 | -0/+64 |
* | | Cleanups for release | Hisham Muhammad | 2010-09-10 | 3 | -71/+2 |
|/ |
|
* | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2010-09-10 | 16 | -85/+271 |
|\ |
|
| * | Preserve permissions when copying files | Hisham Muhammad | 2010-09-09 | 5 | -1/+25 |
| * | Remove LuaCurl now that we have download() implemented with LuaSocket | Hisham Muhammad | 2010-09-09 | 1 | -42/+0 |
| * | Add message after build and install complete. | Hisham Muhammad | 2010-09-09 | 2 | -0/+16 |
| * | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2010-09-08 | 0 | -0/+0 |
| |\ |
|
| | * | Modify algorithm selection of rocks tree and add --local. | Hisham Muhammad | 2010-09-08 | 8 | -41/+64 |
| * | | Modify algorithm selection of rocks tree and add --local. | Hisham Muhammad | 2010-09-08 | 8 | -41/+64 |
| |/ |
|
| * | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2010-09-06 | 0 | -0/+0 |
| |\ |
|
| | * | Add the 'show' command by Steve Donovan, plus some changes. | Hisham Muhammad | 2010-09-03 | 1 | -0/+133 |
| * | | Add the 'show' command by Steve Donovan, plus some changes. | Hisham Muhammad | 2010-09-03 | 4 | -1/+166 |
| |/ |
|
* / | Upload using rsync as well | Hisham Muhammad | 2010-09-10 | 1 | -1/+4 |
|/ |
|
* | Support rsync in "luarocks-admin add" | Hisham Muhammad | 2010-08-30 | 2 | -13/+20 |
* | Be nice to Debian/Ubuntu users and their non-standard directories... | Hisham Muhammad | 2010-08-30 | 1 | -3/+10 |
* | Support proxies when using LuaSocket (contributed by Steve Donovan) | Hisham Muhammad | 2010-08-30 | 1 | -1/+49 |
* | add 'path' command to the command-line interface | Hisham Muhammad | 2010-08-30 | 1 | -0/+1 |
* | Add 'luarocks path' command for easy configuration of LUA_PATH and LUA_CPATH | Hisham Muhammad | 2010-08-30 | 3 | -19/+39 |
* | Always set -fPIC when using gcc (Unix systems). | Hisham Muhammad | 2010-08-20 | 1 | -4/+3 |
* | fixes bug reported in github #1 - "source.tag does not do anything with Git f... | Hisham Muhammad | 2010-05-17 | 1 | -4/+2 |
* | fix interaction with md5 calculation tools | Hisham Muhammad | 2010-05-17 | 1 | -3/+3 |
* | minor spelling fix | Hisham Muhammad | 2010-04-19 | 1 | -1/+1 |
* | Add reference to website home in Github presentation | Hisham Muhammad | 2010-04-19 | 1 | -0/+2 |
* | Indentation fixes | Hisham Muhammad | 2010-04-19 | 1 | -30/+37 |
* | Allow non-superuser to pack rocks which were installed system-wide | Hisham Muhammad | 2010-04-19 | 2 | -13/+27 |
* | Properly handle source.url's where source.file is used to indicate the | Hisham Muhammad | 2010-04-19 | 1 | -1/+1 |
* | Support svn URLs (since this is incompatible with earlier LuaRocks versions, | Hisham Muhammad | 2010-04-19 | 1 | -0/+45 |
* | Support adding multiple files at once; use scp for copying. | Hisham Muhammad | 2010-04-19 | 1 | -17/+37 |
* | Be case-insensitive in CLI commands. (Backport from svn) | Hisham Muhammad | 2010-04-19 | 4 | -4/+5 |
* | change default bin_dir in luarocks lfw to LFW_ROOT instead of LFW_ROOT\utils | Fabio Mascarenhas | 2010-03-29 | 1 | -2/+2 |
* | remove need for --force when installing over non-versioned filesv2.0.2 | Fabio Mascarenhas | 2010-03-24 | 1 | -5/+1 |
* | add rclauncher object files to the lfw files | Fabio Mascarenhas | 2010-03-24 | 2 | -0/+0 |
* | fixed bug with luarocks pack on windows, was generating 7z archives instead o... | Fabio Mascarenhas | 2010-03-24 | 1 | -1/+1 |