| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove luarocks-loader; `busted spec/unit --exclude=git` passes | Hisham Muhammad | 2025-12-28 | 1 | -1/+0 |
| | | |||||
| * | Remove program_name cmd.run_command argument | Paul Ouellette | 2019-08-01 | 1 | -1/+1 |
| | | |||||
| * | Move remaining commands to argparse | Paul Ouellette | 2019-08-01 | 1 | -1/+0 |
| | | |||||
| * | Use argparse for command line argument parsing | Paul Ouellette | 2019-07-29 | 1 | -1/+1 |
| | | | | | Supports main options and init and lint commands | ||||
| * | luarocks, luarocks-admin: load cfg first, for luarocks.loader | Hisham Muhammad | 2018-07-10 | 1 | -0/+3 |
| | | | | | | Load luarocks.core.cfg first so that luarocks.loader knows it is running inside LuaRocks. | ||||
| * | cmd: dynamically load additional external commands | Thijs Schreijer | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | Instead of a fixed list of commands, a dynamic list of modules residing within the `luarocks.cmd.external.<cmd_name>` in the Lua path will be dynamically added. This allows extending LuaRocks with additional commands. Same for `luarocks.admin.cmd.external.<cmd_name>`. | ||||
| * | cmd: new command-line initialization sequence | Hisham Muhammad | 2018-07-01 | 1 | -6/+3 |
| | | |||||
| * | cmd: rename luarocks.command_line to luarocks.cmd | Hisham Muhammad | 2018-07-01 | 1 | -2/+2 |
| | | |||||
| * | Revert commited `make build` changes in src/bin | Peter Melnichenko | 2017-09-30 | 1 | -2/+1 |
| | | |||||
| * | Travis: speed up build | Hisham Muhammad | 2017-09-29 | 1 | -1/+2 |
| | | |||||
| * | Move admin commands to luarocks.admin.cmd.*; fix references to modules. | Hisham | 2016-10-29 | 1 | -5/+5 |
| | | |||||
| * | Oops, my dev environment leaked in a commit, sorry. | Hisham | 2016-10-15 | 1 | -2/+1 |
| | | |||||
| * | Tweak tests for luarocks-3 branch. | Hisham | 2016-07-28 | 1 | -1/+2 |
| | | |||||
| * | Core modules reorganization. | Hisham | 2016-06-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace. | ||||
| * | Fix --lib flag (and my last commit goof...) | Hisham Muhammad | 2015-03-23 | 1 | -2/+1 |
| | | |||||
| * | Fix tests: new flag parser detected invalid flags in the testsuite. | Hisham Muhammad | 2015-03-23 | 1 | -1/+2 |
| | | |||||
| * | Ensure luarocks.loader sees package paths. | Hisham Muhammad | 2014-08-11 | 1 | -1/+0 |
| | | | | | This should fix a bug reported by @tomasguisasola on 2014-07-07. | ||||
| * | HTTPS support for downloading and uploading rocks. | Hisham Muhammad | 2014-06-26 | 1 | -0/+4 |
| | | | | | | | | 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. | ||||
| * | Add missing commit of luarocks-admin command changes | Hisham Muhammad | 2014-01-09 | 1 | -6/+5 |
| | | |||||
| * | Merge changes proposed by @siffiejoe in #172. | Hisham Muhammad | 2013-11-12 | 1 | -0/+1 |
| | | | | | (Sorry about the clumsiness of not doing a proper merge.) | ||||
| * | Improve "see help" messages and always use the name by which the luarocks ↵ | Hisham Muhammad | 2013-04-18 | 1 | -1/+0 |
| | | | | | program was launched. | ||||
| * | Enable luarocks-admin remove | Hisham Muhammad | 2010-09-23 | 1 | -0/+1 |
| | | |||||
| * | Fix help. | hisham | 2009-10-11 | 1 | -0/+1 |
| | | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@79 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | ||||
| * | added preliminary support for 'luarocks-admin add' | hisham | 2009-06-18 | 1 | -0/+1 |
| | | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@28 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | ||||
| * | Import latest revision from CVS at luaforge.netv1.0v0.5.2v0.5.1v0.5v0.4.3v0.4.2v0.4.1v0.4v0.3.2v0.3.1v0.3v0.2v0.1 | hisham | 2009-04-01 | 1 | -0/+14 |
| git-svn-id: http://luarocks.org/svn/luarocks/trunk@1 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
