summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Pull translations from TransifexAllan McRae43-6074/+5780
2021-05-17Use attribute to declare case statement fallthroughsAllan McRae2-2/+4
2021-05-17Silence new warning with gcc-11Allan McRae1-1/+1
2021-05-09libalpm: fix download rates becoming negativemorganamilo1-0/+30
2021-05-09Match initial download message with progress messagemorganamilo1-2/+2
2021-05-01call download progress callback for signaturesAndrew Gregory1-0/+12
2021-05-01add front-end provided context to callbacksAndrew Gregory4-24/+33
2021-04-23Prepare translations for next releaseAllan McRae44-11621/+15366
2021-04-23Only enable total progress when downloads > 1morganamilo1-1/+1
2021-04-23Always enable TotalDownloadmorganamilo4-10/+2
2021-04-23pacman: fix total bar leakingmorganamilo1-2/+3
2021-04-21Add support for multiple 'Architecture' valuesDan McGee4-17/+26
2021-04-19pacman: stop eta timer breaking allignmentmorganamilo1-8/+4
2021-04-19Add an include for signal.h when neededMark Weiman1-0/+1
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov3-13/+2
2021-03-01Update copyright yearAllan McRae28-29/+29
2021-01-21pacman: add -w to -UAndrew Gregory1-7/+7
2021-01-21pacman: correct length of ".files.sig" stringPascal Ernster1-1/+1
2021-01-19sighandler: initialize sigaction fieldsAndrew Gregory1-0/+1
2021-01-19pacman-conf: free rootdir before replacingAndrew Gregory1-0/+1
2021-01-19pacman: indicate --overwrite takes a globAndrew Gregory1-1/+1
2021-01-11Read targets from stdin before chrootingmorganamilo1-6/+6
2021-01-11pacman: add file checksum validation against mtreeEmil Velikov1-7/+67
2021-01-08pacman: total download show how many packages have been downloadmorganamilo1-4/+21
2021-01-08libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo2-2/+3
2021-01-08pacman: clean filename for downlaodsmorganamilo1-12/+26
2020-12-29Move hex_representation() to src/commonEmil Velikov2-0/+27
2020-12-09Implement TotalDownload functionalityAnatol Pomozov1-42/+104
2020-12-03Restore usage line for -Fhv6.0.0alpha1Colin Woodbury1-0/+2
2020-12-03Modify "pacman -h" output for files operationsAllan McRae1-1/+1
2020-11-26Move cursor to the end of the screen at the SIGINTAnatol Pomozov3-13/+15
2020-11-26Go to the end of screen if 'printonly' mode enabledAnatol Pomozov1-0/+1
2020-09-23util.c: table_print_line: properly align texts involving CJKChih-Hsuan Yen1-1/+3
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov1-54/+48
2020-06-01Avoid depending on side effects in assert(...) expressionsDave Reisner1-2/+6
2020-06-01Remove autotools supportAllan McRae3-99/+0
2020-05-11Log invalid conf settings as an errorEli Schwartz1-4/+4
2020-05-11pacman-conf: fix incomplete support for ILoveCandyEli Schwartz1-0/+2
2020-05-11pacman-conf: add support for new ParallelDownloads config optionEli Schwartz1-0/+13
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov1-1/+1
2020-05-09Convert downloading databases to the new multiplexed APIAnatol Pomozov1-18/+9
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov1-4/+0
2020-05-09Implement multibar UIAnatol Pomozov5-129/+286
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov3-3/+12
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov1-3/+12
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov2-0/+58
2020-04-29Add NoProgressbar to pacman.conf optionsIvy Foster2-0/+5
2020-04-29Constify some input pointersRikard Falkeborn1-1/+1
2020-04-15Dull version colour numbers in summaryCarson Black3-12/+39
2020-04-13Use noextract with pacman-conf NoExtractEarnestly1-1/+1