Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-26increased machine size in pacman.c by oneHEADmasterAndreas Baumann
2021-05-26change "i686" to "pentium4" if sse2 is availableErich Eckner
2021-04-23Prepare translations for next releaseAllan McRae
2021-04-23Only enable total progress when downloads > 1morganamilo
2021-04-23Always enable TotalDownloadmorganamilo
2021-04-23pacman: fix total bar leakingmorganamilo
2021-04-22Add support for multiple 'Architecture' valuesDan McGee
2021-04-19pacman: stop eta timer breaking allignmentmorganamilo
2021-04-19Add an include for signal.h when neededMark Weiman
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov
2021-03-01Update copyright yearAllan McRae
2021-01-21pacman: add -w to -UAndrew Gregory
2021-01-21pacman: correct length of ".files.sig" stringPascal Ernster
2021-01-19sighandler: initialize sigaction fieldsAndrew Gregory
2021-01-19pacman-conf: free rootdir before replacingAndrew Gregory
2021-01-19pacman: indicate --overwrite takes a globAndrew Gregory
2021-01-11Read targets from stdin before chrootingmorganamilo
2021-01-11pacman: add file checksum validation against mtreeEmil Velikov
2021-01-09pacman: total download show how many packages have been downloadmorganamilo
2021-01-09libalpm: pass the number of packages being downloaded in totaldlcbmorganamilo
2021-01-09pacman: clean filename for downlaodsmorganamilo
2020-12-29Move hex_representation() to src/commonEmil Velikov
2020-12-09Implement TotalDownload functionalityAnatol Pomozov
2020-12-03Restore usage line for -FhColin Woodbury
2020-12-03Modify "pacman -h" output for files operationsAllan McRae
2020-11-26Move cursor to the end of the screen at the SIGINTAnatol Pomozov
2020-11-26Go to the end of screen if 'printonly' mode enabledAnatol Pomozov
2020-09-23util.c: table_print_line: properly align texts involving CJKChih-Hsuan Yen
2020-06-26Convert '-U pkg1 pkg2' codepath to parallel downloadAnatol Pomozov
2020-06-01Avoid depending on side effects in assert(...) expressionsDave Reisner
2020-06-01Remove autotools supportAllan McRae
2020-05-11Log invalid conf settings as an errorEli Schwartz
2020-05-11pacman-conf: fix incomplete support for ILoveCandyEli Schwartz
2020-05-11pacman-conf: add support for new ParallelDownloads config optionEli Schwartz
2020-05-09Swap alpm_db_update() implementation to multiplexed versionAnatol Pomozov
2020-05-09Convert downloading databases to the new multiplexed APIAnatol Pomozov
2020-05-09Convert download packages logic to multiplexed APIAnatol Pomozov
2020-05-09Implement multibar UIAnatol Pomozov
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov
2020-05-09Introduce event types for start/end database list downloadAnatol Pomozov
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov
2020-04-29Add NoProgressbar to pacman.conf optionsIvy Foster
2020-04-29Constify some input pointersRikard Falkeborn
2020-04-15Dull version colour numbers in summaryCarson Black
2020-04-13Use noextract with pacman-conf NoExtractEarnestly
2020-03-13Hide cursor while pacman is runningAnatol Pomozov
2020-03-06Move flushing 'output' list into separate functionAnatol Pomozov
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2020-01-07Ensure regex object is always initializedDave Reisner