summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | Switch all logging to use handle directlyDan 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
* | | Added initialization code for database siglevelKerrick Staley2011-06-13
* | | Fix memory leak if package sig was invalidDan McGee2011-06-13
* | | Fix all current return(x) usagesDan McGee2011-06-13
* | | commit_single_pkg(): Use handle object directlyDan McGee2011-06-09
* | | 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
* | | _alpm_lstat: only duplicate string if necessaryDan McGee2011-06-09
* | | Fix bracket type in makefileAllan McRae2011-06-09
* | | Merge remote-tracking branch 'allan/working'Dan McGee2011-06-08
|\ \ \
| * | | Fix name of original files in scriptsAllan McRae2011-06-08
| * | | pacman-key: add vim modeline and fix whitespace issuesAllan McRae2011-06-08
| * | | pkgdelta: add vim modelineAllan McRae2011-06-08
| * | | Remove incorrect output with download only and IgnorePkgAllan McRae2011-06-08
* | | | Fix graph free valgrind warningsDan McGee2011-06-08
* | | | pactest: only create install file if necessaryDan McGee2011-06-08
* | | | Plug a memory leakDan McGee2011-06-08
|/ / /
* | | Merge branch 'maint'Dan McGee2011-06-07
|\| |
| * | Transifex updatesDan McGee2011-06-07
| * | Remove incorrect output when downloading onlyAllan McRae2011-06-07
| * | makepkg: fix creation of source package with -pAllan McRae2011-06-07
* | | pacman-key: update copyrightAllan McRae2011-06-07
* | | Revamp pacman setup code to handle new alpm initialize routineDan McGee2011-06-07
* | | Update utilities for new initialize/release methodsDan McGee2011-06-07
* | | New signatures for alpm initialize and releaseDan McGee2011-06-07
* | | Add cachedirs one-by-one in set_cachedirs()Dan McGee2011-06-07
* | | Be consistent with memory treatment for plural option settersDan McGee2011-06-07
* | | Add helper methods for setting directory optionsDan McGee2011-06-07
* | | Use standard errno codes in return from _alpm_archive_fgetsDan McGee2011-06-03
* | | Remove global handle dependencies from sync/upgrade pathsDan McGee2011-06-03
* | | Remove global handle from remove.cDan McGee2011-06-03
* | | Remove global handle from some package and db codeDan McGee2011-06-03
* | | Remove global handle from diskspace.cDan McGee2011-06-03
* | | Remove global handle from util.cDan McGee2011-06-03
* | | Push down extern handle variable to files that need itDan McGee2011-06-03
* | | Add handle attribute to pmpkg_t structDan McGee2011-06-03
* | | Add handle attribute to pmdb_t structDan McGee2011-06-03
* | | Remove unnecessary handle != NULL assertsDan McGee2011-06-03
* | | Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* | | Merge branch 'maint'Dan McGee2011-06-02
|\| |
| * | 3.5.3 release preparationDan McGee2011-06-02