summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
* Fix all current return(x) usagesDan McGee2011-06-13
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Merge branch 'maint'Dan McGee2011-06-02
|\
| * Ensure list_display works on outputs of unknown widthDan McGee2011-06-01
* | Show net upgrade size on -U/-S operationsDan McGee2011-06-02
* | Fix warnings reported by -Wwrite-stringsDan McGee2011-05-04
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | New VerbosePkgLists optionJakob Gruber2011-04-20
* | Table formatted output functionsJakob Gruber2011-04-20
* | Refactor display_targets for readabilityJakob Gruber2011-04-20
* | Use IEC unit prefixesJakob Gruber2011-04-20
* | Add a utility function to humanize sizesJakob Gruber2011-04-20
* | Remove ShowSize optionJakob Gruber2011-04-20
* | Merge branch 'maint'Dan McGee2011-04-05
|\|
| * Coding style cleanupsDan McGee2011-04-04
| * Ensure stdout/stderr are flushed when asking questionsDan McGee2011-04-01
* | 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