summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-08added function pkg_splitname (not used for now)Aurelien Foret1-0/+43
2005-04-06package 'reason' field should default to 0Aurelien Foret1-1/+1
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret1-10/+10
2005-03-28improved logs (use _alpm_log instead of fprintf)Aurelien Foret1-4/+5
2005-03-27renamed temp files from pacman_XXXXXX to alpm_XXXXXXAurelien Foret1-2/+2
2005-03-16Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret1-3/+3
2005-03-16Removed a leftover debug printfAurelien Foret1-2/+0
2005-03-15Initial revisionJudd Vinet1-0/+342