aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare to release version 2.1.2v2.1.2Hisham Muhammad2014-01-101-1/+1
* Use --homepage, which is less ambiguous.Hisham Muhammad2014-01-101-2/+2
* Check if unzip failedHisham Muhammad2014-01-101-1/+7
* Don't quote URL on Windows. Doesn't seem to work:Hisham Muhammad2014-01-101-1/+1
* Quote URLs. I wonder if it works properly with `start` on Windows.Hisham Muhammad2014-01-102-2/+2
* Fix bug when docs are missingHisham Muhammad2014-01-101-2/+2
* Enhancements for `luarocks doc` UIHisham Muhammad2014-01-101-2/+27
* Add doc commandHisham Muhammad2014-01-101-0/+1
* Factor out function for use by luarocks.docHisham Muhammad2014-01-101-12/+22
* Add textileHisham Muhammad2014-01-101-1/+1
* Modifications based on suggestions by @agladyshHisham Muhammad2014-01-101-1/+4
* Add fs.browser commandHisham Muhammad2014-01-102-0/+8
* Remove spurious commented codeHisham Muhammad2014-01-101-47/+1
* Add default web browsersHisham Muhammad2014-01-101-0/+3
* First go on `luarocks doc`Hisham Muhammad2014-01-101-0/+146
* Looks like I ran the test suite locally in the wrong branchHisham Muhammad2014-01-091-1/+0
* Add missing commit of luarocks-admin command changesHisham Muhammad2014-01-091-6/+5
* Performance improvementsHisham Muhammad2014-01-0910-84/+108
* Add help on --deps-modeHisham Muhammad2014-01-074-3/+26
* Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2014-01-041-0/+4
|\
| * Fix: Purge command did not check permission for the tree to operate onThijs Schreijer2014-01-031-0/+4
* | Improvements to the write_rockspec command.Hisham Muhammad2014-01-041-14/+52
|/
* updated comments for exitcodesThijs Schreijer2013-12-264-8/+8
* specify error exitcodes, specifically 'permission denied'.Thijs Schreijer2013-12-256-10/+26
* normalize paths in help outputThijs Schreijer2013-12-231-5/+7
* Make sure value of tree is propagated correctly to commands.Hisham Muhammad2013-12-233-3/+27
* Merge pull request #206 from Tieske/verbose_flagHisham Muhammad2013-12-222-1/+10
|\
| * adds flag `--verbose` as equivalent for config file `verbose = true`Thijs Schreijer2013-12-222-1/+10
* | take urls into account besides local pathsThijs Schreijer2013-12-221-1/+9
* | Normalizes paths displayed from `search` module, used for searching and listi...Thijs Schreijer2013-12-222-1/+2
|/
* Fix display of error message in loader.Hisham Muhammad2013-12-211-3/+3
* Fix regressions caused by #194. Thank you, integrated testing!Hisham Muhammad2013-12-201-10/+10
* Let's not use "built-in" terminology in this case: avoid confusion with the "...Hisham Muhammad2013-12-201-3/+3
* Use same loop for both arraysHisham Muhammad2013-12-201-18/+9
* Let's be more conservative about this for now.Hisham Muhammad2013-12-201-5/+2
* Merge pull request #194 from rtsisyk/gh-177-option-for-builtin-packagesHisham Muhammad2013-12-203-12/+49
|\
| * Add a configuration option to specify manually installed rocks.Roman Tsisyk2013-11-303-12/+49
* | Merge pull request #188 from echiesse/masterHisham Muhammad2013-12-201-3/+9
|\ \
| * | Fixed the error of not embedding the manifest in DLLs compiled by Visual Stud...Eric Chiesse2013-11-301-3/+9
* | | Add check that will be used to ensure no rocks without licenses are uploaded.Hisham Muhammad2013-12-181-1/+13
* | | Prioritize "scm" over "cvs". This was underspecified before.Hisham Muhammad2013-12-181-1/+1
* | | Make default rocks_trees named as well.Hisham Muhammad2013-12-181-2/+2
* | | Add named trees, as suggested by @Tieske, plus tests.Hisham Muhammad2013-12-181-3/+16
* | | Propagate failure of MD5 correctly. Closes #184.Hisham Muhammad2013-12-134-4/+8
* | | Merge pull request #200 from fab13n/masterHisham Muhammad2013-12-131-2/+3
|\ \ \
| * | | Fixed an improper error messageFleutot2013-12-111-2/+3
* | | | Make the download command work with the file:// protocolHisham Muhammad2013-12-121-3/+18
|/ / /
* | | Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2013-12-056-48/+112
|\ \ \
| * | | refactored debug output. Now all is set by using `verbose = true` in the conf...Thijs Schreijer2013-12-013-35/+30
| * | | simplified priviledge test on WindowsThijs Schreijer2013-12-011-5/+2
| | |/ | |/|