Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
AgeCommit message (Expand)Author
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-16War on whitespaceDan McGee
2007-11-13Make it easier to ignore multiple packages.Nathan Jones
2007-11-11Remove 'Total Package Size'Dan McGee
2007-11-11Add a missing newline in sync confirmation outputDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-24Add strndup implemention for environments that are missing itDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-10-19Add download size to target list.Nathan Jones
2007-10-16Remove rounding on package size totalsDan McGee
2007-10-04Fix -Sy and -Sp operations.Chantry Xavier
2007-10-03needs_transaction adjustmentsChantry Xavier
2007-09-28Break out transaction test to a separate functionAaron Griffin
2007-09-06Add a few missing includes, caught while compiling on cygwinDan McGee
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-07-10Use mbstowcs instead of strlen where applicableSergej Pupykin
2007-06-09Add a series of pm_printf functions to pacman frontendDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Add a parseconfig to the pacman frontend that compilesDan McGee
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-05-14Display size for packagesNathan Jones
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Start of the newline fixes after switching over the outputDan McGee
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee
2007-04-26More pacman side cleanupDan McGee
2007-04-25Remove more unnecessary stuffDan McGee
2007-03-13* Resizing terminal while progress bars were displayed caused some weirdDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin
2007-02-10Cleaned up some more outputAaron Griffin
2007-02-08* Hopefully fixed the download progres bar for real. We should no longerDan McGee
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin
2007-02-04* unified the progress bars (fill_progress function)Aaron Griffin
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-24Cleanup 'neednl' usage - make it staticAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2006-12-28Column fix when stdout is redirected. Default to 80.Aaron Griffin
2006-11-22Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin