summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11Update trust level strings in -Qi displayDan McGee1-3/+3
2011-08-09Merge branch 'maint'Dan McGee1-3/+35
2011-07-29Revamp signing checksDan McGee1-11/+31
2011-07-25Fix group selection entry for large inputsDan McGee1-3/+35
2011-07-06Remove most usages of strncmp()Dan McGee1-7/+4
2011-07-05Remove alpm_list_firstAllan McRae1-1/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-1/+29
2011-07-05Allow frontend access to signature verification informationDan McGee1-1/+47
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-12/+12
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-1/+1
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae1-1/+1
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae1-4/+4
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-10/+10
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-4/+4
2011-06-27Fix several -Wshadow warningsDan McGee1-1/+1
2011-06-24Move database 'version' check to registration timeDan McGee1-3/+0
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner1-8/+16
2011-06-15Merge branch 'maint'Dan McGee1-1/+1
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber1-1/+1
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber1-1/+1
2011-06-15list_display: fix incorrect assignmentDan McGee1-1/+1
2011-06-14Merge branch 'maint'Dan McGee1-7/+12
2011-06-14Remove alpm_db_get_url()Dan McGee1-10/+7
2011-06-14Move pm_errno onto the handleDan McGee1-4/+5
2011-06-14Fix all current return(x) usagesDan McGee1-9/+9
2011-06-14Fix list_display on non-ttys and other output fixesDan McGee1-7/+12
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-3/+3
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-3/+4
2011-06-03Merge branch 'maint'Dan McGee1-12/+10
2011-06-03Show net upgrade size on -U/-S operationsDan McGee1-1/+12
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee1-11/+9
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee1-2/+3
2011-04-21Header inclusion cleanupDan McGee1-1/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-5/+5
2011-04-21New VerbosePkgLists optionJakob Gruber1-6/+85
2011-04-21Table formatted output functionsJakob Gruber1-0/+110
2011-04-21Refactor display_targets for readabilityJakob Gruber1-12/+10
2011-04-21Use IEC unit prefixesJakob Gruber1-2/+2
2011-04-21Add a utility function to humanize sizesJakob Gruber1-8/+46
2011-04-21Remove ShowSize optionJakob Gruber1-10/+2
2011-04-05Merge branch 'maint'Dan McGee1-5/+13
2011-04-05Coding style cleanupsDan McGee1-5/+8
2011-04-01Ensure stdout/stderr are flushed when asking questionsDan McGee1-0/+5
2011-03-28pacman/util: flush terminal input before reading responseDave Reisner1-0/+21
2011-03-21Style change: return(x) --> return xDan McGee1-61/+61
2011-03-01Fix some easy to find double translationsDan McGee1-10/+9
2011-02-28--print-format displays size in bytesJakob Gruber1-2/+2
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+4