summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 3.11.1v3.11.1Hisham Muhammad2024-05-315-6/+7
* makedist: fix arg checkHisham Muhammad2024-05-311-1/+4
* fix: if current directory contains luarocks.lock, use itHisham Muhammad2024-05-311-1/+5
* fix(config): do not crash if err_files is empty for some reasonHisham Muhammad2024-05-311-1/+1
* Fix the open fd might be nil if failing to open in fetch_cachinggit-hulk2024-05-141-4/+9
* fs(unix): honor umask correctlyHisham Muhammad2024-05-143-23/+24
* tests: setup openssl via brew with new pathsHisham Muhammad2024-05-142-2/+17
* bump cluacov to 0.1.3Hisham Muhammad2024-05-141-1/+1
* install.bat: always set LUA_DIR if Lua install is foundHisham Muhammad2024-05-131-0/+9
* normalize package names to lowercase like the CLIHisham Muhammad2024-04-171-0/+2
* Makefile: add work around for environments that default to multiple jobsCaleb Maclennan2024-04-101-0/+1
* fix(build): ensure --force works for buildHisham Muhammad2024-04-056-2/+50
* tests(quick): fix NOT_STDERR test refactoring output checksHisham Muhammad2024-04-051-46/+23
* fix(init): check if we can create .gitignoreHisham Muhammad2024-03-291-5/+7
* docs: update changelog for 3.11.0Hisham Muhammad2024-03-131-0/+35
* Merge branch '3.11.0'Hisham Muhammad2024-03-130-0/+0
|\
| * Release 3.11.0v3.11.0Hisham Muhammad2024-03-134-5/+5
|/
* makedist: make lua54dir an explicit requirementHisham Muhammad2024-03-133-6/+15
* tests: convert some install testsHisham Muhammad2024-03-133-27/+212
* tests: convert most pack testsHisham Muhammad2024-03-134-66/+135
* tests: rockspec use cleanupsHisham Muhammad2024-03-136-16/+5
* tests: replace new_version with quick testsHisham Muhammad2024-03-132-85/+213
* tests: minor tweaksHisham Muhammad2024-03-132-18/+1
* tests: convert downgrade test to spec/quickHisham Muhammad2024-03-132-6/+46
* tweaks to --verbose outputHisham Muhammad2024-03-134-42/+69
* Makefile: fix mkdir in install-binaryHisham Muhammad2024-03-111-1/+1
* binary: fix public URL for lua-bz2Hisham Muhammad2024-03-111-1/+1
* ci: add binary build smoke testHisham Muhammad2024-03-112-18/+37
* always make --global target the system treeHisham Muhammad2024-03-111-6/+13
* don't set up a "project environment" on make default targetHisham Muhammad2024-03-112-6/+1
* docs: update changelog for 3.10.0Hisham Muhammad2024-03-061-0/+72
* tests(windows): run unit tests with full envHisham Muhammad2024-03-061-0/+13
* fix(windows): parse slashes correctly when reading rock_manifestHisham Muhammad2024-03-064-3/+51
* fix(windows): output native slashes on fs.findHisham Muhammad2024-03-064-10/+13
* tests: bump luasec depHisham Muhammad2024-03-061-1/+1
* fs(windows): avoid excessive icacls callsHisham Muhammad2024-03-061-4/+9
* tests(quick): more consistent processing of tmpdirHisham Muhammad2024-03-065-36/+37
* fix: check permissions before trying to lockHisham Muhammad2024-03-058-51/+60
* feat: improve permissions error messageHisham Muhammad2024-03-051-3/+35
* fix(make): --no-install doesn't need lockingHisham Muhammad2024-03-051-1/+1
* fix(path): break Windows cmd to avoid argparse word wrapHisham Muhammad2024-03-051-1/+2
* tests: add tests for fs.execute_env using variables with spacesSewbacca2024-03-042-0/+61
* fix: on windows environment variables are passed with trailing spaceSewbacca2024-02-291-1/+1
* feat: better error message when lacking permissionsHisham Muhammad2024-02-293-13/+40
* fix: don't try to lock when using --pack-binary-rockHisham Muhammad2024-02-297-7/+22
* fix: don't crash when root_dir is a tableHisham Muhammad2024-02-291-1/+1
* tests: mark a couple of problematic tests as pendingHisham Muhammad2024-02-291-2/+2
* tests: speed up and simplifyHisham Muhammad2024-02-2924-295/+507
* tests: disable luacov runner tickHisham Muhammad2024-02-2912-36/+23
* ci: skip branches with PRs on AppVeyorHisham Muhammad2024-02-291-0/+1