aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pacman: let the progress bar "C"/"c" move up and down at a more regular rateAlexander F. Rødseth2022-07-291-1/+1
* pacman: remove redundant argumentAlexander F. Rødseth2022-07-291-6/+5
* util: Flush cursor state to stdout before removing signal handlerChris Down2022-07-222-1/+11
* util.c: extend --print-format with %C, %D, %MJelle van der Waa2022-07-211-0/+49
* util.c: extend --print-format with %b for builddateJelle van der Waa2022-07-211-0/+11
* Correctly handle failure in getting build or install datesAllan McRae2022-07-211-2/+2
* util.c: extend --print-format with expac optionsJelle van der Waa2022-07-211-10/+23
* query: print extended data when extra info is requestedAndrew Gregory2022-07-211-0/+13
* pacman: silence "info" msg when using --printJean Raby2022-06-251-1/+3
* query: allow querying extra info for package filesAndrew Gregory2022-03-071-5/+1
* query: only strip leading local/ for db packagesAndrew Gregory2022-03-071-5/+5
* Print the target arch when using the %a format specifierJonathan Sköld2022-01-021-0/+10
* pacman: simplify chomp mouth logicSefa Eyeoglu2022-01-021-17/+3
* pacman: support multiple chomps at the same timeSefa Eyeoglu2022-01-021-6/+4
* Update copyright yearsAllan McRae2022-01-0228-29/+29
* pacman: print additional error information to stderrOskar Roesler (bionade24) via pacman-dev2021-12-291-4/+4
* pacman: improve backup printingmorganamilo2021-12-292-24/+30
* Update mailing list urlmorganamilo2021-11-2029-29/+29
* "pacman -Q --changelog": fix writing uninit'd memCarlo Teubner2021-11-201-5/+1
* pacman: don't run hooks when using --dbonlymorganamilo2021-09-041-0/+1
* libalpm: don't use alpm_pgpkey_t in import questionmorganamilo2021-09-041-3/+3
* Include az_AZ translation filesAllan McRae2021-09-041-0/+1859
* Update translations from TransifexAllan McRae2021-09-0444-451/+514
* Pull translations from TransifexAllan McRae2021-05-2043-6074/+5780
* Use attribute to declare case statement fallthroughsAllan McRae2021-05-172-2/+4
* Silence new warning with gcc-11Allan McRae2021-05-171-1/+1
* libalpm: fix download rates becoming negativemorganamilo2021-05-091-0/+30
* Match initial download message with progress messagemorganamilo2021-05-091-2/+2
* call download progress callback for signaturesAndrew Gregory2021-05-011-0/+12
* add front-end provided context to callbacksAndrew Gregory2021-05-014-24/+33
* Prepare translations for next releaseAllan McRae2021-04-2344-11621/+15366
* Only enable total progress when downloads > 1morganamilo2021-04-231-1/+1
* Always enable TotalDownloadmorganamilo2021-04-234-10/+2
* pacman: fix total bar leakingmorganamilo2021-04-231-2/+3
* Add support for multiple 'Architecture' valuesDan McGee2021-04-224-17/+26
* pacman: stop eta timer breaking allignmentmorganamilo2021-04-191-8/+4
* Add an include for signal.h when neededMark Weiman2021-04-191-0/+1
* Remove "total download" callback in favor of generic event callbackAnatol Pomozov2021-03-253-13/+2
* Update copyright yearAllan McRae2021-03-0128-29/+29
* pacman: add -w to -UAndrew Gregory2021-01-211-7/+7
* pacman: correct length of ".files.sig" stringPascal Ernster2021-01-211-1/+1
* sighandler: initialize sigaction fieldsAndrew Gregory2021-01-191-0/+1
* pacman-conf: free rootdir before replacingAndrew Gregory2021-01-191-0/+1
* pacman: indicate --overwrite takes a globAndrew Gregory2021-01-191-1/+1
* Read targets from stdin before chrootingmorganamilo2021-01-111-6/+6
* pacman: add file checksum validation against mtreeEmil Velikov2021-01-111-7/+67
* pacman: total download show how many packages have been downloadmorganamilo2021-01-091-4/+21
* libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo2021-01-092-2/+3
* pacman: clean filename for downlaodsmorganamilo2021-01-091-12/+26
* Move hex_representation() to src/commonEmil Velikov2020-12-292-0/+27