summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-28Rename _pmdbstatus_t to _alpm_dbstatus_tAllan McRae
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae
2011-06-28Rename pmtransstate_t to alpm_transstate_tAllan McRae
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae
2011-06-28Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmfileconflicttype_t to alpm_fileconflicttype_tAllan McRae
2011-06-28Rename pmdepmod_t to alpm_depmod_tAllan McRae
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-27Remove setter for DB signature levelDan McGee
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-27Merge branch 'maint'Dan McGee
2011-06-27Remove two alpm_list_count usagesAllan McRae
2011-06-27Ensure a file can be replaced by a directoryDan McGee
2011-06-27File conflict code cleanupsDan McGee
2011-06-24Make sync DB reading a bit more flexibleDan McGee
2011-06-24archive_fgets(): ensure we return any trailing text with no newlineDan McGee
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