summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
* pacman/util: flush terminal input before reading responseDave Reisner2011-03-28
* Style change: return(x) --> return xDan McGee2011-03-20
* Fix some easy to find double translationsDan McGee2011-02-28
* --print-format displays size in bytesJakob Gruber2011-02-28
* Check local DB version before continuing transactionDan McGee2011-02-28
* select_display: per-database outputXavier Chantry2011-01-29
* pacman: improve select-questionXavier Chantry2011-01-29
* pacman/sync: implement interactive group selectionXavier Chantry2011-01-29
* Add interactive provider selectionXavier Chantry2011-01-29
* Improve mbasename performanceDan McGee2011-01-22
* Small fix to download size lookup and a loggerDan McGee2011-01-11
* Use double rather than float everywhereDan McGee2011-01-10
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Fix a few problems reported by clang-analyzerXavier Chantry2010-12-12
* Add wrapper around asprintf callsAllan McRae2010-09-27
* Fix some whitespace issuesAllan McRae2010-08-23
* fgets invocation cleanupDan McGee2010-08-23
* Merge branch 'maint'Dan McGee2010-07-27
|\
| * Fix compile error in certain casesDan McGee2010-07-27
* | Clarify testing within conditional statementsAllan McRae2010-06-21
|/
* Introduce -D, --databaseNagy Gabor2010-05-05
* Bump copyright dates to 2010Dan McGee2010-03-14
* fix a few warnings reported by clangXavier Chantry2010-03-14
* Mark two functions staticDan McGee2010-03-14
* Add new --print operation for all operationsXavier Chantry2010-03-14
* Do not print installed size when only downloadingAllan McRae2010-01-19
* Remove trailing whitespace on all lines in list_displayDan McGee2009-12-13
* Merge branch 'maint'Dan McGee2009-11-10
|\
| * Fix opendir error condition checksDan McGee2009-10-27
* | Size handling was changed in fgets() functionsLaszlo Papp2009-10-19
* | Remove makepath function from frontendLaszlo Papp2009-10-11
* | cygwin fix : use unsigned char for ctype functionXavier Chantry2009-10-11
* | Minor scope/typing cleanupsDan McGee2009-10-11
* | Remove transaction typeXavier Chantry2009-09-08
* | rewrite strreplaceXavier Chantry2009-09-07
* | Don't wrap lines when we don't have a column sizeOleg Finkelshteyn2009-09-06
|/
* Update copyright headers and messagesDan McGee2009-07-01
* We don't need root with -SpNagy Gabor2009-06-01
* Remove pmsyncpkg_tNagy Gabor2009-04-11
* Merge branch 'maint'Dan McGee2008-10-12
|\
| * Reduce number of calls to getcols()Dan McGee2008-10-12
* | pacman : smarter optdepends handling.Xavier Chantry2008-08-25
* | Merge branch 'maint'Dan McGee2008-08-23
|\|
| * Fix 'None' text so we don't have to translate it twiceDan McGee2008-08-23
* | split yesno() into yesno() and noyes() functions.Xavier Chantry2008-08-23
|/
* pacman: print optdepends on install and upgrade.Xavier Chantry2008-08-23
* Add new list_display_linebreak functionNagy Gabor2008-08-23
* Move the the description parsing logic to string_display()Nagy Gabor2008-08-23
* Show number of packages to be installed / removed.Xavier Chantry2008-07-24