summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * po/: split into scripts/po/ and src/pacman/po/Dan McGee2011-06-23
* | Convert backup list to new pmbackup_t typeDan McGee2011-06-22
|/
* pacman/util.c: support terminals with unknown widthDave Reisner2011-06-20
* Make pmgrp_t publicDan McGee2011-06-16
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Make struct pmconflict_t publicDan McGee2011-06-16
* Make pmfileconflict_t type publicDan McGee2011-06-16
* API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* 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
* | Avoid setting sigverify option twiceDan McGee2011-06-14
* | 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
* | conf: do batch processing of repo sectionsDan McGee2011-06-13
* | conf: _parseconfig() cleanups and documentationDan McGee2011-06-13
* | Always pass data to trans_commit()Dan McGee2011-06-13
* | Move pm_errno onto the handleDan McGee2011-06-13
* | Add handle argument to two more alpm methodsDan McGee2011-06-13
* | Require handle for alpm_checkconflicts()Dan McGee2011-06-13
* | Require handle for alpm_pkg_load()Dan McGee2011-06-13
* | Add handle argument to alpm_(add|remove)_pkg()Dan McGee2011-06-13
* | Fix all current return(x) usagesDan McGee2011-06-13
* | Require handle for alpm_sync_sysupgrade()Dan McGee2011-06-09
* | Require handle for alpm_db_register_sync()Dan McGee2011-06-09
* | Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* | Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* | Require handle argument to alpm_logaction()Dan McGee2011-06-09
* | Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* | Remove incorrect output with download only and IgnorePkgAllan McRae2011-06-08
* | Revamp pacman setup code to handle new alpm initialize routineDan McGee2011-06-07
* | Update utilities for new initialize/release methodsDan McGee2011-06-07
* | 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
* | Let pacman -v print GPG DirPang Yan Han2011-06-01
* | Merge branch 'maint'Dan McGee2011-05-19
|\|
| * Coding style cleanups; add a null checkDan McGee2011-05-19
| * Ensure --print doesn't enable --noconfirm when not expectedDan McGee2011-05-16
* | Don't balk on .sig files being invalid in package cacheDan McGee2011-05-10
* | Rework config parsing to reduce variable duplicationDan McGee2011-05-05
* | Refactor VerifySig option value parsing into standalone methodDan McGee2011-05-05
* | Improve database server APIDan McGee2011-05-05
* | Make config parsing a two-part affairDan McGee2011-05-05
* | Move parseconfig to conf.cDan McGee2011-05-05
* | pactree: make -Wwrite-strings friendlyDan McGee2011-05-04
* | Fix warnings reported by -Wwrite-stringsDan McGee2011-05-04
* | Perform package verification at package load timeDan McGee2011-04-24