aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Safer comparison number.Hisham Muhammad2017-10-031-2/+2
* Revert commited `make build` changes in src/binPeter Melnichenko2017-09-302-4/+2
* Travis: speed up buildHisham Muhammad2017-09-292-2/+4
* Refactor download() functionHisham Muhammad2017-09-291-31/+47
* Fix: don't eat up one slash when fixing the pathHisham Muhammad2017-09-291-1/+1
* Nicer title message for `luarocks search`Hisham Muhammad2017-09-291-1/+2
* Document cache option.Hisham Muhammad2017-09-292-0/+4
* Be stricter when autodetecting `source.dir`Hisham Muhammad2017-09-291-7/+6
* Remove debugging codeHisham Muhammad2017-09-291-1/+0
* Make sure package paths only reference current Lua versionHisham Muhammad2017-09-294-12/+18
* read just one line when checking md5Michal Cichra2017-09-261-1/+1
* Speed up type checkingHisham Muhammad2017-09-132-4/+9
* Fix version cacheHisham Muhammad2017-09-131-9/+9
* Merge branch 'luarocks-3'Hisham Muhammad2017-09-1367-2267/+2403
|\
| * Add sanity check for lua.hHisham Muhammad2017-04-171-0/+9
| * Get rid of an implicit number to string conversionPeter Melnichenko2017-04-141-2/+2
| * Make sure target directory exists when saving API config.Hisham2017-02-081-0/+5
| * Improve error checking in ownership check.Hisham2017-01-084-7/+23
| * Oops! Fix warning message.Hisham2017-01-061-1/+3
| * Check ownership of cache directory and emit a warning.Hisham2017-01-066-9/+47
| * Remove outdated flagsHisham2016-12-181-1/+1
| * Fix clobbered varible.Hisham2016-12-021-7/+7
| * Check for specific directories instead of the root dir.Hisham2016-12-021-19/+20
| * Avoid overwriting variable.Hisham2016-12-021-3/+3
| * Avoid breaking test in release branches.Hisham2016-12-011-1/+1
| * Fix duplicated error message on missing rock manifestPeter Melnichenko2016-11-141-4/+2
| * Move get_versions from luarocks.core.manif to luarocks.manif.Hisham2016-11-146-77/+76
| * Minor luacheck cleanupsHisham2016-11-141-3/+3
| * Do not require core modules from outside corePeter Melnichenko2016-11-131-1/+1
| * Split pure version/deps operations into luarocks.vers modulePeter Melnichenko2016-11-1316-193/+197
| * List commands in `luarocks show`Peter Melnichenko2016-11-121-4/+16
| * Fix module paths `luarocks show` displays for "asset" filesPeter Melnichenko2016-11-123-25/+28
| * luarocks.repos: refactor repos.package_{modules,commands}Peter Melnichenko2016-11-051-25/+29
| * luarocks.repos: refactor recurse_rock_manifest_treePeter Melnichenko2016-11-051-18/+16
| * Merge branch 'master' into luarocks-3Peter Melnichenko2016-11-043-185/+207
| |\
| * | Use optional lpeg feature when available.Hisham2016-11-011-0/+1
| * | Remove dead codeHisham2016-11-011-3/+0
| * | Fix merge of rocks_provided [2].Hisham2016-10-311-1/+1
| * | Fix merge of rocks_provided.Hisham2016-10-311-5/+7
| * | Merge branch 'new-cmd-dir' into luarocks-3Hisham2016-10-3032-345/+387
| |\ \
| | * \ Merge branch 'new-cmd-dir'Hisham2016-10-3066-2057/+2180
| | |\ \
| | | * | Fix references to writer.make_manifestHisham2016-10-291-4/+4
| | | * | Fix names of modules that no longer require _cmdHisham2016-10-292-0/+0
| | | * | Merge branch 'luarocks-3' into new-cmd-dirHisham2016-10-294-86/+167
| | | |\ \
| | | * | | Move admin commands to luarocks.admin.cmd.*; fix references to modules.Hisham2016-10-2910-35/+36
| | | * | | Keep only command driver functions in luarocks.cmdHisham2016-10-285-1086/+36
| | | * | | Keep only functions shared among commandsHisham2016-10-285-312/+9
| | | * | | Move files that will live in base dir back.Hisham2016-10-2819-1896/+0
| | | * | | Duplicate files to preserve git-blameHisham2016-10-2838-0/+3286
| * | | | | Merge branch 'master' into luarocks-3Hisham2016-10-306-51/+86
| |\| | | |