aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Teal: add type definition module luarocks.core.types.argsV1K1NGbg2024-10-211-0/+112
* Teal: add type definition module luarocks.core.types.installsV1K1NGbg2024-10-211-0/+27
* Teal: add type definition module luarocks.core.types.testrunnerV1K1NGbg2024-10-211-0/+9
* Teal: add type definition module luarocks.core.types.orderingV1K1NGbg2024-10-211-0/+10
* Teal: add type definition module luarocks.core.types.persistV1K1NGbg2024-10-211-0/+4
* Teal: add type definition module luarocks.core.types.dirV1K1NGbg2024-10-211-0/+16
* Teal: add type definition module luarocks.core.types.rockmanifestV1K1NGbg2024-10-211-0/+7
* Teal: add type definition module luarocks.core.types.boptsV1K1NGbg2024-10-211-0/+17
* Teal: add type definition module luarocks.core.types.versionV1K1NGbg2024-10-211-0/+18
* Teal: add type definition module luarocks.core.types.treeV1K1NGbg2024-10-211-0/+11
* Teal: add type definition module luarocks.core.types.manifestV1K1NGbg2024-10-211-0/+27
* Teal: add type definition module luarocks.core.hardcodedV1K1NGbg2024-10-211-0/+8
* Teal: add type definition module luarocks.vendor.argparseV1K1NGbg2024-10-211-0/+111
* Teal: add type definition module luarocks.vendor.dkjsonV1K1NGbg2024-10-211-0/+33
* fix: patch: check array indices correctlyHisham Muhammad2024-08-271-5/+4
* fix: use luarocks.lock in cwd for non-binary rocks too (#1693)Marc Jakobi2024-08-054-11/+28
* fs.unix.tools: add __gc behavior to fs lock (#1702)Hisham Muhammad2024-08-051-1/+9
* turn assertion failure into a consistency check (#1703)Hisham Muhammad2024-08-021-1/+3
* fix: multipart: accept Windows-style paths (#1689)Hisham Muhammad2024-06-241-1/+1
* fix: give project dir higher priority than local_by_default settingHisham Muhammad2024-06-061-5/+5
* 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
* normalize package names to lowercase like the CLIHisham Muhammad2024-04-171-0/+2
* fix(build): ensure --force works for buildHisham Muhammad2024-04-054-2/+5
* fix(init): check if we can create .gitignoreHisham Muhammad2024-03-291-5/+7
* tweaks to --verbose outputHisham Muhammad2024-03-134-42/+69
* always make --global target the system treeHisham Muhammad2024-03-111-6/+13
* fix(windows): parse slashes correctly when reading rock_manifestHisham Muhammad2024-03-062-2/+3
* fix(windows): output native slashes on fs.findHisham Muhammad2024-03-062-4/+7
* fs(windows): avoid excessive icacls callsHisham Muhammad2024-03-061-4/+9
* fix: check permissions before trying to lockHisham Muhammad2024-03-057-27/+8
* 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
* fix: on windows environment variables are passed with trailing spaceSewbacca2024-02-291-1/+1
* feat: better error message when lacking permissionsHisham Muhammad2024-02-292-6/+12
* 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: speed up and simplifyHisham Muhammad2024-02-291-15/+16
* feat: more informative reports no bad LUA_{INC,LIB}DIR configsHisham Muhammad2024-02-293-15/+93
* move luarocks.argparse to luarocks.vendor.argparseHisham Muhammad2024-02-292-1/+1
* deps: bump vendored dkjson to version 2.7Hisham Muhammad2024-02-291-9/+10
* feat(fs): drop stale lock files (older than 1 hour)Hisham Muhammad2024-02-291-1/+9
* feat: always reuse cached files younger than 10 secondsHisham Muhammad2024-02-292-7/+32
* feat(build,install): only rebuild and reinstall when using --forceHisham Muhammad2024-02-294-3/+27
* fix: refuse to use luasec < 1.1Hisham Muhammad2024-02-281-2/+8
* fix: more resilient sysconfdir detectionHisham Muhammad2024-02-271-1/+5
* fix(fs): make copy_contents behavior consistent on UnixHisham Muhammad2024-02-271-1/+4