summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
Commit message (Expand)AuthorAge
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* alpm.h: enum cleanups, comment formatting cleanupDan McGee2012-02-06
* Allow UseDelta option to specify a delta ratioDan McGee2012-01-18
* Clean up <inttypes.h> header inclusionsDan McGee2012-01-07
* add key algo to import msgFlorian Pritz2011-11-20
* change gpg import message to resemble gpg --list-keysFlorian Pritz2011-11-20
* create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* Introduce alpm_time_t typeDan McGee2011-10-12
* Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee2011-09-22
* Add status and check for key being disabledDan McGee2011-09-22
* Add new import key question enum value and stub frontend functionDan McGee2011-09-22
* Add alpm_capabilities() method and enumerationDan McGee2011-09-22
* Split package validation and load loopsDan McGee2011-09-20
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* Remove dead changelog_feof() codeDan McGee2011-09-18
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Clean up handling of size fieldsDan McGee2011-09-02
* Allow access to package origin dataDan McGee2011-08-28
* Removed multiple definitions of pkgfrom_tDiogo Sousa2011-08-28
* Refactor signature result return formatDan McGee2011-08-28
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Load and allow access to sha256sumDan McGee2011-08-15
* Add ALPM sha256sum routinesDan McGee2011-08-15
* pacman/package: show presence of signature in in -SiDave Reisner2011-08-15
* alpm.h: fix inconsistency in function prototypeDave Reisner2011-08-15
* Conflict comparison performance enhancementsDan McGee2011-08-09
* Attempt to fix up some of the brokenness around failed package loadsDan McGee2011-08-08
* Revamp signing checksDan McGee2011-07-28
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* Make alpm_db_set_pkgreason() arguments more saneDan McGee2011-07-14
* Allow frontend access to signature verification informationDan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transprog_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transconv_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transevt_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_depmod_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_pkgreason_t members with ALPMAllan McRae2011-07-02
* | Move alpm filelists to a struct objectDan McGee2011-07-03
|/
* Make alpm_db_get_sigverify_level() publicDan McGee2011-06-30
* Add an alpm_db_get_valid() public functionDan McGee2011-06-30
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmtransprog_t to alpm_transprog_tAllan McRae2011-06-28
* Rename pmtransconv_t to alpm_transconv_tAllan McRae2011-06-28