summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)Author
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
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-04-24Perform package verification at package load timeDan McGee
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee
2011-04-20Form the signature file location in one placeDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20lib: remove dead code in be_local and be_packageDave Reisner
2011-04-15Merge branch 'maint'Dan McGee
2011-04-11Don't create two pmpkg_t objects in be_packageDan McGee