summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-13Hide cursor while pacman is runningAnatol Pomozov4-5/+38
2020-03-06Move flushing 'output' list into separate functionAnatol Pomozov1-7/+11
2020-02-10build-aux/update-copyright 2019 2020Allan McRae28-29/+29
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner1-2/+1
2020-01-07Ensure regex object is always initializedDave Reisner1-1/+1
2019-12-02pacman: print error when -Fx is given invalid regexmorganamilo1-13/+44
2019-11-26Fix documentation of alpm_mtree_next and remove libarchive exposureAllan McRae1-1/+1
2019-11-08pacman+libalpm: handle search errorsmorganamilo3-4/+23
2019-11-07pacman: make exact_file an intmorganamilo1-5/+5
2019-11-06pacman: clarify error when alpm fails to initmorganamilo1-2/+2
2019-11-01Pull latest translations from TransifexAllan McRae3-23/+26
2019-10-23Update copyright yearsAllan McRae28-29/+29
2019-10-21Final translation updates for pacman-5.2.0Allan McRae42-251/+2020
2019-10-14Translation updatesAllan McRae44-7250/+3323
2019-10-14remove: improve broken dependency error messageAndrew Gregory1-2/+2
2019-10-13pacman: return 1 when -F <target> has no resultsmorganamilo1-2/+2
2019-10-12run XferCommand via execAndrew Gregory2-17/+115
2019-10-12add arg_to_string helperAndrew Gregory3-21/+29
2019-10-12move wordsplit into common for sharingAndrew Gregory2-0/+115
2019-10-09signing: modify question text with unknwon uidChristian Hesse1-2/+8
2019-10-07Pull and push translation changes in preparation for 5.2Allan McRae43-2043/+6722
2019-10-07pacman: speed up deptestmorganamilo1-1/+3
2019-10-07pacman/pacman-conf, testpkg: Added translatable stringsMatthew Sexton2-31/+42
2019-10-07pacman: pacman-conf: removed hputs macro for usage displayMatthew Sexton1-13/+11
2019-10-07signing: move key import confirmation before key_searchJonas Witschel1-11/+2
2019-10-04autotools: distribute meson filesEli Schwartz3-1/+6
2019-08-12Prepare translations for next releaseAllan McRae43-8320/+7499
2019-08-12pacman/callback: fix buffer over-readLászló Várady1-2/+2