summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-17* A whole mess of backup changesAaron Griffin1-0/+2
2007-02-13Removed desc_localized for the time being. We don't have localizedAaron Griffin1-2/+2
2007-02-11*** empty log message ***Aaron Griffin1-0/+8
2007-02-07Cleanup and more debug info for alpm_pkg_compare_versionsAaron Griffin1-0/+1
2007-02-06Attempt #2 at -S/-Su unification: verify that the 'force' option has been rea...Aaron Griffin1-1/+1
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin1-1/+1
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-7/+8
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-12/+12
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-2/+3
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-11/+7
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-0/+1
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-1/+1
2006-10-20A handful of minor changes:Aaron Griffin1-12/+12
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-0/+15
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret1-0/+1
2006-02-22improved _alpm_list_free handlingAurelien Foret1-11/+2
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-7/+7
2006-01-18more code cleanup yetAurelien Foret1-1/+1
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret1-2/+1