Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Get rid of an implicit number to string conversion | Peter Melnichenko | 2017-04-14 | 1 | -2/+2 | |
| | | | | | | | | Clearly tostring was implied instead of tonumber. | |||||
| * | Make sure target directory exists when saving API config. | Hisham | 2017-02-08 | 1 | -0/+5 | |
| | | | | | | | | Closes #676. | |||||
| * | Improve error checking in ownership check. | Hisham | 2017-01-08 | 4 | -7/+23 | |
| | | | | | | | | See #664. | |||||
| * | Oops! Fix warning message. | Hisham | 2017-01-06 | 1 | -1/+3 | |
| | | ||||||
| * | Check ownership of cache directory and emit a warning. | Hisham | 2017-01-06 | 6 | -9/+47 | |
| | | | | | | | | | | This prevents `sudo luarocks` to take over ownership of the user's ~/.cache/luarocks directory. | |||||
| * | Remove outdated flags | Hisham | 2016-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Fix clobbered varible. | Hisham | 2016-12-02 | 1 | -7/+7 | |
| | | ||||||
| * | Check for specific directories instead of the root dir. | Hisham | 2016-12-02 | 1 | -19/+20 | |
| | | | | | | | | | | Fixes problem in macOS 10.12. See http://lua-users.org/lists/lua-l/2016-12/msg00001.html | |||||
| * | Avoid overwriting variable. | Hisham | 2016-12-02 | 1 | -3/+3 | |
| | | ||||||
| * | Avoid breaking test in release branches. | Hisham | 2016-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix duplicated error message on missing rock manifest | Peter Melnichenko | 2016-11-14 | 1 | -4/+2 | |
| | | | | | | | | | | | | Fix incorrect merge on top of @66a4d40 resulting in duplicated "rock_manifest file not found" error message when updating manifest. | |||||
| * | Move get_versions from luarocks.core.manif to luarocks.manif. | Hisham | 2016-11-14 | 6 | -77/+76 | |
| | | | | | | | | | | All functions that were in core only for get_versions are moved out as well. Made possible by PR #654. | |||||
| * | Minor luacheck cleanups | Hisham | 2016-11-14 | 1 | -3/+3 | |
| | | ||||||
| * | Do not require core modules from outside core | Peter Melnichenko | 2016-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | Split pure version/deps operations into luarocks.vers module | Peter Melnichenko | 2016-11-13 | 16 | -193/+197 | |
| | | | | | | | | | | | | | | luarocks.deps module used to contain version and dependency parsing functions as well as some high-level dependency handling: matching and resolving them. A lot of modules only need the parsing half. Split it into its own module, luarocks.vers. | |||||
| * | List commands in `luarocks show` | Peter Melnichenko | 2016-11-12 | 1 | -4/+16 | |
| | | ||||||
| * | Fix module paths `luarocks show` displays for "asset" files | Peter Melnichenko | 2016-11-12 | 3 | -25/+28 | |
| | | | | | | | | | | | | | | | | Remove path.which that produced incorrect results for files with no .lua/.so/.dll extension, reimplement similar functionality in luarocks.repos (with support for commands as well) and use that instead. Ref #424. | |||||
| * | luarocks.repos: refactor repos.package_{modules,commands} | Peter Melnichenko | 2016-11-05 | 1 | -25/+29 | |
| | | ||||||
| * | luarocks.repos: refactor recurse_rock_manifest_tree | Peter Melnichenko | 2016-11-05 | 1 | -18/+16 | |
| | | ||||||
| * | Merge branch 'master' into luarocks-3 | Peter Melnichenko | 2016-11-04 | 3 | -185/+207 | |
| |\ | ||||||
| * | | Use optional lpeg feature when available. | Hisham | 2016-11-01 | 1 | -0/+1 | |
| | | | ||||||
| * | | Remove dead code | Hisham | 2016-11-01 | 1 | -3/+0 | |
| | | | ||||||
| * | | Fix merge of rocks_provided [2]. | Hisham | 2016-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a parameter, because depending on the rockspec version the set of default rocks_provided for a rockspec may change. This is to maintain compatibility with rocks provided by LuaRocks versions in rockspec format 1.0. When checking dependencies for a rockspec, we ensure we respect that to keep backward compatibility. When we check dependencies for the manifest as a whole, we can use the larger set of rocks_provided known by the current LuaRocks version. | |||||
| * | | Fix merge of rocks_provided. | Hisham | 2016-10-31 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now a parameter, because depending on the rockspec version the set of default rocks_provided for a rockspec may change. This is to maintain compatibility with rocks provided by LuaRocks versions in rockspec format 1.0. When checking dependencies for a rockspec, we ensure we respect that to keep backward compatibility. When we check dependencies for the manifest as a whole, we can use the larger set of rocks_provided known by the current LuaRocks version. | |||||
| * | | Merge branch 'new-cmd-dir' into luarocks-3 | Hisham | 2016-10-30 | 32 | -345/+387 | |
| |\ \ | ||||||
| | * \ | Merge branch 'new-cmd-dir' | Hisham | 2016-10-30 | 66 | -2057/+2180 | |
| | |\ \ | ||||||
| | | * | | Fix references to writer.make_manifest | Hisham | 2016-10-29 | 1 | -4/+4 | |
| | | | | | ||||||
| | | * | | Fix names of modules that no longer require _cmd | Hisham | 2016-10-29 | 2 | -0/+0 | |
| | | | | | ||||||
| | | * | | Merge branch 'luarocks-3' into new-cmd-dir | Hisham | 2016-10-29 | 4 | -86/+167 | |
| | | |\ \ | ||||||
| | | * | | | Move admin commands to luarocks.admin.cmd.*; fix references to modules. | Hisham | 2016-10-29 | 10 | -35/+36 | |
| | | | | | | ||||||
| | | * | | | Keep only command driver functions in luarocks.cmd | Hisham | 2016-10-28 | 5 | -1086/+36 | |
| | | | | | | ||||||
| | | * | | | Keep only functions shared among commands | Hisham | 2016-10-28 | 5 | -312/+9 | |
| | | | | | | ||||||
| | | * | | | Move files that will live in base dir back. | Hisham | 2016-10-28 | 19 | -1896/+0 | |
| | | | | | | ||||||
| | | * | | | Duplicate files to preserve git-blame | Hisham | 2016-10-28 | 38 | -0/+3286 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-30 | 6 | -51/+86 | |
| |\| | | | | ||||||
| * | | | | | "soft-revert" support for building static libs. | Hisham | 2016-10-29 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is causing a conflict in the manifest file. Looks like we'll need to extend the manifest format anyway. | |||||
| * | | | | | Fix references to writer.make_manifest | Hisham | 2016-10-29 | 1 | -4/+4 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | Adjust changes by @mpeterv in #638 to new locations. | Hisham | 2016-10-29 | 2 | -67/+126 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-29 | 2 | -19/+41 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-28 | 3 | -32/+18 | |
| |\ \ \ \ | ||||||
| * | | | | | Fix merge. | Hisham | 2016-10-28 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-27 | 14 | -43/+72 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Check rockspec_version before running type check. | Hisham | 2016-10-25 | 1 | -5/+6 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-20 | 2 | -14/+22 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Make sure brand-new rockspec table has the utility function. | Hisham | 2016-10-20 | 1 | -0/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-20 | 3 | -100/+164 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add format-check function in rockspec table. | Hisham | 2016-10-19 | 4 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids sprinkling the luarocks.deps dependency everywhere. | |||||
| * | | | | | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-19 | 4 | -18/+29 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Refactor error message and add extra checks. | Hisham | 2016-10-19 | 4 | -17/+16 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Avoid circular dependency. | Hisham | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | |