| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use new install and config scheme | hisham | 2009-10-22 | 5 | -84/+101 |
* | remove traces of luarocks.luaforge.net/rocks | hisham | 2009-10-22 | 3 | -3/+3 |
* | fix packing of files, as reported by Fabio Mascarenhas | hisham | 2009-10-22 | 1 | -1/+1 |
* | fix compatibility with LR1 packages. Bug reported by Graham Wakefield. | hisham | 2009-10-21 | 1 | -3/+3 |
* | fix missing require(), as reported by Graham Wakefield | hisham | 2009-10-21 | 1 | -1/+1 |
* | as time goes by | hisham | 2009-10-15 | 1 | -1/+1 |
* | fix implementation of which() | hisham | 2009-10-15 | 1 | -3/+6 |
* | 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 |
* | allow running make install directly | hisham | 2009-10-13 | 2 | -2/+6 |
* | 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 |
* | better defaults for 2.0 | hisham | 2009-10-11 | 2 | -4/+5 |
* | better defaults for LuaRocks 2.0 | hisham | 2009-10-11 | 3 | -5/+7 |
* | 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 |
* | update Makefile for 2.0 | hisham | 2009-10-11 | 1 | -6/+1 |
* | 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 |