summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.c
AgeCommit message (Expand)Author
2011-06-03Add handle attribute to pmpkg_t structDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-05Dan broke my patchAllan McRae
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-04-24Rein in the complexity of the signature typeDan McGee
2011-04-20Rename gpgsig struct fields for clarityDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-15Merge branch 'maint'Dan McGee
2011-04-15Remove indirection on get_name and get_version operationsDan McGee
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng
2011-04-05Merge branch 'maint'Dan McGee
2011-04-01Add default changelog functions to pkg_operationsDan McGee
2011-03-27Merge branch 'maint'Dan McGee
2011-03-25Rework find_requiredby() to not use _alpm_dep_edge()Dan McGee
2011-03-23Allow PGP signature to be read from sync databaseDan McGee
2011-03-21Merge branch 'maint'Dan McGee
2011-03-20Fix comparison to 0 rather than NULLDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-04Read pkgcache into hashAllan McRae
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Declare all local functions staticAllan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-14Used hashed package name in _alpm_pkg_findDan McGee
2010-12-14When setting package name, set hash value as wellDan McGee
2010-12-13Abstract has_scriptlet() to package ops structDan McGee
2010-10-13Add epoch support to pacman/libalpmDan McGee
2010-10-13Small tweaks after backend mergeDan McGee
2010-10-14Completely separate local and sync db handlingAllan McRae
2010-10-13Fix documentation syntax and typoAllan McRae
2010-10-13Move the cache stuff where it should beDan McGee
2010-10-13Move changelog functions to callback structDan McGee
2010-10-13Complete rework of package accessor logicDan McGee
2010-10-13Allow local and sync db to be treated separatelyDan McGee
2010-10-13Unify caching concerns in package accessorsDan McGee
2010-09-27Set pm_errno on libarchive errors while readingSebastian Nowicki
2010-06-21libalpm: compare pkgname with strcollAndres P
2010-05-04Move vercmp code into a separate fileDan McGee
2010-03-25Sort and avoid duplicates in -Sii outputAllan McRae
2010-03-23Show 'Required By' in -Sii outputDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2009-12-07Fix requiredby outputDan McGee
2009-10-24Reduce unnecessary get_name() function callsDan McGee
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor