| Commit message (Expand) | Author | Age | Files | Lines |
* | fix function reference | hisham | 2009-10-11 | 1 | -1/+1 |
* | fix parameter name | hisham | 2009-10-11 | 1 | -2/+3 |
* | fix typo | hisham | 2009-10-11 | 1 | -1/+1 |
* | prepare for release | hisham | 2009-10-11 | 1 | -1/+1 |
* | Fix help. | hisham | 2009-10-11 | 3 | -3/+12 |
* | make separate cache module, expose refresh-cache command to luarocks-admin | hisham | 2009-10-11 | 3 | -46/+84 |
* | Use luarocks.org as a default server | hisham | 2009-10-11 | 1 | -1/+1 |
* | Fix conflict resolution scheme using proper Lua 5.1 mechanism | hisham | 2009-10-11 | 5 | -115/+92 |
* | work in progress | hisham | 2009-10-08 | 1 | -50/+55 |
* | improve compatibility with LR1 .rock files | hisham | 2009-10-08 | 2 | -3/+8 |
* | rock_manifest_file | hisham | 2009-10-08 | 1 | -0/+14 |
* | Retained luarocks.require | hisham | 2009-10-08 | 2 | -1/+5 |
* | Let's use luarocks.loader as the name | hisham | 2009-10-08 | 1 | -0/+0 |
* | remove old loader | hisham | 2009-10-05 | 1 | -241/+0 |
* | new loader improvements | hisham | 2009-10-05 | 1 | -25/+45 |
* | pack deployed files using rock_manifest | hisham | 2009-10-05 | 1 | -21/+30 |
* | add extra checking | hisham | 2009-10-05 | 1 | -10/+14 |
* | add extra checking | hisham | 2009-10-05 | 1 | -0/+5 |
* | add error checking | hisham | 2009-10-05 | 1 | -6/+6 |
* | code cleanup | hisham | 2009-10-05 | 1 | -6/+4 |
* | Implement deployment and removal of files | hisham | 2009-10-04 | 4 | -57/+152 |
* | Simplify the way things are handled for the new LuaRocks tree by creating roc... | hisham | 2009-10-04 | 6 | -319/+253 |
* | Use deploy_*_dir entries | hisham | 2009-10-04 | 4 | -25/+32 |
* | more idiomatic code | hisham | 2009-10-04 | 1 | -2/+1 |
* | Separate index.html generation in its own module | hisham | 2009-10-04 | 2 | -1/+141 |
* | add get_md5 | hisham | 2009-10-04 | 2 | -30/+29 |
* | delegate the hard work to luarocks.rep | hisham | 2009-10-04 | 1 | -43/+5 |
* | Remove luarocks.require | hisham | 2009-10-04 | 1 | -263/+0 |
* | rename module to luarocks.loader | hisham | 2009-10-04 | 1 | -1/+1 |
* | move | hisham | 2009-10-04 | 1 | -0/+0 |
* | doc | hisham | 2009-10-04 | 1 | -0/+2 |
* | document wip | hisham | 2009-10-04 | 1 | -0/+3 |
* | grab single return | hisham | 2009-09-01 | 1 | -1/+1 |
* | fix use of relative paths | hisham | 2009-08-26 | 1 | -2/+2 |
* | better error checking | hisham | 2009-08-26 | 3 | -1/+6 |
* | further cleanup in fs abstractions | hisham | 2009-08-14 | 3 | -37/+55 |
* | improvements to 'add' function | hisham | 2009-08-14 | 3 | -14/+39 |
* | Add -L with LUA_LIBDIR. Patch by David Manura | hisham | 2009-08-13 | 1 | -1/+1 |
* | update makefile | hisham | 2009-08-07 | 1 | -6/+10 |
* | debugging | hisham | 2009-07-30 | 3 | -4/+108 |
* | generalize 'get_rockspec' into 'download', which is able to download .src.roc... | hisham | 2009-07-30 | 2 | -19/+23 |
* | don't display project homepage link when rockspec doesn't have one. | hisham | 2009-07-27 | 1 | -2/+2 |
* | add get_rockspec command | hisham | 2009-07-16 | 4 | -3/+94 |
* | add wip version of new package loader | hisham | 2009-07-16 | 1 | -0/+147 |
* | set defaults for lua_modules_dir and bin_modules_dir | hisham | 2009-07-08 | 2 | -8/+34 |
* | progress converting LuaRocks commands to 2.0 format | hisham | 2009-07-05 | 14 | -114/+211 |
* | progress on management of 'lib' dir | hisham | 2009-07-01 | 1 | -10/+50 |
* | add 'move' command | hisham | 2009-07-01 | 1 | -0/+29 |
* | better error msg | hisham | 2009-07-01 | 1 | -1/+1 |
* | Display warnings for undefined variables, | hisham | 2009-07-01 | 2 | -1/+60 |