summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Merge branch 'maint'Dan McGee1-1/+1
2011-03-21Fix comparison to 0 rather than NULLDan McGee1-1/+1
2011-03-21Style change: return(x) --> return xDan McGee1-16/+16
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-1/+1
2011-02-04Read pkgcache into hashAllan McRae1-1/+1
2011-01-22Remove epoch as an independent fieldDan McGee1-20/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Declare all local functions staticAllan McRae1-26/+26
2010-12-30Detect undefined PATH_MAXAllan McRae1-1/+0
2010-12-14Used hashed package name in _alpm_pkg_findDan McGee1-2/+13
2010-12-14When setting package name, set hash value as wellDan McGee1-0/+1
2010-12-14Abstract has_scriptlet() to package ops structDan McGee1-11/+3
2010-10-14Add epoch support to pacman/libalpmDan McGee1-12/+16
2010-10-14Small tweaks after backend mergeDan McGee1-4/+0
2010-10-14Completely separate local and sync db handlingAllan McRae1-1/+1
2010-10-13Fix documentation syntax and typoAllan McRae1-1/+1
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-10-13Move changelog functions to callback structDan McGee1-74/+4
2010-10-13Complete rework of package accessor logicDan McGee1-81/+93
2010-10-13Allow local and sync db to be treated separatelyDan McGee1-26/+27
2010-10-13Unify caching concerns in package accessorsDan McGee1-181/+30
2010-09-27Set pm_errno on libarchive errors while readingSebastian Nowicki1-3/+13
2010-06-20libalpm: compare pkgname with strcollAndres P1-1/+1
2010-05-05Move vercmp code into a separate fileDan McGee1-171/+0
2010-03-26Sort and avoid duplicates in -Sii outputAllan McRae1-1/+4
2010-03-24Show 'Required By' in -Sii outputDan McGee1-9/+31
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15fix a few warnings reported by clangXavier Chantry1-2/+1
2009-12-08Fix requiredby outputDan McGee1-1/+1
2009-10-24Reduce unnecessary get_name() function callsDan McGee1-3/+3
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-2/+2
2009-09-09Remove transaction typeXavier Chantry1-7/+0
2009-09-09Use sync.c for upgrade transaction prepare and commitNagy Gabor1-1/+10
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-07Introduce _alpm_pkg_free_trans()Nagy Gabor1-0/+13
2009-04-11Remove pmsyncpkg_tNagy Gabor1-0/+8
2008-10-13Merge branch 'maint'Dan McGee1-1/+0
2008-10-13Remove unnecessary unistd.h header inclusionDan McGee1-1/+0
2008-08-23New public alpm_pkg_get_db functionNagy Gabor1-0/+9
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry1-19/+19
2008-07-25libalpm/package.c : fix infolevel bug in pkg_dupXavier Chantry1-11/+10
2008-07-25Fix vercmp and add additional testsDan McGee1-12/+14
2008-07-08New _alpm_dep_edge functionNagy Gabor1-12/+4
2008-07-08Don't duplicate packages in requiredby listNagy Gabor1-3/+2
2008-06-04Use correct C type for file sizesDan McGee1-2/+2
2008-05-30Fix versioncmp regression after updateDan McGee1-9/+27
2008-05-14Remove wrapper call around versioncmpDan McGee1-15/+2
2008-05-14Update _alpm_versioncmpDan McGee1-50/+102
2008-05-14Simplify _alpm_pkg_new()Dan McGee1-9/+1
2008-05-14Remove lazy init code from pkg name and version functionsDan McGee1-16/+0