summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-22Add alpm_capabilities() method and enumerationDan McGee
2011-09-20Split package validation and load loopsDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-18Remove dead changelog_feof() codeDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-28Allow access to package origin dataDan McGee
2011-08-28Removed multiple definitions of pkgfrom_tDiogo Sousa
2011-08-28Refactor signature result return formatDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Load and allow access to sha256sumDan McGee
2011-08-15Add ALPM sha256sum routinesDan McGee
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner
2011-08-15alpm.h: fix inconsistency in function prototypeDave Reisner
2011-08-09Conflict comparison performance enhancementsDan McGee
2011-08-08Attempt to fix up some of the brokenness around failed package loadsDan McGee
2011-07-28Revamp signing checksDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transconv_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_fileconflicttype_t members with ALPMAllan McRae
2011-07-02Prefix alpm_depmod_t members with ALPMAllan McRae
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee
2011-06-30Add an alpm_db_get_valid() public functionDan McGee
2011-06-29Rename public functions with grp in their nameAllan 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