| Commit message (Expand) | Author | Age | Files | Lines |
* | add a which() function, as requested by Fabio Mascarenhas :) | hisham | 2009-10-13 | 1 | -12/+33 |
* | cleaner behavior | hisham | 2009-10-13 | 1 | -1/+6 |
* | repository cleanups | hisham | 2009-10-13 | 1 | -0/+2 |
* | fix prefix handling | hisham | 2009-10-13 | 1 | -1/+1 |
* | Support uploads via sftp (needed for luarocks.org repositories...) | hisham | 2009-10-13 | 1 | -8/+32 |
* | fix compilation in Mac OSX | hisham | 2009-10-13 | 1 | -1/+1 |
* | improved rollback function | hisham | 2009-10-11 | 3 | -3/+12 |
* | more robust matching | hisham | 2009-10-11 | 1 | -4/+8 |
* | cleanup rock tree | hisham | 2009-10-11 | 1 | -0/+1 |
* | cleanup hash-bang | hisham | 2009-10-11 | 1 | -1/+1 |
* | Sync with unix version | hisham | 2009-10-11 | 1 | -1/+2 |
* | fix installation of bin files | hisham | 2009-10-11 | 3 | -7/+3 |
* | remove global references | hisham | 2009-10-11 | 7 | -9/+11 |
* | 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 |