summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
* 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
* * Hopefully fixed the download progres bar for real. We should no longerDan McGee2007-02-08
* Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin2007-02-04
* * unified the progress bars (fill_progress function)Aaron Griffin2007-02-04
* * Tried to clean up newline display a bit in the frontend.Dan McGee2007-02-01
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
* Cleanup 'neednl' usage - make it staticAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Column fix when stdout is redirected. Default to 80.Aaron Griffin2006-12-28
* Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin2006-11-22
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* - removed pacman.hAurelien Foret2006-03-13
* better use ERR than fprintf for error messagesAurelien Foret2006-02-14
* - moved yesno() from util.c to log.cAurelien Foret2006-02-04
* added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-02-01
* code cleanupAurelien Foret2006-01-07
* code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret2006-01-07
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* VMiklos: --noconfirm fixJudd Vinet2005-12-20
* fixed a compilation warningAurelien Foret2005-10-29
* removed useless getenv() callsAurelien Foret2005-10-18