summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-11-07fixed compilation warningsAurelien Foret1-1/+1
2005-10-09added conversation callback support for transactionsJudd Vinet1-0/+1
2005-10-05Added a PKG_FULLNAME_LEN macroAurelien Foret1-0/+1
2005-07-22changed license package field to a listJudd Vinet1-2/+1
2005-05-03moved pkg_cmp() to cache.cAurelien Foret1-1/+0
2005-04-24code cleanupAurelien Foret1-4/+11
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret1-0/+1
2005-04-08added function pkg_splitname (not used for now)Aurelien Foret1-0/+1
2005-03-16Removed hardcoded reference to fields of packagesAurelien Foret1-12/+24
2005-03-15Initial revisionJudd Vinet1-0/+78