summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-9/+3
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor1-1/+1
2008-05-12Refactor pkg_load/parse_descfile into a new backend fileDan McGee1-243/+1
2008-04-26get_filename : use the FILENAME db field only.Chantry Xavier1-13/+0
2008-04-26Completely rework delta algorithmChantry Xavier1-0/+1
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-04-07libalpm error cleanup, step 1Dan McGee1-4/+4
2008-03-27Read .PKGINFO directly from package fileDan McGee1-50/+11
2008-03-01Merge branch 'maint'Dan McGee1-1/+1
2008-03-01Set a missing pm_errno in _alpm_pkg_load()Nagy Gabor1-1/+1
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier1-20/+7
2008-02-16Merge branch 'maint'Dan McGee1-3/+4