summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-15Don't duplicate header stringsDan McGee1-5/+5
2011-09-03Move all callbacks up to the handle levelDan McGee1-7/+1
2011-08-30Improve advice for sync ops when db.lck is presentPang Yan Han1-9/+13
2011-08-29Refactor signature result return formatDan McGee1-7/+8
2011-08-26strtrim: don't move empty stringDan McGee1-1/+6
2011-08-25Remove short/long label distinctionDan McGee1-13/+9
2011-08-25Add a few more sizes to humanize_sizes()Dan McGee1-2/+4
2011-08-22pacman/util: use string_length to calculate line lengthDave Reisner1-1/+1
2011-08-22Print debug timestamps to same stream as rest of outputDan McGee1-1/+1
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