summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-24Don't require a transaction for sync DB updatesDan McGee
2011-06-24Move locking functions to handleDan McGee
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee
2011-06-24Prevent segfault when parsing unexpected sync database fileDan McGee
2011-06-23Merge branch 'po-split'Dan McGee
2011-06-23po/: split into scripts/po/ and src/pacman/po/Dan McGee
2011-06-23Update all translation filesDan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-20lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner
2011-06-20Improve cachedir removal and error handlingDan McGee
2011-06-20Documented _alpm_download()Kerrick Staley
2011-06-20Documented purpose of be_*.cKerrick Staley
2011-06-20Correctly duplicate delta objectsDan McGee
2011-06-20Clean up util md5sum methodDan McGee
2011-06-20Merge branch 'public-structs'Dan McGee
2011-06-20lib/handle: use CALLOC macro instead of bare callocDave Reisner
2011-06-20Don't call public API in _alpm_log()Dan McGee
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdelta_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-14Rename and rework signing helper methodsDan McGee
2011-06-14Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Conflict check and skip_remove code cleanupsDan McGee
2011-06-14Small handle related cleanupsDan McGee
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee
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