summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee1-18/+32
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee1-2/+2
2011-10-26Don't realloc a 0-length files array when loading packagesDan McGee1-8/+10
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee1-0/+1
2011-09-20Pass package signature data up one more levelDan McGee1-8/+5
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee1-1/+6
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee1-33/+56
2011-09-19Remove const specifier from changelog_read() void parameterDan McGee1-1/+1
2011-09-08Ensure PackageRequired works as expectedDan McGee1-6/+7
2011-08-30Parse > 2GiB file sizes correctlyDan McGee1-1/+1
2011-08-29Better error handling out of package load methodDan McGee1-1/+1
2011-08-29Refactor some args out of pkg_load_internalDan McGee1-32/+34
2011-08-25Remove argument from check_pgp_helperDan McGee1-1/+2
2011-08-15Only check necessary signatures and checksumsDan McGee1-5/+17
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-3/+6
2011-08-15Validate the sha256sum if availableDan McGee1-4/+17
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee1-1/+1
2011-08-08Store a package info level flag if we fail to load dataDan McGee1-2/+2
2011-08-02Don't trim whitespace when reading database entriesDan McGee1-4/+3
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-13/+73
2011-07-05signing: move to new signing verification and return schemeDan McGee1-11/+9
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-29/+29
2011-07-03Move alpm filelists to a struct objectDan McGee1-3/+11
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-14/+14
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-15/+15
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-2/+2
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-11/+11
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-3/+3
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee1-2/+3
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-1/+4
2011-06-20Documented purpose of be_*.cKerrick Staley1-1/+1
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-1/+1
2011-06-14Small handle related cleanupsDan McGee1-2/+1
2011-06-14Switch all logging to use handle directlyDan McGee1-17/+17
2011-06-14Move pm_errno onto the handleDan McGee1-20/+20
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-8/+8
2011-06-14Fix memory leak if package sig was invalidDan McGee1-0/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee1-3/+7
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Add handle attribute to pmpkg_t structDan McGee1-0/+2
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-8/+0
2011-05-04Deal with unused function parameters correctlyAllan McRae1-2/+2
2011-04-24Perform package verification at package load timeDan McGee1-7/+27
2011-04-24signing: let GPGME handle loading signatures from filesDan McGee1-6/+0
2011-04-21Form the signature file location in one placeDan McGee1-6/+1
2011-04-21Header inclusion cleanupDan McGee1-2/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-2/+2
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1