summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.c
AgeCommit message (Expand)Author
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-22* Added a check for .FILELIST for package validity in addition to .PKGINFOAaron Griffin
2007-01-19Moved some decls to make the "pkg_invalid" patch compile again.Aaron Griffin
2007-01-19Whoops. There's a 0 where there should be a 1.Aaron Griffin
2007-01-19Johannes Weiner <hannes@saeurebad.de>Aaron Griffin
2007-01-19Johannes Weiner <hannes@saeurebad.de>Aaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron 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* has_archname changesAaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-10-31Numerous changes: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-09-28removed libtar support in favour of libarchiveJudd Vinet
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-08code cleanupAurelien Foret
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret
2006-03-07code cleanupAurelien Foret
2006-03-01added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret
2006-02-22improved _alpm_list_free handlingAurelien Foret
2006-02-20dropped the MALLOC macroAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret
2006-01-18more code cleanup yetAurelien Foret
2006-01-10added ALLDEPS transaction flag mainly to handle "makepkg -s"Aurelien Foret
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-12-28Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret
2005-11-09fixed a file descriptor leakAurelien Foret
2005-11-07cleanupAurelien Foret
2005-11-07added more pm_errnosAurelien Foret
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-10-05Added a PKG_FULLNAME_LEN macroAurelien Foret
2005-08-20changed license package field to a listAurelien Foret
2005-07-22changed license package field to a listJudd Vinet
2005-05-03moved pkg_cmp() to cache.cAurelien Foret
2005-04-24fixed potential memory leaksAurelien Foret
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret
2005-04-17more sanity checks for pkg_load()Aurelien Foret
2005-04-08added function pkg_splitname (not used for now)Aurelien Foret
2005-04-06package 'reason' field should default to 0Aurelien Foret
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret
2005-03-28improved logs (use _alpm_log instead of fprintf)Aurelien Foret
2005-03-27renamed temp files from pacman_XXXXXX to alpm_XXXXXXAurelien Foret
2005-03-16Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret
2005-03-16Removed a leftover debug printfAurelien Foret