summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.h
AgeCommit message (Expand)Author
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-06-30Make local_db_read() private to the local backendDan McGee
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae
2011-06-28Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-03Add handle attribute to pmpkg_t structDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-24Rein in the complexity of the signature typeDan McGee
2011-04-15Include "config.h" in header files using off_tDan McGee
2011-04-15Remove indirection on get_name and get_version operationsDan McGee
2011-03-23Add functions for verifying database signatureAllan McRae
2011-03-23Allow PGP signature to be read from sync databaseDan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-14Reorganize fields in package structDan 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-13Complete rework of package accessor logicDan McGee
2010-10-13Allow local and sync db to be treated separatelyDan McGee
2010-08-23Fix some whitespace issuesAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-07-01Update copyright headers and messagesDan McGee
2009-06-07Introduce _alpm_pkg_free_trans()Nagy Gabor
2009-04-11Remove pmsyncpkg_tNagy Gabor
2008-06-04Use correct C type for file sizesDan McGee
2008-05-14Remove wrapper call around versioncmpDan McGee
2008-05-13Simplify _alpm_pkg_new()Dan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor
2008-05-11Refactor pkg_load/parse_descfile into a new backend fileDan McGee
2008-04-26Completely rework delta algorithmChantry Xavier
2008-02-06libalpm/package.c : add _alpm_pkgname_pkg_cmp function.Nagy Gabor
2008-01-11Merge branch 'maint'Dan McGee
2008-01-11Fix library interfaceDan McGee
2008-01-11Use dynamic string allocation in package structuresDan McGee
2008-01-08Remove upgradedelay and all code associated with itDan McGee
2008-01-08Remove unused date element from pmpkg_t structDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-11Implement IgnoreGroup.Nathan Jones