summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-03pacman/util.c: fix segfault when replace in strreplace is NULLKaranveerB
2024-08-02Restrict syscalls for the download process whenever possibleRemi Gacogne
2024-07-14Update translations for releaseAllan McRae
2024-07-14Prepare tranlsation strings for 7.0.0 releaseAllan McRae
2024-06-30Fix typosDiego Viola
2024-06-17Add --disable-sandbox and DisableSandboxRemi Gacogne
2024-06-14Restrict filesystem access to the download process whenever possibleRemi Gacogne
2024-04-05Fix leak in total progress barAllan McRae
2024-04-02Fix typo in cb_progressAllan McRae
2024-04-01Add support for DownloadUser with XferCommandRemi Gacogne
2024-04-01Add sandboxed download for the internal downloaderRemi Gacogne
2024-04-01Add DownloadUser configuration optionRemi Gacogne
2024-03-25use snprintf instead of sprintfVladislav Nepogodin
2024-03-19Update bug report URL in tranlsation configuration filesAllan McRae
2024-03-19Fix read-after-free issue parsing config filesAllan McRae
2024-03-14Fix unused result warningsAllan McRae
2024-03-13make_aligned_titles: pass the correct buffer lengthIvan Shapovalov
2024-03-04Pull translations for releasev6.1.0Allan McRae
2024-03-04conf: do not default sysroot to /Andrew Gregory
2024-03-04conf: make prepend_dir and globdir NULL awareAndrew Gregory
2024-02-26Fix bug introduced to string_lengthAllan McRae
2024-02-26pacman/callback.c: handle empty pkgnameAllan McRae
2024-02-26Improve robustness of parsing the --ask argumentAllan McRae
2024-02-26Improve robustness of parsing the --debug argumentAllan McRae
2024-02-26pacman/util.c: fix potential buffer overflow in string_lengthAllan McRae
2024-02-24Update copyright yearsAllan McRae
2024-02-19Prepare translationsAllan McRae
2024-02-19manually apply --sysroot to configurationAndrew Gregory
2024-02-04Ensure paths fit in PATH_MAX when cleaning cacheAllan McRae
2024-02-04clean_filename: use strdup instead of malloc and memcpyAllan McRae
2024-02-04pacman/conf.c: fix leak on error in setdefaults()Allan McRae
2024-01-26pacman/util.c: fix user after free in print_packagesAllan McRae
2023-12-02pacman: add cache server supportAndrew Gregory
2023-12-02conf.c: remove unnecessary _add_mirror functionAndrew Gregory
2023-12-02Do not increment on every database error to avoid overflowAllan McRae
2023-12-02Increment error count on filelist conflicts in local databaseAllan McRae
2023-09-12Avoid double slash when explicitly passing --root or --rootdirFinlay Maroney
2023-09-06Add PRINT_FORMAT_LIST define to remove repetitive codeAllan McRae
2023-09-06Rename macro for print-format handling of stringsAllan McRae
2023-09-06util.c: extend --print-format with "%m"Jelle van der Waa
2023-09-06util.c: extend --print-format with "%G"Jelle van der Waa
2023-09-06util.c: extend --print-format with "%H"Jelle van der Waa
2023-09-06util.c: add "%O" to --print-formatJelle van der Waa
2023-09-06util.c: extend --print-format with %R and %PJelle van der Waa
2023-09-06Extend --print-format with %LJelle van der Waa
2023-09-06Remove unnecessary checkAllan McRae
2023-09-06squashAllan McRae
2023-09-06Generalise concat_alpm_depends for any listAllan McRae
2023-09-05pacman+libalpm: print version names for conflicting packagesmorganamilo
2023-08-28pacman: do not check file md5sumsAllan McRae