aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for release.2.0.5-rc12.0.5Hisham Muhammad2011-08-142-2/+2
|
* Abstract all external commands so they can be overriden via config.luaHisham Muhammad2011-08-149-84/+121
|
* tweak for local testingHisham Muhammad2011-08-141-2/+1
|
* Fix refresh_cache and remove code redundancyHisham Muhammad2011-08-144-47/+39
|
* oops, use stderr with printerr!Hisham Muhammad2011-08-141-1/+1
|
* Abstract away configuration issue over to cfg.Hisham Muhammad2011-08-142-8/+8
|
* Be a bit more verbose in type='command',Hisham Muhammad2011-08-141-0/+2
| | | | to act more like type='make'.
* Replace all print()'s by appropriate calls to send messages to stdout and ↵Hisham Muhammad2011-08-1328-187/+210
| | | | stderr. Closes #11.
* Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2011-08-091-8/+22
|\
| * Merge pull request #34 from dottedmag/complex-dep-searchHisham Muhammad2011-07-291-8/+22
| |\ | | | | | | Use provided subdirectories to look for files if specified (#32)
| | * Use provided subdirectories to look for files if specified (#32)Mikhail Gusarov2011-07-281-8/+22
| |/
* / current_dir() should not assume that the PWD environment variable is valid ↵Hisham Muhammad2011-08-092-12/+6
|/ | | | (closes #31)
* appease LDoc warningHisham Muhammad2011-07-201-1/+1
|
* minor documentation fixesHisham Muhammad2011-07-202-2/+5
|
* Merge pull request #29 from ignacio/masterHisham Muhammad2011-07-061-5/+3
|\ | | | | Luarocks fails to pack some large rocks when lzlib is installed
| * zip handle should be opened with 'wb' flagsIgnacio Burgueño2011-06-291-1/+1
| |
| * Read the whole file at onceIgnacio Burgueño2011-06-291-4/+2
|/
* Be more explicit in the "missing external dependency" error message.Hisham Muhammad2011-05-111-1/+3
| | | | | The previous message misled users into setting environment variables, so hopefully adding an example will clear things up.
* Don't clone .git when using 'luarocks-admin add'Hisham Muhammad2011-05-081-1/+1
|
* Support redirects from https to http, fixes issue with bitbucket.org URLs.Hisham Muhammad2011-04-211-16/+6
|
* avoid prepending extra entries multiple times when 'make' is run repeatedlyHisham Muhammad2011-04-111-2/+4
|
* report build errorHisham Muhammad2011-04-111-1/+1
|
* remove code found duplicated (by an incorrect merge?)Hisham Muhammad2011-03-231-30/+0
|
* Handle case when fs.download returns no error messageHisham Muhammad2011-03-221-1/+1
| | | | (External programs output their own error messages.)
* Add support for curl on Windows (untested)Hisham Muhammad2011-03-221-5/+12
|
* allow http_request to follow redirects hopping from http (LuaSocket) to ↵Hisham Muhammad2011-02-071-1/+22
| | | | https (LuaSec) and vice-versa.
* Fix bug of missing local declarations which resulted in downloads being ↵Hisham Muhammad2011-02-071-0/+1
| | | | "propagated" between calls.
* Have wget be nicer to https URLs.Hisham Muhammad2011-01-171-1/+1
|
* Add the -L flag to curl so it follows redirects.Hisham Muhammad2011-01-171-1/+1
| | | | Change submitted by Brian Maher.
* 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
|\ | | | | | | | | Conflicts: src/luarocks/fs/lua.lua
| * 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
| | | | | | | | | | | | | | | | when using the cross-platform format in the libraries field from external_dependencies.
| * | | Fixes for native zip packing module.Hisham Muhammad2010-11-081-87/+100
| | | |
* | | | Fix bug with paths causing LuaRocks to break on Windows when using ↵Hisham Muhammad2010-12-211-41/+60
| | | | | | | | | | | | | | | | | | | | | | | | LuaFileSystem. (Bug reported by Cosmin Apreutesei)
* | | | 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
| | | | | | | | Thanks to Fabio Mascarenhas for the heads-up.
* | Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2010-11-023-4/+12
|\|