aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused locals and importsPeter Melnichenko2016-10-206-9/+2
* Show traceback for errors in scheduled functionsPeter Melnichenko2016-10-201-9/+15
* Slightly improve error messages in deploy/removePeter Melnichenko2016-10-201-5/+7
* Add a test for sailor/sailorproject#138Peter Melnichenko2016-10-201-0/+12
* Merge pull request #631 from mpeterv/fix-conflict-resolutionHisham Muhammad2016-10-204-96/+188
|\
| * Fix backup of wrapped scripts on deployPeter Melnichenko2016-10-201-26/+25
| * Add a test for wrapped script backupPeter Melnichenko2016-10-201-0/+2
| * Fix conflict resolution on deploy/deletePeter Melnichenko2016-10-192-78/+146
| * Add a test for #302Peter Melnichenko2016-10-192-0/+23
|/
* Remove some useless code in luarocks.buildPeter Melnichenko2016-10-191-4/+1
* Fix tests on Windows with Lua 5.3Peter Melnichenko2016-10-191-4/+4
* Fix installation of modules from files ending with "init.lua"Peter Melnichenko2016-10-191-1/+1
* Remove some useless code in build.builtinPeter Melnichenko2016-10-191-4/+1
* Run manif.update_manifest in repos.deploy_filesPeter Melnichenko2016-10-193-13/+26
* Regenerate manifest every time we delete a version.Hisham2016-10-186-14/+24
* Test case for issue #268Hisham2016-10-182-1/+15
* Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-10-156-8/+16
|\
| * Merge pull request #629 from mpeterv/change-lua-detectionHisham Muhammad2016-10-143-4/+4
| |\
| | * Relax Lua version detection to support RaviPeter Melnichenko2016-10-143-4/+4
| |/
| * Merge pull request #628 from mpeterv/fix-find-providersHisham Muhammad2016-10-121-3/+8
| |\
| | * Fix manif.find_{current,next}_provider returning "untracked" incorrectlyPeter Melnichenko2016-10-121-3/+8
| |/
| * Merge pull request #626 from robooo/new-testsHisham Muhammad2016-10-112-1/+4
| |\
| | * Fix of openssl location on TravisCI OSX buildroboo2016-10-102-2/+2
| | * Fix of openssl location on TravisCI OSX buildroboo2016-10-101-1/+1
| | * Fix of openssl location on TravisCI OSX buildroboo2016-10-101-0/+3
| |/
* / Add missing file in test repoHisham2016-10-151-1/+2
|/
* Fixup LUAROCKS_PREFIX when copying over site_config.lua.Hisham2016-10-061-1/+1
* Install site_config.lua after Makefile calls luarocks.Hisham2016-10-061-3/+6
* Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-10-062-36/+99
|\
| * Merge pull request #624 from mpeterv/coroutineless-sortedpairsHisham Muhammad2016-10-062-36/+99
| |\
| | * Rewrite util.sortedpairs to avoid using coroutinesPeter Melnichenko2016-10-061-36/+43
| | * Add tests for util.sortedpairsPeter Melnichenko2016-10-061-0/+56
| |/
* / Make the workaround for older LuaRocks versions more robust.Hisham2016-10-061-0/+24
|/
* Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-10-051-1/+2
|\
| * Add Gitter badge, change Travis badge to svgHisham Muhammad2016-09-111-1/+2
* | Simulate module() for older wrappers.Hisham2016-10-051-0/+5
* | Remove old testing.batbranched-to-2.4.0Hisham2016-09-081-9/+0
|/
* Restore accidentally deleted line!Hisham2016-09-081-0/+1
* Fix test to match new behavior of `pack`.Hisham2016-09-081-2/+3
* Tests: luarocks_bool commands log their outputs on failure.Hisham2016-09-087-22/+38
* Fix pack-binary-rock operation.Hisham2016-09-081-1/+1
* Make `pack` use the same logic as `show` for finding a rock.Hisham2016-09-084-64/+46
* Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-08-238-96/+47
|\
| * Merge pull request #608 from keplerproject/mingwHisham Muhammad2016-08-233-7/+26
| |\
| | * Revert verbose after debuggingHisham2016-08-231-1/+1
| | * Use Unix makefile by default on MinGW;Hisham2016-08-221-0/+1
| | * Run failing test with --verboseHisham2016-08-221-1/+1
| | * Put MinGW in PATH for hererocks tooHisham2016-08-221-1/+2
| | * Build Lua using the same compiler as the one we're testingHisham2016-08-222-11/+11
| | * Add support for testing using MinGWHisham2016-08-222-6/+23