summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Declare all local functions staticAllan McRae1-4/+4
2010-12-21Overhaul archive fgets functionDan McGee1-4/+9
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-1/+1
2010-12-14When setting package name, set hash value as wellDan McGee1-0/+1
2010-12-13Merge desc and depends files in local dbAllan McRae1-1/+1
2010-12-13Fix a few problems reported by clang-analyzerXavier Chantry1-2/+1
2010-10-15be_package: read force entry and convert to epochXavier Chantry1-0/+5
2010-10-14Add epoch support to pacman/libalpmDan McGee1-0/+2
2010-10-13Move changelog functions to callback structDan McGee1-1/+110
2010-10-13Complete rework of package accessor logicDan McGee1-0/+2
2010-08-24Fix some whitespace issuesAllan McRae1-1/+1
2010-06-20Clarify testing within conditional statementsAllan McRae1-17/+17
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry1-1/+1
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-3/+2
2009-09-15Add makepkgopt to be_package.cNagy Gabor1-0/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-05-12Fix non-C style comments in libalpmGerardo Exequiel Pozzi1-1/+1
2008-06-04Don't display filename on -Qip operation.Xavier Chantry1-3/+6
2008-05-14Simplify _alpm_pkg_new()Dan McGee1-1/+1
2008-05-13Remove errant include of error.hDan McGee1-1/+0
2008-05-12Merge branch 'maint'Dan McGee1-0/+3
2008-05-12Refactor pkg_load/parse_descfile into a new backend fileDan McGee1-0/+283