aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(fs): make current_dir always return 1 arg onlyHisham Muhammad2024-02-271-5/+11
* perf: speed up untar operationHisham Muhammad2024-02-271-4/+21
* fix: if --lua-* flags are given, don't use the hardcoded pathsHisham Muhammad2024-02-252-15/+26
* fix: better normalization for paths and slashesHisham Muhammad2024-02-2312-92/+122
* fix: handle error if test.command is not a string.Hisham Muhammad2024-02-211-0/+6
* fix(init): do not write spurious .gitignore entriesHisham Muhammad2024-02-211-2/+2
* fix: let runtime detection handle LUALIB filenameHisham Muhammad2024-02-201-3/+1
* improve and simplify Lua interpreter searchHisham Muhammad2024-02-205-40/+49
* fix: don't show "no downloader" error for every mirrorHisham Muhammad2024-02-194-7/+10
* fix(init): inject project's package.(c)path in lua wrapper scriptHisham Muhammad2024-02-191-1/+20
* fix(init): use absolute paths when deletingHisham Muhammad2024-02-191-2/+2
* fix(config): print boolean values correctly on Lua 5.1Hisham Muhammad2024-02-191-1/+5
* fix(lint): don't crash when missing descriptionHisham Muhammad2024-02-191-2/+2
* fix(build): don't look for Lua headers when installing pure-Lua rocksHisham Muhammad2024-02-194-57/+85
* improve dependency match messageHisham Muhammad2024-02-191-1/+1
* fix(config): ensure directory exists when saving config fileHisham Muhammad2024-02-191-3/+10
* when picking a default dependency dir, look for lib/ firstHisham Muhammad2024-02-192-9/+19
* fix(builtin): compile C modules in a temp directoryHisham Muhammad2024-02-192-6/+34