summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-4/+25
machine - still pending * Addition of _alpm_pkg_makefilename to simplify the with/without -ARCH prefix scheme we're going with for the interim
2006-11-14* has_archname changesAaron Griffin1-0/+6
* makepkg attempt at multiple file integrity checks * honor "force" option on -S packages (not just -Su)
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-3/+7
* Addition of hacky architecture check in the _splitname function * Removal of libfetch from the archlinux proper - it has been renamed to libdownload and can be found at http://phraktured.net/libdownload * Merge of _some_ of the Frugalware makepkg change - this may still be incomplete * Removal of libftp from cvs proper * PKGBUILD manpage now says 'PKGBUILD' instead of FrugalBuild (he he)
2006-10-31Numerous changes:Aaron Griffin1-1/+1
* 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-3/+3
* 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-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-38/+81
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files)
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 ↵Aurelien Foret1-0/+1
<vmiklos@frugalware.org>)
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 ↵Aurelien Foret1-16/+16
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret1-1/+1
- code cleanup
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
- renamed _alpm_log_action to _alpm_logaction
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
copying strings
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
defines).
2005-03-16Removed a leftover debug printfAurelien Foret1-2/+0
2005-03-15Initial revisionJudd Vinet1-0/+342