aboutsummaryrefslogtreecommitdiff
path: root/src/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove program_name cmd.run_command argumentPaul Ouellette2019-08-012-2/+2
* Move remaining commands to argparsePaul Ouellette2019-08-012-2/+0
* Use argparse for command line argument parsingPaul Ouellette2019-07-292-2/+2
* luarocks, luarocks-admin: load cfg first, for luarocks.loaderHisham Muhammad2018-07-102-0/+6
* cmd: dynamically load additional external commandsThijs Schreijer2018-07-042-5/+2
* cmd: new command-line initialization sequenceHisham Muhammad2018-07-012-9/+6
* cmd: rename luarocks.command_line to luarocks.cmdHisham Muhammad2018-07-012-4/+4
* init: begin implementing `luarocks init`Hisham Muhammad2018-05-311-0/+1
* test: initial implementation of `luarocks.test`Hisham Muhammad2018-05-071-0/+1
* Add `luarocks which` command. (#733)Hisham Muhammad2017-10-051-0/+1
* Revert commited `make build` changes in src/binPeter Melnichenko2017-09-302-4/+2
* Travis: speed up buildHisham Muhammad2017-09-292-2/+4
* Move admin commands to luarocks.admin.cmd.*; fix references to modules.Hisham2016-10-292-24/+24
* Oops, my dev environment leaked in a commit, sorry.Hisham2016-10-152-4/+2
* Tweak tests for luarocks-3 branch.Hisham2016-07-282-2/+4
* Core modules reorganization.Hisham2016-06-302-6/+6
* 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
* HTTPS support for downloading and uploading rocks.Hisham Muhammad2014-06-262-0/+8
* Transition to MoonRocks. Add `luarocks upload` command for uploading into Moo...Hisham Muhammad2014-05-261-0/+1
* Merge branch 'master' of https://github.com/keplerproject/luarocks into lua52...mpeterv2014-03-211-1/+1
|\
| * Split luarocks.path the library and `luarocks path` the command.Hisham Muhammad2014-03-201-2/+1
* | 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
* Added new command 'luarocks write_rockspec', which writes a template for a ne...Hisham Muhammad2013-10-111-0/+1
* Improve "see help" messages and always use the name by which the luarocks pro...Hisham Muhammad2013-04-182-2/+0
* 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 obje...Thijs Schreijer2013-04-101-1/+23
* 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
* 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
* Fix help.hisham2009-10-111-0/+1
* generalize 'get_rockspec' into 'download', which is able to download .src.roc...hisham2009-07-301-1/+1
* add get_rockspec commandhisham2009-07-161-0/+1
* added preliminary support for 'luarocks-admin add'hisham2009-06-181-0/+1
* LuaRocks can now use itself to load its own dependencies!hisham2009-04-231-1/+1
* Import latest revision from CVS at luaforge.nethisham2009-04-012-0/+33