summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz
2012-01-08Fix segfaults on opening invalid archive filesDan McGee
2012-01-02be_package.c: fix compiler warningAllan McRae
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-16Add helper method for creating and opening archive objectDan McGee
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee
2011-10-26Don't realloc a 0-length files array when loading packagesDan McGee
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee
2011-09-20Pass package signature data up one more levelDan McGee
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-07Ensure PackageRequired works as expectedDan McGee
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-08-28Better error handling out of package load methodDan McGee
2011-08-28Refactor some args out of pkg_load_internalDan McGee
2011-08-25Remove argument from check_pgp_helperDan McGee
2011-08-15Only check necessary signatures and checksumsDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-08Attempt to fix up some of the brokenness around failed package loadsDan McGee
2011-08-08Store a package info level flag if we fail to load dataDan McGee
2011-08-02Don't trim whitespace when reading database entriesDan McGee
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-05signing: move to new signing verification and return schemeDan 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-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-20Documented purpose of be_*.cKerrick Staley
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-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-13Fix memory leak if package sig was invalidDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Add handle attribute to pmpkg_t structDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee