summaryrefslogtreecommitdiff
path: root/src/pacman/util.h
AgeCommit message (Expand)Author
2011-08-29Improve advice for sync ops when db.lck is presentPang Yan Han
2011-08-28Refactor signature result return formatDan McGee
2011-08-25Remove short/long label distinctionDan McGee
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner
2011-06-02Merge branch 'maint'Dan McGee
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee
2011-04-20Table formatted output functionsJakob Gruber
2011-04-20Add a utility function to humanize sizesJakob Gruber
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry
2011-01-29Add interactive provider selectionXavier Chantry
2011-01-22Improve mbasename performanceDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-12pacman: sort --help outputXavier Chantry
2010-09-27Add wrapper around asprintf callsAllan McRae
2010-07-27Use the plural features of gettextDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14Add new --print operation for all operationsXavier Chantry
2009-10-11Remove makepath function from frontendLaszlo Papp
2009-09-08Remove transaction typeXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-06-01We don't need root with -SpNagy Gabor
2008-10-12Merge branch 'maint'Dan McGee
2008-10-12Reduce number of calls to getcols()Dan McGee
2008-08-25pacman : smarter optdepends handling.Xavier Chantry
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry
2008-08-23Add new list_display_linebreak functionNagy Gabor
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry
2008-04-26Refactor the trans init and release code.Chantry Xavier
2008-02-24Improve yesno function.Chantry Xavier
2008-02-05pacman/util.c: add mdirname functionDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-03Delay output during progress barChantry Xavier
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier
2007-11-13Make it easier to ignore multiple packages.Nathan Jones
2007-10-24Add strndup implemention for environments that are missing itDan McGee
2007-10-22Ensure all localization stuff is correctly guardedDan McGee
2007-10-19Add download size to target list.Nathan Jones
2007-10-08Update usage of gcc __attribute__ flagsDan McGee
2007-09-28Break out transaction test to a separate functionAaron Griffin
2007-06-12pacman util.h: Add missing stdarg.h includeDan McGee
2007-06-09Add a series of pm_printf functions to pacman frontendDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-04Add a parseconfig to the pacman frontend that compilesDan McGee