Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-14Remove alpm_db_get_url()Dan McGee
2011-06-13Add a helper method for retrieving the DB signature pathDan McGee
2011-06-13alpm_db_update(): refactor out sync dir create/checkDan McGee
2011-06-13Remove global handle variableDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
2011-06-13Added initialization code for database siglevelKerrick Staley
2011-06-13Fix memory leak if package sig was invalidDan McGee
2011-06-13Fix all current return(x) usagesDan McGee
2011-06-09commit_single_pkg(): Use handle object directlyDan McGee
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee
2011-06-09Require handle for alpm_db_register_sync()Dan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-09_alpm_lstat: only duplicate string if necessaryDan McGee
2011-06-08Fix graph free valgrind warningsDan McGee
2011-06-08Plug a memory leakDan McGee
2011-06-07Merge branch 'maint'Dan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee
2011-06-07Be consistent with memory treatment for plural option settersDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-07Remove incorrect output when downloading onlyAllan McRae
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee
2011-06-03Remove global handle from remove.cDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Remove global handle from diskspace.cDan McGee
2011-06-03Remove global handle from util.cDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Add handle attribute to pmpkg_t structDan McGee
2011-06-03Add handle attribute to pmdb_t structDan McGee
2011-06-03Remove unnecessary handle != NULL assertsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-06-01lib/dload.c: remove assumption in continuation logicDave Reisner
2011-06-01dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner
2011-06-01Merge branch 'maint'Dan McGee
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han
2011-05-19Bail early if we don't have a valid lockfile pathDan McGee
2011-05-19Merge branch 'maint'Dan McGee
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner
2011-05-05Remove sync DB reregister checkDan McGee
2011-05-05Merge branch 'maint'Dan McGee