summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-21lib: remove dead code in be_local and be_packageDave Reisner1-8/+0
2011-04-16Merge branch 'maint'Dan McGee1-10/+0
2011-04-11Don't create two pmpkg_t objects in be_packageDan McGee1-9/+0
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng1-10/+0
2011-03-28Temporary fix for new warnings from gcc 4.6Dan McGee1-2/+3
2011-03-24Refactor signature loading code into common functionDan McGee1-29/+3
2011-03-23Read in .sig files when opening a package fileDan McGee1-1/+48
2011-03-21Style change: return(x) --> return xDan McGee1-13/+13
2011-02-17Don't generate filelist unless we are going to use itDan McGee1-1/+1
2011-02-11Avoid a memmove by advancing value pointerDan McGee1-0/+1
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee1-1/+0
2011-01-29Ignore known but unused package descfile fieldsDan McGee1-2/+6
2011-01-22Remove epoch as an independent fieldDan McGee1-7/+0
2011-01-12Small fix to download size lookup and a loggerDan McGee1-0/+2
2011-01-08libalpm/be_package.c: fix small memleakXavier Chantry1-14/+10
2011-01-08Refactor old date parsing into single methodDan McGee1-11/+1