summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Reduce number of calls to getcols()Dan McGee1-5/+6
2008-08-23Fix 'None' text so we don't have to translate it twiceDan McGee1-2/+2
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry1-0/+9
2008-08-23Add new list_display_linebreak functionNagy Gabor1-22/+36
2008-08-23Move the the description parsing logic to string_display()Nagy Gabor1-3/+28
2008-07-25Show number of packages to be installed / removed.Xavier Chantry1-2/+6
2008-07-25src/pacman : rework the display_targets function.Xavier Chantry1-45/+55
2008-06-16Use access() instead of stat() when possibleDan McGee1-4/+2
2008-06-04Use correct C type for file sizesDan McGee1-1/+1
2008-05-12Make all error messages use pm_fprintfAllan McRae1-2/+2
2008-05-10Update makepath to remove PATH_MAX usageDan McGee1-15/+20
2008-04-26Completely rework delta algorithmChantry Xavier1-1/+1
2008-04-26Refactor the trans init and release code.Chantry Xavier1-0/+27
2008-03-23Merge branch 'maint'Dan McGee1-1/+1
2008-03-23strsplit(): memleak fixDan McGee1-1/+1
2008-02-25Improve yesno function.Chantry Xavier1-8/+24
2008-02-24Merge branch 'maint'Dan McGee1-21/+52
2008-02-24Add some NULL checks into recently modified output functionsDan McGee1-8/+15
2008-02-23A few more wide character output fixesDan McGee1-19/+43
2008-02-06Merge branch 'maint'Dan McGee1-0/+28
2008-02-06pacman/util.c: add mdirname functionDan McGee1-0/+28
2008-02-06Remove "Installed Size" hackerationDan McGee1-5/+1
2008-01-27pmsyncpkg_t cleanupNagy Gabor1-14/+11
2008-01-22Merge branch 'maint'Dan McGee1-2/+2
2008-01-20Remove frontend translation of "debug:" messageDan McGee1-2/+2
2008-01-11Use dynamic string allocation in package structuresDan McGee1-0/+4
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-04Delay output during progress barChantry Xavier1-0/+35
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor1-0/+10
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier1-0/+22
2007-11-17War on whitespaceDan McGee1-7/+7
2007-11-14Make it easier to ignore multiple packages.Nathan Jones1-0/+34
2007-11-11Remove 'Total Package Size'Dan McGee1-7/+3
2007-11-11Add a missing newline in sync confirmation outputDan McGee1-0/+1
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0
2007-10-24Add strndup implemention for environments that are missing itDan McGee1-0/+22
2007-10-23Fix broken or missing includesDan McGee1-0/+1
2007-10-20Add download size to target list.Nathan Jones1-4/+8
2007-10-16Remove rounding on package size totalsDan McGee1-14/+2
2007-10-05Fix -Sy and -Sp operations.Chantry Xavier1-2/+1
2007-10-04needs_transaction adjustmentsChantry Xavier1-4/+1
2007-09-28Break out transaction test to a separate functionAaron Griffin1-0/+19
2007-09-07Add a few missing includes, caught while compiling on cygwinDan McGee1-0/+1
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-2/+0
2007-08-16Fix some errors spit out by -WextraDan McGee1-1/+1
2007-07-11Use mbstowcs instead of strlen where applicableSergej Pupykin1-3/+3
2007-06-09Add a series of pm_printf functions to pacman frontendDan McGee1-7/+80
2007-06-05Const correctness!Dan McGee1-4/+4
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-2/+2
2007-06-05Add a parseconfig to the pacman frontend that compilesDan McGee1-1/+56