summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-1/+1
2011-09-28Use unsigned types for indent width and column countDan McGee1-2/+2
2011-09-28Keep track of explicitly added and removed packagesDan McGee1-0/+1
2011-09-28Combine add and removal package list displayDan McGee1-1/+6
2011-08-30Improve advice for sync ops when db.lck is presentPang Yan Han1-0/+1
2011-08-29Refactor signature result return formatDan McGee1-1/+1
2011-08-25Remove short/long label distinctionDan McGee1-1/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-1/+2
2011-07-05Allow frontend access to signature verification informationDan McGee1-0/+1
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae1-1/+1
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae1-4/+4
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-2/+2
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner1-1/+1
2011-06-03Merge branch 'maint'Dan McGee1-1/+1
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee1-1/+1
2011-04-21Table formatted output functionsJakob Gruber1-0/+1
2011-04-21Add a utility function to humanize sizesJakob Gruber1-0/+1
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry1-0/+1
2011-01-29Add interactive provider selectionXavier Chantry1-0/+2
2011-01-22Improve mbasename performanceDan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-13pacman: sort --help outputXavier Chantry1-0/+1
2010-09-27Add wrapper around asprintf callsAllan McRae1-0/+1
2010-07-27Use the plural features of gettextDan McGee1-0/+2
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15Add new --print operation for all operationsXavier Chantry1-0/+1
2009-10-11Remove makepath function from frontendLaszlo Papp1-1/+0
2009-09-09Remove transaction typeXavier Chantry1-2/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-02We don't need root with -SpNagy Gabor1-1/+1
2008-10-13Merge branch 'maint'Dan McGee1-3/+3
2008-10-13Reduce number of calls to getcols()Dan McGee1-3/+3
2008-08-26pacman : smarter optdepends handling.Xavier Chantry1-0/+1
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry1-1/+2
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry1-0/+1
2008-08-23Add new list_display_linebreak functionNagy Gabor1-0/+1
2008-07-25src/pacman : rework the display_targets function.Xavier Chantry1-1/+2
2008-04-26Refactor the trans init and release code.Chantry Xavier1-0/+2
2008-02-25Improve yesno function.Chantry Xavier1-1/+1
2008-02-06pacman/util.c: add mdirname functionDan McGee1-0/+1
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-04Delay output during progress barChantry Xavier1-0/+1
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor1-0/+1
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier1-0/+1
2007-11-14Make it easier to ignore multiple packages.Nathan Jones1-0/+1
2007-10-24Add strndup implemention for environments that are missing itDan McGee1-0/+4
2007-10-23Ensure all localization stuff is correctly guardedDan McGee1-5/+5
2007-10-20Add download size to target list.Nathan Jones1-1/+1
2007-10-09Update usage of gcc __attribute__ flagsDan McGee1-3/+3
2007-09-28Break out transaction test to a separate functionAaron Griffin1-0/+1