summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.h
AgeCommit message (Expand)Author
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
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-25Preliminary support for optdependsDan McGee
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-08-14Code cleanupDan McGee
2007-07-12Remove some more conditional include stuffDan McGee
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-11Remove 'buildtype' from libalpm and pacmanDan McGee
2007-04-28Remove 'removes' array from libalpmDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-02-26* Enforce const char* params when using stringsAaron Griffin
2007-02-23* Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignoresAaron Griffin
2007-02-18Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin
2007-02-17* A whole mess of backup changesAaron Griffin
2007-02-13Removed desc_localized for the time being. We don't have localizedAaron Griffin
2007-02-10*** empty log message ***Aaron Griffin
2007-02-07Cleanup and more debug info for alpm_pkg_compare_versionsAaron Griffin
2007-02-06Attempt #2 at -S/-Su unification: verify that the 'force' option has been rea...Aaron Griffin
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret