summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-06alpm.h: enum cleanups, comment formatting cleanupDan McGee1-27/+23
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee1-2/+2
2012-01-07Clean up <inttypes.h> header inclusionsDan McGee1-1/+1
2011-11-20add key algo to import msgFlorian Pritz1-0/+1
2011-11-20change gpg import message to resemble gpg --list-keysFlorian Pritz1-0/+2
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-5/+5
2011-10-12Introduce alpm_time_t typeDan McGee1-7/+9
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee1-5/+8
2011-09-22Add status and check for key being disabledDan McGee1-0/+1
2011-09-22Add new import key question enum value and stub frontend functionDan McGee1-0/+1
2011-09-22Add alpm_capabilities() method and enumerationDan McGee1-0/+8
2011-09-20Split package validation and load loopsDan McGee1-0/+5
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee1-1/+1
2011-09-18Remove dead changelog_feof() codeDan McGee1-2/+0
2011-09-02Former transaction callback rename refactorDan McGee1-125/+125
2011-09-02Move all callbacks up to the handle levelDan McGee1-16/+25
2011-09-02Clean up handling of size fieldsDan McGee1-1/+2
2011-08-28Allow access to package origin dataDan McGee1-0/+5
2011-08-28Removed multiple definitions of pkgfrom_tDiogo Sousa1-0/+6
2011-08-28Refactor signature result return formatDan McGee1-7/+21
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-6/+6
2011-08-15Load and allow access to sha256sumDan McGee1-1/+8
2011-08-15Add ALPM sha256sum routinesDan McGee1-0/+1
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner1-0/+6
2011-08-15alpm.h: fix inconsistency in function prototypeDave Reisner1-2/+2
2011-08-09Conflict comparison performance enhancementsDan McGee1-0/+2
2011-08-08Attempt to fix up some of the brokenness around failed package loadsDan McGee1-0/+1
2011-07-28Revamp signing checksDan McGee1-5/+17
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-2/+9
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee1-3/+4
2011-07-05Allow frontend access to signature verification informationDan McGee1-0/+2
2011-07-05signing: move to new signing verification and return schemeDan McGee1-20/+47
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-124/+124
2011-07-03Move alpm filelists to a struct objectDan McGee1-0/+7
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae1-51/+51
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae1-6/+6
2011-07-02Prefix alpm_transconv_t members with ALPMAllan McRae1-7/+7
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae1-27/+27
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae1-17/+17
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae1-4/+4
2011-07-02Prefix alpm_fileconflicttype_t members with ALPMAllan McRae1-2/+2
2011-07-02Prefix alpm_depmod_t members with ALPMAllan McRae1-6/+6
2011-07-02Prefix 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