summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Add functions for verifying database signatureAllan McRae1-10/+1
2011-03-23Allow PGP signature to be read from sync databaseDan McGee1-0/+12
2011-01-22Remove epoch as an independent fieldDan McGee1-2/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-15Reorganize fields in package structDan McGee1-13/+15
2010-12-14When setting package name, set hash value as wellDan McGee1-0/+1
2010-12-14Abstract has_scriptlet() to package ops structDan McGee1-3/+1
2010-10-14Add epoch support to pacman/libalpmDan McGee1-2/+2
2010-10-13Complete rework of package accessor logicDan McGee1-0/+56
2010-10-13Allow local and sync db to be treated separatelyDan McGee1-3/+4
2010-08-24Fix some whitespace issuesAllan McRae1-3/+3
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-2/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-07Introduce _alpm_pkg_free_trans()Nagy Gabor1-0/+1
2009-04-11Remove pmsyncpkg_tNagy Gabor1-0/+1
2008-06-04Use correct C type for file sizesDan McGee1-5/+6
2008-05-14Remove wrapper call around versioncmpDan McGee1-1/+0
2008-05-14Simplify _alpm_pkg_new()Dan McGee1-1/+1
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-1/+0
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-1/+0
2008-04-26Completely rework delta algorithmChantry Xavier1-0/+2
2008-02-06libalpm/package.c : add _alpm_pkgname_pkg_cmp function.Nagy Gabor1-0/+1
2008-01-12Merge branch 'maint'Dan McGee1-1/+1
2008-01-11Fix library interfaceDan McGee1-1/+1
2008-01-11Use dynamic string allocation in package structuresDan McGee1-21/+8
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-1/+0
2008-01-08Remove unused date element from pmpkg_t structDan McGee1-1/+0
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-2/+0
2007-11-11Implement IgnoreGroup.Nathan Jones1-0/+1
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones1-0/+1
2007-09-28Support for localized times in metadataAaron Griffin1-2/+2
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee1-1/+1
2007-09-28Remove package name dependency from libalpmDan McGee1-1/+0
2007-09-26Preliminary support for optdependsDan McGee1-0/+1
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-2/+0
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee1-5/+4
2007-08-14Code cleanupDan McGee1-1/+0
2007-07-12Remove some more conditional include stuffDan McGee1-2/+0
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-0/+1
2007-07-12Remove 'buildtype' from libalpm and pacmanDan McGee1-1/+0
2007-04-29Remove 'removes' array from libalpmDan McGee1-1/+0
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee1-4/+1
2007-03-03Big commit this time:Aaron Griffin1-1/+1
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-3/+3
2007-02-23* Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignoresAaron Griffin1-1/+1
2007-02-18Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin1-1/+0