summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
2014-12-18add alpm_option_match_noupgradeAndrew Gregory
2014-11-18Add alpm_option_match_noextractAllan McRae
2014-09-30Add --assume-installed optionFlorian Pritz
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-09-23alpm.h: remove outdated pkg_get_backup doxygenAndrew Gregory
2014-08-04handle: factor out string list option handlingAndrew Gregory
2014-06-24events: Make alpm_event_t an union of all event-specific structOlivier Brunel
2014-06-24Update the question callbackOlivier Brunel
2014-06-24alpm.h: Move alpm_errno_t definition upOlivier Brunel
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-03-03Update the event callbackOlivier Brunel
2014-02-04alpm: export *_free functionsAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae
2013-09-04libalpm: introduce a usage level for reposDave Reisner
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory
2013-05-29Improve error message when package is missing required signatureAllan McRae
2013-04-24Remove ALPM_QUESTION_LOCAL_NEWERConnor Behan
2013-03-10make status/log messages reflect version changeSimon Gomizelj
2013-02-24use resolved_path for filelist_containsAndrew Gregory
2013-02-16fix alpm_validation_t commentAndrew Gregory
2013-02-13Add format attributes to all required functionsAllan McRae
2013-02-09Check keys are in keyring before package validationAllan McRae
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Add public functions for accessing mtree dataAllan McRae
2012-12-14Do not warn about missing database if being downloadedAllan McRae
2012-12-14Make alpm_pkg_find publicAllan McRae
2012-12-14Add "Optional for" to package information outputAllan McRae
2012-12-14Notify of removed package required as optdependAllan McRae
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae
2012-08-02Move filelist functions into separate source fileDan McGee
2012-08-01Fix wrong parameter name in alpm_db_update's signatureBarbu Paul - Gheorghe
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-03-08Allow alpm_depend_t to have a descriptionDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-13Merge branch 'maint'Dan McGee
2012-02-06Fix a handful of comment typos or misspellingsDan McGee
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee