aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.0.4.1v2.0.4.1Hisham Muhammad2011-01-142-2/+2
* Fix fs.exists, as pointed out by Doug Currie.Hisham Muhammad2011-01-141-1/+1
* Merge branch 'master' of github.com:keplerproject/luarocksv2.0.4Hisham Muhammad2010-12-219-159/+168
|\
| * Add HTTPS support to native fs.download function, using LuaSec.Hisham Muhammad2010-12-212-57/+31
| * Fix error message on unsupported protocolsHisham Muhammad2010-12-211-13/+15
| * Fix sorting and saving of persisted manifest table.Hisham Muhammad2010-12-144-12/+22
| * Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-12-143-55/+36
| |\
| * \ Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-11-2312-34/+89
| |\ \
| * | | Match "*" wildcard so that numbered libraries can be found,Hisham Muhammad2010-11-082-5/+14
| * | | Fixes for native zip packing module.Hisham Muhammad2010-11-081-87/+100
* | | | Fix bug with paths causing LuaRocks to break on Windows when using LuaFileSys...Hisham Muhammad2010-12-211-41/+60
* | | | fix error messageHisham Muhammad2010-12-211-4/+4
* | | | indentation fixesHisham Muhammad2010-12-211-52/+52
| |_|/ |/| |
* | | Make sorting for manifest table stable.Hisham Muhammad2010-12-051-2/+8
* | | remove unused variableHisham Muhammad2010-12-041-1/+0
* | | Use unified matcher for md5 commands, as suggested by Doug Currie.Hisham Muhammad2010-11-232-52/+28
| |/ |/|
* | Getting ready for LuaRocks 2.0.4Hisham Muhammad2010-11-233-3/+4
* | Add OpenBSD supportJames Turner2010-11-222-1/+21
* | Remove newline from string when reading from md5 or openssl. Closes #4.Hisham Muhammad2010-11-181-2/+2
* | Fix usage of cfg.root_dir, which can now be either a string or a table.Hisham Muhammad2010-11-185-15/+25
* | Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-11-023-4/+12
|\|
| * Improve support for win32-msys. Closes issue #3.Hisham Muhammad2010-10-221-1/+2
| * Specify pattern for valid rock namesHisham Muhammad2010-10-191-1/+1
| * Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-10-152-2/+7
| |\
| * | Display the name of file created by 'pack'.Hisham Muhammad2010-10-151-2/+9
* | | fix for 'show' version selection by Steve DonovanHisham Muhammad2010-11-021-1/+1
* | | display external dependencies in index.html pageHisham Muhammad2010-11-021-10/+34
* | | use absolute paths with fs.deleteHisham Muhammad2010-11-021-2/+2
| |/ |/|
* | Add sanity check to is_actual_binary.Hisham Muhammad2010-10-151-0/+5
* | Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-09-254-1/+5
|\|
| * New option for ~/.luarocks/config.lua: "local_by_default", whichHisham Muhammad2010-09-231-0/+4
| * Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-09-234-5/+8
| |\
| * | Replace wget with curl in WindowsHisham Muhammad2010-09-233-1/+1
* | | modify messagesHisham Muhammad2010-09-231-2/+2
| |/ |/|
* | Enable luarocks-admin removeHisham Muhammad2010-09-233-2/+3
* | Perform shallow checkout and don't pack .git subdirectoryHisham Muhammad2010-09-231-3/+5
|/
* Don't crash when receiving an invalid version number.Hisham Muhammad2010-09-221-1/+3
* Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-09-221-0/+99
|\
| * Add remove command to luarocks-adminHisham Muhammad2010-09-171-0/+99
* | Only show detailed field if present in rockspecHisham Muhammad2010-09-161-2/+4
|/
* Check errors firstHisham Muhammad2010-09-161-1/+1
* 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