summaryrefslogtreecommitdiff
path: root/src/pacman
AgeCommit message (Expand)Author
2011-12-12pacman: process all targets on upgrade operationDan McGee
2011-12-12pacman: list all unknown targets on removal operationAllan McRae
2011-11-30Merge branch 'maint'Dan McGee
2011-11-30Miscellaneous post-4.0.1 updatesDan McGee
2011-11-20Merge branch 'maint'Dan McGee
2011-11-20add key algo to import msgFlorian Pritz
2011-11-20change gpg import message to resemble gpg --list-keysFlorian Pritz
2011-11-20Final changes before 4.0.1 releaseDan McGee
2011-11-16Merge branch 'maint'Dan McGee
2011-11-16Update translations from TransifexDan McGee
2011-11-15Remove unnecessary casts in callback codeDan McGee
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-11-13Update translations from TransifexDan McGee
2011-11-13Updates in preparation for 4.0.1 releaseDan McGee
2011-11-13add fnmatch support for HoldPkgDave Reisner
2011-11-07Merge branch 'maint'Dan McGee
2011-11-03Fix download progress rounding edge caseDan McGee
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Hide empty columns in table package list displayDan McGee
2011-10-21pacman: show repo name in download promptDave Reisner
2011-10-21sync: dont group sync records by repositoryDave Reisner
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-21Use stderr as output stream for pm_printf()Dan McGee
2011-10-17Table display: print message with warning: prefixDan McGee
2011-10-14Merge branch 'maint'Dan McGee
2011-10-14Use fputs and putchar in callback progress displayDan McGee
2011-10-14Remove -f short option for --forceDan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-13Remove mcheck.h supportDan McGee
2011-10-13Fix some strict 32-bit gcc warningsDan McGee
2011-10-13Coding style cleanupsDan McGee
2011-10-13Merge branch 'maint'Dan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-10-12VerbosePkgLists: format table lines in i18n-compatible wayDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-10-12Final Transifex update before 4.0Dan McGee
2011-10-11Update translations from TransifexDan McGee
2011-10-05Update translation message catalogs in prep for 4.0 releaseDan McGee
2011-10-05Update translations from TransifexDan McGee
2011-09-30Remove redundant transaction size outputAllan McRae
2011-09-29Remove redundant "removal" output in pure remove operationAllan McRae
2011-09-28Refactor display_targets to not be recursiveDan McGee
2011-09-28verbose package lists: remove errant debuggerDan McGee
2011-09-28Always show download size if -w/--downloadonly was providedDan McGee
2011-09-28Table format creation code cleanupDan McGee
2011-09-28Use unsigned types for indent width and column countDan McGee
2011-09-28Show download sizes when using -S/--syncDan McGee
2011-09-28Keep track of explicitly added and removed packagesDan McGee