summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-23strsplit(): memleak fixDan McGee1-1/+1
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-06pacman/util.c: add mdirname functionDan McGee1-0/+28
2008-01-20Remove frontend translation of "debug:" messageDan McGee1-2/+2
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
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-1/+2
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+2
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-1/+1
2007-05-14Display size for packagesNathan Jones1-7/+17
2007-04-27Remove output.c and output.hDan McGee1-1/+34
2007-04-27Start of the newline fixes after switching over the outputDan McGee1-36/+0
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-10/+13
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-67/+0
2007-04-26More pacman side cleanupDan McGee1-8/+2
2007-04-25Remove more unnecessary stuffDan McGee1-1/+0
2007-03-13* Resizing terminal while progress bars were displayed caused some weirdDan McGee1-34/+42
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-2/+3
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin1-2/+7
2007-02-10Cleaned up some more outputAaron Griffin1-1/+3
2007-02-08* Hopefully fixed the download progres bar for real. We should no longerDan McGee1-32/+39
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin1-2/+2
2007-02-04* unified the progress bars (fill_progress function)Aaron Griffin1-0/+162
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee1-29/+3
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+1
2007-01-24Cleanup 'neednl' usage - make it staticAaron Griffin1-1/+0