summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)Author
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
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng
2011-03-27Temporary fix for new warnings from gcc 4.6Dan McGee
2011-03-23Refactor signature loading code into common functionDan McGee
2011-03-23Read in .sig files when opening a package fileDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-16Don't generate filelist unless we are going to use itDan McGee
2011-02-11Avoid a memmove by advancing value pointerDan McGee
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee
2011-01-28Ignore known but unused package descfile fieldsDan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-11Small fix to download size lookup and a loggerDan McGee
2011-01-07libalpm/be_package.c: fix small memleakXavier Chantry
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Declare all local functions staticAllan McRae
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-14When setting package name, set hash value as wellDan McGee
2010-12-12Merge desc and depends files in local dbAllan McRae
2010-12-12Fix a few problems reported by clang-analyzerXavier Chantry
2010-10-14be_package: read force entry and convert to epochXavier Chantry
2010-10-13Add epoch support to pacman/libalpmDan McGee
2010-10-13Move changelog functions to callback structDan McGee
2010-10-13Complete rework of package accessor logicDan McGee
2010-08-23Fix some whitespace issuesAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry