summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/cache.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-01Fixed pacman -U:Aaron Griffin1-1/+1
* Accidental database read of a file-based package (whoops) * Proper fetching of url-based -U or -A Removed some newlines from _alpm_log calls, to make debug output more concise
2006-10-31Numerous changes:Aaron Griffin1-12/+35
* Furthered the "lazy caching" to force the pkgcache to read nothing (INFRQ_NONE) by default. Anything requiring package data should now check the infolevel of each package and attempt to update it. This could be ironed out a bit more later (by using the front-end get_info function * Switched to libfetch. Drastic changes to the download code and the callback progress bar functions. Also fixed the return value of _alpm_downloadfiles_forreal. Downloading now supports http, ftp, https, and files urls, along with 'mtime's and numerous other fancy features from libfetch.
2006-10-20A handful of minor changes:Aaron Griffin1-7/+7
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-5/+6
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret1-10/+3
2006-03-07fixed a commentaryAurelien Foret1-1/+0
2006-03-07code cleanupAurelien Foret1-2/+2
2006-03-04make cache works when loading it with DEPENDS info onlyAurelien Foret1-0/+4
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret1-30/+30
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-01-18more code cleanup yetAurelien Foret1-12/+2
2006-01-16more code cleanupAurelien Foret1-2/+2
2006-01-02code cleanupAurelien Foret1-1/+0
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-31added a debug log when freeing the package cacheAurelien Foret1-0/+3
2005-10-20added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet1-1/+2
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret1-1/+1
2005-05-03make use of the new list_remove implementationAurelien Foret1-18/+22
2005-04-24logs cleanupAurelien Foret1-4/+1
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret1-2/+53
2005-04-05added logs for cache generationAurelien Foret1-0/+6
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ↵Aurelien Foret1-1/+2
copying strings
2005-03-28added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret1-5/+1
2005-03-15Initial revisionJudd Vinet1-0/+203