aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-23admin.cache: minor refactorHisham Muhammad1-13/+19
2018-04-23Fix interpretation of `--` in parse_flagsHisham Muhammad1-6/+5
2018-04-23Update URL for reporting bugsHisham Muhammad1-1/+1
2018-04-23queries: use metatable for default arch and substring fieldsHisham Muhammad1-10/+12
2018-04-19luarocks list: fix regression in display of version numbersHisham Muhammad2-0/+10
2018-04-19rockspec: add missing references to build_dependenciesHisham Muhammad1-1/+2
2018-04-19Add tests for some filesystem functionsGeorge Roman1-4/+658
2018-04-16Add config file format link in `luarocks help config`Hisham Muhammad2-0/+7
2018-04-13check types in report_missing_dependenciesHisham Muhammad1-0/+6
2018-04-13Use a single load_manifest function throughout the programHisham Muhammad5-19/+35
2018-04-13Display namespaces in `luarocks show`Hisham Muhammad5-34/+54
2018-04-13fixup: always check external dependencies, even with --nodepsHisham Muhammad1-6/+7
2018-04-13Support build_dependencies in the show commandHisham Muhammad3-9/+33
2018-04-13Tests: build_dependenciesHisham Muhammad11-0/+149
2018-04-13Add support for build-only dependenciesHisham Muhammad6-31/+49
2018-04-11Tests: avoid race between setup_specs and async start of mock-serverHisham Muhammad1-1/+6
2018-04-11mock-server: make initialization independent of cwdHisham Muhammad2-1/+4
2018-04-11show: make --deps aware of namespacesHisham Muhammad2-17/+29
2018-04-11queries: fix tostring()Hisham Muhammad1-1/+1
2018-04-11Try to isolate uses of namespaced name stringsHisham Muhammad13-71/+71
2018-04-11Make pack_installed_rock operate on query objectsHisham Muhammad2-8/+7
2018-04-11Tests: make verbose mode even more verboseHisham Muhammad1-1/+1
2018-04-11Read namespace on disk search as wellHisham Muhammad1-12/+20
2018-04-11Add support for namespaces.Hisham Muhammad48-426/+856
2018-04-11Fix the way we compare environmentsHisham Muhammad1-1/+1
2018-04-11Tests: add test for namespaced installHisham Muhammad23-25/+290
2018-04-11Beginning support for namespaced queriesHisham Muhammad11-76/+132
2018-04-10add --porcelain to search helpAlec Larson1-6/+7
2018-04-02Tests: add missing fixturesHisham Muhammad4-0/+24
2018-03-30Tests: bump version of abelhas in testsHisham Muhammad2-18/+22
2018-03-30Tests: run our own local git-daemon repository for git testsHisham Muhammad5-56/+219
2018-03-30Tests: make sure tests run from testrun/Hisham Muhammad7-28/+43
2018-03-30Tests: fix luarocks list testHisham Muhammad1-1/+1
2018-03-30write_rockspec: cleanup source.identifierHisham Muhammad1-0/+1
2018-03-29Tests: isolate test environment from existing Lua variablesHisham Muhammad1-1/+16
2018-03-23Nicer title message for `luarocks list`Hisham Muhammad1-1/+1
2018-03-20upload: new flag --temp-keyHisham Muhammad4-1/+7
2018-03-15Use latest stable LuaRocks on AppveyorPeter Melnichenko1-1/+1
2018-03-13Use posix.mkdtemp conditionallyHisham Muhammad1-1/+5
2018-03-12win32: update 7zip to version 18.01Hisham Muhammad2-0/+0
2018-03-12win32: Update Lua to 5.1.5Hisham Muhammad12-6/+20
2018-03-12win32: bump wget binary to 1.19.4Hisham Muhammad1-0/+0
2018-02-22Tests: add unit test for fs.is_fileHisham Muhammad2-0/+38