aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops -- fix URL displayHisham Muhammad2010-09-161-2/+2
|
* Make sure index.html lists 'architectures' in orderHisham Muhammad2010-09-161-8/+12
|
* Support remote rockspec filenames in 'pack'.Hisham Muhammad2010-09-161-1/+1
|
* Extra error check.v2.0.3-finalHisham Muhammad2010-09-141-1/+5
|
* Properly export the 'bsd' entry to BSD-like systems.Hisham Muhammad2010-09-131-2/+2
|
* Don't ship COPYING.lua on Unix: we don't redistribute Lua thereHisham Muhammad2010-09-131-1/+1
|
* Improve checks, catching configuration or flag errorsHisham Muhammad2010-09-131-10/+11
|
* Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-09-112-3/+3
|\
| * Improve behavior of --local check.Hisham Muhammad2010-09-102-3/+3
| |
* | Update makedist to build based on Git treev2.0.3Hisham Muhammad2010-09-101-3/+3
| |
* | add new filesHisham Muhammad2010-09-101-2/+2
| |
* | new version of makedistHisham Muhammad2010-09-101-0/+64
| |
* | Cleanups for releaseHisham Muhammad2010-09-103-71/+2
|/
* Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-09-1016-85/+271
|\
| * Preserve permissions when copying filesHisham Muhammad2010-09-095-1/+25
| |
| * Remove LuaCurl now that we have download() implemented with LuaSocketHisham Muhammad2010-09-091-42/+0
| |
| * Add message after build and install complete.Hisham Muhammad2010-09-092-0/+16
| | | | | | | | Indicates where installation took place, and license.
| * Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-09-080-0/+0
| |\
| | * Modify algorithm selection of rocks tree and add --local.Hisham Muhammad2010-09-088-41/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop old behavior in which the tree list was scanned to find the first writable one (which meant users ended up installing rocks locally). Now it always tries the list in the list (which is by default the global one) and warns users when they have no write permissions. (It picks the _last_ one so that the old behavior when running sudo remains the same). Also add --local as a shorthand to specify the local tree, as suggested by Steve Donovan.
| * | Modify algorithm selection of rocks tree and add --local.Hisham Muhammad2010-09-088-41/+64
| |/ | | | | | | | | | | | | | | | | | | Drop old behavior in which the tree list was scanned to find the first writable one (which meant users ended up installing rocks locally). Now it always tries the last in the list (which is by default the global one) and warns users when they have no write permissions. (It picks the _last_ one so that the old behavior when running sudo remains the same). Also add --local as a shorthand to specify the local tree, as suggested by Steve Donovan.
| * Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-09-060-0/+0
| |\ | | | | | | | | | | | | Conflicts: src/luarocks/show.lua
| | * Add the 'show' command by Steve Donovan, plus some changes.Hisham Muhammad2010-09-031-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | Added an error check and some layout improvements, to make it look a bit like index.html from the repository. The only 'major' change was to present the repository path instead of the rock directory. I thought it would be confusing to present that path there since it's not where the modules are.
| * | Add the 'show' command by Steve Donovan, plus some changes.Hisham Muhammad2010-09-034-1/+166
| |/ | | | | | | | | | | | | | | Added an error check and some layout improvements, to make it look a bit like index.html from the repository. The only 'major' change was to present the repository path instead of the rock directory. I thought it would be confusing to present that path there since it's not where the modules are.
* / Upload using rsync as wellHisham Muhammad2010-09-101-1/+4
|/
* Support rsync in "luarocks-admin add"Hisham Muhammad2010-08-302-13/+20
|
* Be nice to Debian/Ubuntu users and their non-standard directories...Hisham Muhammad2010-08-301-3/+10
|
* Support proxies when using LuaSocket (contributed by Steve Donovan)Hisham Muhammad2010-08-301-1/+49
|
* add 'path' command to the command-line interfaceHisham Muhammad2010-08-301-0/+1
|
* Add 'luarocks path' command for easy configuration of LUA_PATH and LUA_CPATHHisham Muhammad2010-08-303-19/+39
|
* Always set -fPIC when using gcc (Unix systems).Hisham Muhammad2010-08-201-4/+3
| | | | Should settle the "please drop whatever you're doing and add -fPIC to all your rockspecs" issue.
* fixes bug reported in github #1 - "source.tag does not do anything with Git ↵Hisham Muhammad2010-05-171-4/+2
| | | | fetcher"
* fix interaction with md5 calculation toolsHisham Muhammad2010-05-171-3/+3
|
* minor spelling fixHisham Muhammad2010-04-191-1/+1
|
* Add reference to website home in Github presentationHisham Muhammad2010-04-191-0/+2
|
* Indentation fixesHisham Muhammad2010-04-191-30/+37
|
* Allow non-superuser to pack rocks which were installed system-wideHisham Muhammad2010-04-192-13/+27
| | | | (Backport from svn)
* Properly handle source.url's where source.file is used to indicate theHisham Muhammad2010-04-191-1/+1
| | | | actual filename of the file to be fetched (useful in downloads from github...)
* Support svn URLs (since this is incompatible with earlier LuaRocks versions,Hisham Muhammad2010-04-191-0/+45
| | | | svn:// rockspecs should not be added to the main repository for now.)
* Support adding multiple files at once; use scp for copying.Hisham Muhammad2010-04-191-17/+37
| | | | | Still a hack but works better than curl in most installations. (Backport from svn)
* Be case-insensitive in CLI commands. (Backport from svn)Hisham Muhammad2010-04-194-4/+5
|
* change default bin_dir in luarocks lfw to LFW_ROOT instead of LFW_ROOT\utilsFabio Mascarenhas2010-03-291-2/+2
|
* remove need for --force when installing over non-versioned filesv2.0.2Fabio Mascarenhas2010-03-241-5/+1
|
* add rclauncher object files to the lfw filesFabio Mascarenhas2010-03-242-0/+0
|
* fixed bug with luarocks pack on windows, was generating 7z archives instead ↵Fabio Mascarenhas2010-03-241-1/+1
| | | | of zip
* updated rockspec for version 2.0.2Fabio Mascarenhas2010-03-221-1/+1
|
* readme for githubFabio Mascarenhas2010-03-201-0/+18
|
* files for Lua for Windows supportFabio Mascarenhas2010-03-2024-0/+1330
|
* adding files needed to make Windows distribution, and licenses for themFabio Mascarenhas2010-03-2037-1/+1500
|
* synchronizing with the svn repoFabio Mascarenhas2010-03-206-21/+46
|
* mingw as build systemFabio Mascarenhas2010-01-223-17/+30
|