summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-16Merge branch 'maint'Dan McGee1-40/+6
2011-04-16Remove indirection on get_name and get_version operationsDan McGee1-6/+2
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng1-40/+6
2011-04-05Merge branch 'maint'Dan McGee1-0/+9
2011-04-01Add default changelog functions to pkg_operationsDan McGee1-0/+9
2011-03-28Merge branch 'maint'Dan McGee1-8/+8
2011-03-25Rework find_requiredby() to not use _alpm_dep_edge()Dan McGee1-8/+8
2011-03-23Allow PGP signature to be read from sync databaseDan McGee1-0/+39
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