summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
Commit message (Expand)AuthorAge
...
* fix alpm_validation_t commentAndrew Gregory2013-02-16
* Add format attributes to all required functionsAllan McRae2013-02-13
* Check keys are in keyring before package validationAllan McRae2013-02-09
* Add configuration option for Upgrade operation SigLevelAllan McRae2013-02-07
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Update copyright year for 2013Allan McRae2013-01-03
* Add public functions for accessing mtree dataAllan McRae2012-12-14
* Do not warn about missing database if being downloadedAllan McRae2012-12-14
* Make alpm_pkg_find publicAllan McRae2012-12-14
* Add "Optional for" to package information outputAllan McRae2012-12-14
* Notify of removed package required as optdependAllan McRae2012-12-14
* Add resolved_path to alpm_filelist_tAllan McRae2012-12-14
* Move filelist functions into separate source fileDan McGee2012-08-02
* Fix wrong parameter name in alpm_db_update's signatureBarbu Paul - Gheorghe2012-08-01
* Prefix alpm_pkgfrom_t members with ALPM_Allan McRae2012-04-07
* Add information on how an installed package was validatedAllan McRae2012-03-08
* Hook new optdepend structures upBenedikt Morbach2012-03-08
* Allow alpm_depend_t to have a descriptionDan McGee2012-03-08
* Update copyright yearsAllan McRae2012-02-20
* Merge branch 'maint'Dan McGee2012-02-13
|\
| * Fix a handful of comment typos or misspellingsDan McGee2012-02-06
* | 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