summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.c
AgeCommit message (Expand)Author
2012-08-02Move filelist functions into separate source fileDan McGee
2012-04-24Pointer coding style cleanupsDan McGee
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-03-08Remove _alpm_csumAllan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-02-20Update copyright yearsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-11-30Add helper function for duplicating depends listsDan McGee
2011-11-13add support for back end fnmatch'd optionsDave Reisner
2011-11-11invert iteration order for ignoregroupDave Reisner
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-27Revert "libalpm: compare pkgname with strcoll"Dan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-18Remove dead changelog_feof() codeDan McGee
2011-09-02More package operations cleanupDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-28Allow access to package origin dataDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-15Remove checksum access indirectionDan McGee
2011-08-15Load and allow access to sha256sumDan McGee
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner
2011-08-09Depend on name_hash being setDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-06-30Make local_db_read() private to the local backendDan McGee
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-20Correctly duplicate delta objectsDan McGee
2011-06-14Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-14Small handle related cleanupsDan McGee
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee