aboutsummaryrefslogtreecommitdiff
path: root/src/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert accidental commit.Hisham Muhammad2015-09-302-4/+2
|
* Use env for setting MACOSX_DEPLOYMENT_TARGET.Hisham Muhammad2015-09-302-2/+4
| | | | See #422.
* Add `luarocks config` command for querying LuaRocks settings.Hisham Muhammad2015-05-181-0/+1
|
* Fix --lib flag (and my last commit goof...)Hisham Muhammad2015-03-232-4/+2
|
* Fix tests: new flag parser detected invalid flags in the testsuite.Hisham Muhammad2015-03-232-2/+4
|
* Ensure luarocks.loader sees package paths.Hisham Muhammad2014-08-112-2/+0
| | | | This should fix a bug reported by @tomasguisasola on 2014-07-07.
* HTTPS support for downloading and uploading rocks.Hisham Muhammad2014-06-262-0/+8
| | | | | | | HTTPS is set as default for uploading. HTTP is still default for downloading to keep dependencies low and because the HTTPS code is new; might be changed in the future. See #273 and #240.
* Transition to MoonRocks. Add `luarocks upload` command for uploading into ↵Hisham Muhammad2014-05-261-0/+1
| | | | MoonRocks.
* Merge branch 'master' of https://github.com/keplerproject/luarocks into ↵mpeterv2014-03-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | lua52_compat Conflicts: src/bin/luarocks src/luarocks/fs/unix/tools.lua src/luarocks/path.lua Fixed: src/luarocks/path_cmd.lua: moved meta-data from path.lua Makefile: added path_cmd.lua to the list of installed files
| * Split luarocks.path the library and `luarocks path` the command.Hisham Muhammad2014-03-201-2/+1
| | | | | | | | As suggested in #232.
* | Split luarocks.path modulempeterv2014-03-201-1/+1
|/
* Add doc commandHisham Muhammad2014-01-101-0/+1
|
* 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-091-17/+19
|
* Merge changes proposed by @siffiejoe in #172.Hisham Muhammad2013-11-122-0/+2
| | | | (Sorry about the clumsiness of not doing a proper merge.)
* Added new command 'luarocks write_rockspec', which writes a template for a ↵Hisham Muhammad2013-10-111-0/+1
| | | | new rockspec.
* Improve "see help" messages and always use the name by which the luarocks ↵Hisham Muhammad2013-04-182-2/+0
| | | | program was launched.
* fix syntax error on new verbose optionFabio Mascarenhas2013-04-121-139/+0
|
* 5.2 compatibility for the launcher wrapper.Thijs Schreijer2013-04-121-3/+2
|
* fixed wrapper code to include the global 'arg' table, including compiled ↵Thijs Schreijer2013-04-101-1/+23
| | | | object file
* Add 'purge' command. Closes #25.Hisham Muhammad2012-09-241-0/+1
|
* Add 'lint' command, to check for rockspec validity.Hisham Muhammad2012-09-181-0/+1
|
* Add "new_version", a new feature.Hisham Muhammad2012-05-201-0/+1
|
* Enable luarocks-admin removeHisham Muhammad2010-09-231-0/+1
|
* Add the 'show' command by Steve Donovan, plus some changes.Hisham Muhammad2010-09-031-0/+1
| | | | | | | | 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 'path' command to the command-line interfaceHisham Muhammad2010-08-301-0/+1
|
* mingw32 build targetFabio Mascarenhas2010-01-211-0/+118
|
* cleanup hash-banghisham2009-10-111-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@88 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Fix help.hisham2009-10-111-0/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@79 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* generalize 'get_rockspec' into 'download', which is able to download ↵hisham2009-07-301-1/+1
| | | | | | .src.rocks, rocks and rockspecs git-svn-id: http://luarocks.org/svn/luarocks/trunk@43 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add get_rockspec commandhisham2009-07-161-0/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@41 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* added preliminary support for 'luarocks-admin add'hisham2009-06-181-0/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@28 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* LuaRocks can now use itself to load its own dependencies!hisham2009-04-231-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@13 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Import latest revision from CVS at luaforge.nethisham2009-04-012-0/+33
git-svn-id: http://luarocks.org/svn/luarocks/trunk@1 9ca3f7c1-7366-0410-b1a3-b5c78f85698c