summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-51/+51
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_transconv_t members with ALPMAllan McRae1-7/+7
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-27/+27
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-17/+17
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-4/+4
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_depmod_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae1-4/+4
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee1-0/+8
2011-06-30Add an alpm_db_get_valid() public functionDan McGee1-0/+8
2011-06-29Rename public functions with grp in their nameAllan McRae1-7/+7
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-4/+4
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae1-3/+3
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae1-3/+3
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae1-3/+3
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae1-4/+4
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae1-3/+3
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-2/+2
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae1-2/+2
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-3/+3
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae1-2/+2
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae1-2/+2
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-3/+3
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-6/+6
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-47/+47
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-22/+22
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-70/+70
2011-06-28Rename pmfileconflicttype_t to alpm_fileconflicttype_tAllan McRae1-3/+3
2011-06-28Rename pmdepmod_t to alpm_depmod_tAllan McRae1-3/+3
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae1-4/+4
2011-06-27Remove setter for DB signature levelDan McGee1-1/+0
2011-06-24Add a 'valid' flag to the database objectDan McGee1-0/+1
2011-06-24Do database signature checking at load timeDan McGee1-1/+4
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-0/+6
2011-06-16Make pmgrp_t publicDan McGee1-3/+9
2011-06-16Make pmdelta_t publicDan McGee1-11/+16
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-43/+32
2011-06-16Make struct pmconflict_t publicDan McGee1-5/+7
2011-06-16Make pmfileconflict_t type publicDan McGee1-17/+19
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-4/+4
2011-06-14Remove alpm_db_get_url()Dan McGee1-6/+0
2011-06-14Move pm_errno onto the handleDan McGee1-7/+3
2011-06-14Add handle argument to two more alpm methodsDan McGee1-3/+4
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-2/+3
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee1-2/+4
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee1-1/+2
2011-06-09Require handle for alpm_db_register_sync()Dan McGee1-1/+3