summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-06Attempt to unify the -S and -Su version comparissons for when a package is newerAaron Griffin1-0/+32
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin1-0/+11
2007-02-04* Added archive verification when loading package metadata for -u and -AAaron Griffin1-16/+27
2007-02-01Loading package data from a file was ALWAYS generating the filelist, instead ofAaron Griffin1-17/+22
2007-02-01* !strcmp reads funny (as "not string compare" - switch those to == 0, which hasAaron Griffin1-3/+6
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+60
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-25/+25
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-1/+2
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-2/+2
2007-01-22* Added a check for .FILELIST for package validity in addition to .PKGINFOAaron Griffin1-0/+3
2007-01-20Moved some decls to make the "pkg_invalid" patch compile again.Aaron Griffin1-6/+9
2007-01-19Whoops. There's a 0 where there should be a 1.Aaron Griffin1-1/+1
2007-01-19Johannes Weiner <hannes@saeurebad.de>Aaron Griffin1-15/+8
2007-01-19Johannes Weiner <hannes@saeurebad.de>Aaron Griffin1-55/+6
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-36/+36
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+0
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-30/+26
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-2/+302
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-4/+25
2006-11-14* has_archname changesAaron Griffin1-0/+6
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-3/+7
2006-10-31Numerous changes:Aaron Griffin1-1/+1
2006-10-20A handful of minor changes:Aaron Griffin1-3/+3
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-38/+81
2006-09-28removed libtar support in favour of libarchiveJudd Vinet1-23/+21
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-8/+9
2006-03-08code cleanupAurelien Foret1-29/+13
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret1-0/+7
2006-03-07code cleanupAurelien Foret1-2/+3
2006-03-01added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret1-0/+1
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+3
2006-02-20dropped the MALLOC macroAurelien Foret1-2/+8
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-16/+16
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret1-1/+1
2006-01-18more code cleanup yetAurelien Foret1-12/+5
2006-01-10added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien Foret1-1/+1
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret1-25/+12
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-28Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret1-0/+1
2005-11-09fixed a file descriptor leakAurelien Foret1-2/+13
2005-11-07cleanupAurelien Foret1-2/+2
2005-11-07added more pm_errnosAurelien Foret1-0/+9
2005-10-09added conversation callback support for transactionsJudd Vinet1-0/+21
2005-10-05Added a PKG_FULLNAME_LEN macroAurelien Foret1-2/+2
2005-08-20changed license package field to a listAurelien Foret1-2/+2
2005-07-22changed license package field to a listJudd Vinet1-1/+1
2005-05-03moved pkg_cmp() to cache.cAurelien Foret1-10/+0
2005-04-24fixed potential memory leaksAurelien Foret1-0/+3
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret1-0/+39
2005-04-17more sanity checks for pkg_load()Aurelien Foret1-1/+1