summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)Author
2012-08-02Move filelist functions into separate source fileDan McGee
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-04-07Return more useful error codes on package open failuresDan McGee
2012-03-08Merge branch 'maint'Dan McGee
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-03-05Fix a potential memory leak in filelist creationDan McGee
2012-03-05Fix a memory leak when loading an invalid packageDan McGee
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