summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-7/+7
2013-10-31Expose alpm_pkg_should_ignoreAllan McRae1-0/+9
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae1-0/+6
2013-09-04libalpm: introduce a usage level for reposDave Reisner1-0/+22
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory1-2/+1
2013-05-29Improve error message when package is missing required signatureAllan McRae1-0/+1
2013-04-24Remove ALPM_QUESTION_LOCAL_NEWERConnor Behan1-4/+3
2013-03-10make status/log messages reflect version changeSimon Gomizelj1-0/+20
2013-02-24use resolved_path for filelist_containsAndrew Gregory1-1/+1
2013-02-16fix alpm_validation_t commentAndrew Gregory1-1/+1
2013-02-13Add format attributes to all required functionsAllan McRae1-1/+2
2013-02-09Check keys are in keyring before package validationAllan McRae1-2/+11
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae1-0/+9
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-1/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Add public functions for accessing mtree dataAllan McRae1-0/+21
2012-12-14Do not warn about missing database if being downloadedAllan McRae1-1/+3
2012-12-14Make alpm_pkg_find publicAllan McRae1-0/+7
2012-12-14Add "Optional for" to package information outputAllan McRae1-0/+8
2012-12-14Notify of removed package required as optdependAllan McRae1-1/+4
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae1-0/+1
2012-08-02Move filelist functions into separate source fileDan McGee1-1/+15
2012-08-01Fix wrong parameter name in alpm_db_update's signatureBarbu Paul - Gheorghe1-1/+1
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-3/+3
2012-03-09Add information on how an installed package was validatedAllan McRae1-0/+15
2012-03-09Hook new optdepend structures upBenedikt Morbach1-1/+1
2012-03-09Allow alpm_depend_t to have a descriptionDan McGee1-0/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-13Merge branch 'maint'Dan McGee1-3/+3
2012-02-07Fix a handful of comment typos or misspellingsDan McGee1-3/+3
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-19/+20
2012-02-06alpm.h: enum cleanups, comment formatting cleanupDan McGee1-27/+23
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee1-2/+2
2012-01-07Clean up <inttypes.h> header inclusionsDan McGee1-1/+1
2011-11-21add key algo to import msgFlorian Pritz1-0/+1
2011-11-21change 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-19Remove const specifier from changelog_read() void parameterDan McGee1-1/+1
2011-09-19Remove dead changelog_feof() codeDan McGee1-2/+0
2011-09-03Former transaction callback rename refactorDan McGee1-125/+125
2011-09-03Move all callbacks up to the handle levelDan McGee1-16/+25
2011-09-03Clean up handling of size fieldsDan McGee1-1/+2
2011-08-29Allow access to package origin dataDan McGee1-0/+5