summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
* Improve yesno function.Chantry Xavier2008-02-24
* Merge branch 'maint'Dan McGee2008-02-24
|\
| * Add some NULL checks into recently modified output functionsDan McGee2008-02-24
| * A few more wide character output fixesDan McGee2008-02-22
* | Merge branch 'maint'Dan McGee2008-02-05
|\|
| * pacman/util.c: add mdirname functionDan McGee2008-02-05
* | Remove "Installed Size" hackerationDan McGee2008-02-05
* | pmsyncpkg_t cleanupNagy Gabor2008-01-27
* | Merge branch 'maint'Dan McGee2008-01-21
|\|
| * Remove frontend translation of "debug:" messageDan McGee2008-01-20
* | Use dynamic string allocation in package structuresDan McGee2008-01-11
|/
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Delay output during progress barChantry Xavier2007-12-03
* Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor2007-12-01
* Move mbasename from pacman.c to util.cChantry Xavier2007-11-25
* War on whitespaceDan McGee2007-11-16
* Make it easier to ignore multiple packages.Nathan Jones2007-11-13
* Remove 'Total Package Size'Dan McGee2007-11-11
* Add a missing newline in sync confirmation outputDan McGee2007-11-11
* Clean up usage of extern variablesDan McGee2007-11-04
* Add strndup implemention for environments that are missing itDan McGee2007-10-24
* Fix broken or missing includesDan McGee2007-10-22
* Add download size to target list.Nathan Jones2007-10-19
* Remove rounding on package size totalsDan McGee2007-10-16
* Fix -Sy and -Sp operations.Chantry Xavier2007-10-04
* needs_transaction adjustmentsChantry Xavier2007-10-03
* Break out transaction test to a separate functionAaron Griffin2007-09-28
* Add a few missing includes, caught while compiling on cygwinDan McGee2007-09-06
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Fix some errors spit out by -WextraDan McGee2007-08-16
* Use mbstowcs instead of strlen where applicableSergej Pupykin2007-07-10
* Add a series of pm_printf functions to pacman frontendDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Rip alpm_parse_config out of libalpmDan McGee2007-06-04
* Add a parseconfig to the pacman frontend that compilesDan McGee2007-06-04
* Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones2007-06-01
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Display size for packagesNathan Jones2007-05-14
* Remove output.c and output.hDan McGee2007-04-26
* Start of the newline fixes after switching over the outputDan McGee2007-04-26
* Remove MSG output macro (#define and in code)Dan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* Pacman side code consolidation- unify callback functions to one fileDan McGee2007-04-26
* More pacman side cleanupDan McGee2007-04-26
* Remove more unnecessary stuffDan McGee2007-04-25
* * Resizing terminal while progress bars were displayed caused some weirdDan McGee2007-03-13
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin2007-02-26
* Cleaned up some more outputAaron Griffin2007-02-10