summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-06-24Don't require a transaction for sync DB updatesDan McGee1-18/+24
2011-06-24Move locking functions to handleDan McGee3-50/+59
2011-06-24Add a 'valid' flag to the database objectDan McGee7-29/+63
2011-06-24Move database 'version' check to registration timeDan McGee6-86/+59
2011-06-24Do database signature checking at load timeDan McGee4-5/+64
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee1-2/+3
2011-06-24Prevent segfault when parsing unexpected sync database fileDan McGee1-4/+2
2011-06-24Merge branch 'po-split'Dan McGee27-550/+910
2011-06-24po/: split into scripts/po/ and src/pacman/po/Dan McGee1-1/+1
2011-06-24Update all translation filesDan McGee26-549/+909
2011-06-22Convert backup list to new pmbackup_t typeDan McGee9-109/+99
2011-06-20lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner1-2/+4
2011-06-20Improve cachedir removal and error handlingDan McGee1-12/+12
2011-06-20Documented _alpm_download()Kerrick Staley1-0/+10
2011-06-20Documented purpose of be_*.cKerrick Staley3-3/+3
2011-06-20Correctly duplicate delta objectsDan McGee3-3/+20
2011-06-20Clean up util md5sum methodDan McGee1-2/+1
2011-06-20Merge branch 'public-structs'Dan McGee10-263/+94
2011-06-20lib/handle: use CALLOC macro instead of bare callocDave Reisner1-3/+3
2011-06-20Don't call public API in _alpm_log()Dan McGee1-3/+2
2011-06-16Make pmgrp_t publicDan McGee4-23/+10
2011-06-16Make pmdelta_t publicDan McGee4-68/+25
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee3-95/+33
2011-06-16Make struct pmconflict_t publicDan McGee3-29/+7
2011-06-16Make pmfileconflict_t type publicDan McGee3-48/+19
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee4-15/+15
2011-06-14Rename and rework signing helper methodsDan McGee1-38/+36
2011-06-14Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee1-0/+28
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee15-69/+128
2011-06-14Conflict check and skip_remove code cleanupsDan McGee2-39/+55
2011-06-14Small handle related cleanupsDan McGee3-5/+3
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee4-13/+14
2011-06-14Remove alpm_db_get_url()Dan McGee2-20/+0
2011-06-14Add a helper method for retrieving the DB signature pathDan McGee2-0/+15
2011-06-14alpm_db_update(): refactor out sync dir create/checkDan McGee1-22/+31
2011-06-14Remove global handle variableDan McGee3-15/+0
2011-06-14Switch all logging to use handle directlyDan McGee22-368/+360
2011-06-14Move pm_errno onto the handleDan McGee29-383/+360
2011-06-14Add handle argument to two more alpm methodsDan McGee5-31/+39
2011-06-14Require handle for alpm_checkconflicts()Dan McGee4-11/+15
2011-06-14Require handle for alpm_pkg_load()Dan McGee4-13/+16
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee3-10/+15
2011-06-14Added initialization code for database siglevelKerrick Staley1-0/+1
2011-06-14Fix memory leak if package sig was invalidDan McGee1-0/+1
2011-06-14Fix all current return(x) usagesDan McGee1-2/+2
2011-06-09commit_single_pkg(): Use handle object directlyDan McGee1-6/+6
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee2-5/+3
2011-06-09Require handle for alpm_db_register_sync()Dan McGee2-5/+4
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee3-25/+30
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee18-251/+202