summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
Commit message (Expand)AuthorAge
* Don't create two pmpkg_t objects in be_packageDan McGee2011-04-11
* Temporary fix for new warnings from gcc 4.6Dan McGee2011-03-27
* Refactor signature loading code into common functionDan McGee2011-03-23
* Read in .sig files when opening a package fileDan McGee2011-03-23
* Style change: return(x) --> return xDan McGee2011-03-20
* Don't generate filelist unless we are going to use itDan McGee2011-02-16
* Avoid a memmove by advancing value pointerDan McGee2011-02-11
* Fix locale.h/setlocale inclusion with --disable-nlsDan McGee2011-02-01
* Ignore known but unused package descfile fieldsDan McGee2011-01-28
* Remove epoch as an independent fieldDan McGee2011-01-21
* Small fix to download size lookup and a loggerDan McGee2011-01-11
* libalpm/be_package.c: fix small memleakXavier Chantry2011-01-07
* Refactor old date parsing into single methodDan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Declare all local functions staticAllan McRae2010-12-30
* Overhaul archive fgets functionDan McGee2010-12-21
* Always specify arguement type in function delcarationsAllan McRae2010-12-20
* When setting package name, set hash value as wellDan McGee2010-12-14
* Merge desc and depends files in local dbAllan McRae2010-12-12
* Fix a few problems reported by clang-analyzerXavier Chantry2010-12-12
* be_package: read force entry and convert to epochXavier Chantry2010-10-14
* Add epoch support to pacman/libalpmDan McGee2010-10-13
* Move changelog functions to callback structDan McGee2010-10-13
* Complete rework of package accessor logicDan McGee2010-10-13
* Fix some whitespace issuesAllan McRae2010-08-23
* Clarify testing within conditional statementsAllan McRae2010-06-21
* Bump copyright dates to 2010Dan McGee2010-03-14
* cygwin fix : use unsigned char for ctype functionXavier Chantry2009-10-11
* int typing: s/unsigned short/int/ in libalpmDan McGee2009-10-11
* Add makepkgopt to be_package.cNagy Gabor2009-09-14
* Update copyright headers and messagesDan McGee2009-07-01
* Fix non-C style comments in libalpmGerardo Exequiel Pozzi2009-05-11
* Don't display filename on -Qip operation.Xavier Chantry2008-06-04
* Simplify _alpm_pkg_new()Dan McGee2008-05-13
* Remove errant include of error.hDan McGee2008-05-13
* Merge branch 'maint'Dan McGee2008-05-11
* Refactor pkg_load/parse_descfile into a new backend fileDan McGee2008-05-11