summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
...
* Print debug timestamps to same stream as rest of outputDan McGee2011-08-22
* Update trust level strings in -Qi displayDan McGee2011-08-11
* Merge branch 'maint'Dan McGee2011-08-08
|\
| * Fix group selection entry for large inputsDan McGee2011-07-25
* | Revamp signing checksDan McGee2011-07-28
* | Remove most usages of strncmp()Dan McGee2011-07-05
* | Remove alpm_list_firstAllan McRae2011-07-05
* | Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* | Allow frontend access to signature verification informationDan McGee2011-07-05
* | Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* | Rename pmtransflag_t to alpm_transflag_tAllan McRae2011-06-28
* | Rename pmloglevel_t to alpm_loglevel_tAllan McRae2011-06-28
* | Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* | Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* | Fix several -Wshadow warningsDan McGee2011-06-27
* | Move database 'version' check to registration timeDan McGee2011-06-24
* | pacman/util.c: support terminals with unknown widthDave Reisner2011-06-20
* | Merge branch 'maint'Dan McGee2011-06-15
|\|
| * list_display: fix incorrect assignmentDan McGee2011-06-15
* | Ensure humanize_size works for negative valuesJakob Gruber2011-06-15
* | Use pm_fprintpf in table_create_formatJakob Gruber2011-06-15
* | Merge branch 'maint'Dan McGee2011-06-14
|\|
| * Fix list_display on non-ttys and other output fixesDan McGee2011-06-13
* | Remove alpm_db_get_url()Dan McGee2011-06-14
* | Move pm_errno onto the handleDan McGee2011-06-13
* | 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