summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-05create coredump on segfaultAndrew Gregory1-6/+22
2019-08-05sighandler: block signals while handling SIGSEGVAndrew Gregory1-1/+1
2019-06-20pacman: correctly free listsmorganamilo1-2/+4
2019-06-20Fix compiler warnings with gcc-9.1Allan McRae3-3/+3
2019-06-07pacman: fix error during -Fymorganamilo1-1/+1
2019-06-06pacman: rework the UI of -Fmorganamilo2-95/+49
2019-06-06pacman: refactor file match printing to their own functionsmorganamilo1-30/+41
2019-05-08Fix clang 8 string-plus-int warningsRikard Falkeborn1-2/+2
2019-03-07Remove support for deltas from libalpmAllan McRae1-8/+0
2019-03-07Make pacman forget deltas existAllan McRae5-62/+9
2019-03-07Remove cleanupdeltaAllan McRae5-143/+1
2019-03-07pacman: fix segfault when Usage is specified without a valuemorganamilo1-18/+20
2019-02-21Use standard, consistent units in the download progress.Sever Oraz1-10/+10
2019-02-12Add implicit fall through warningAllan McRae1-1/+1
2019-02-04fix various typosmorganamilo1-1/+1
2019-01-10Add [ignored] to -Qu output for packages in repos that are not Usage = UpgradeAllan McRae1-1/+5
2019-01-10libalpm/sync.c: change alpm_sync_newversion() to alpm_sync_get_new_version()Allan McRae1-2/+2
2019-01-04Move skipping of duplicate sync/remove targets into libalpmMichael Straube2-17/+4
2018-11-28common/ini: remove unnecessary alpm includeAndrew Gregory1-2/+1
2018-11-02Add meson.build files to build with mesonDave Reisner4-0/+45
2018-10-20pacman: don't error when a group exists but all packages are ignoredmorganamilo1-0/+18
2018-09-19Show group status during file searchmorganamilo3-15/+22
2018-09-19pacman: check versioned optdepends in -Qi operationEli Schwartz1-1/+1