summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
...
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Corrected -Rsc operation - dependancy info was not being read from the DBAaron Griffin2006-12-05
* * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin2006-12-01
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
* * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin2006-11-24
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* Numerous changes:Aaron Griffin2006-10-31
* Fixes from frugalware: few 'typos' included while patchingAaron Griffin2006-10-21
* A handful of minor changes:Aaron Griffin2006-10-20
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* bugfix: when looking at provides, defer to the new, to-be-installed package's...Judd Vinet2006-07-04
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* removed an unexpected logAurelien Foret2006-03-07
* reworked the db object to prepare future integration with different backendsAurelien Foret2006-03-02
* added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret2006-03-01
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* code cleanupAurelien Foret2006-02-07
* resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret2006-01-21
* more code cleanup yetAurelien Foret2006-01-18
* fixed detection for duplicate entries in list of deps/conflictsAurelien Foret2006-01-17
* pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret2006-01-15
* checkdeps:Aurelien Foret2006-01-14
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
* cleanupJudd Vinet2006-01-08
* removed old/disable provides-conflict checking codeJudd Vinet2006-01-08
* In the database-against-targets conflict checks, scan db packages' providesJudd Vinet2006-01-08
* added more debug logs in the sync conflict/replace codeAurelien Foret2006-01-07
* - started to rename list_XXX calls to _alpm_list_XXXAurelien Foret2006-01-05
* fixed a segfault in removdepsAurelien Foret2006-01-02
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2005-12-28
* renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet2005-12-26
* bugfix: before searching databases for a dependency, make sure one of the pac...Judd Vinet2005-10-21
* added conversation callback support for transactionsJudd Vinet2005-10-09
* fixed a memory leak and avoided to modify a read-only parameterAurelien Foret2005-05-04
* got ride of an ORE tag in resolvedeps()Aurelien Foret2005-04-24
* use the cache instead of calling db_scan()Aurelien Foret2005-04-24
* renamed list_is_ptrin() in list_is_in()Aurelien Foret2005-04-23
* avoided two calls to db_scan() in checkdeps()Aurelien Foret2005-04-20
* - fixed args order in list_is_ptrin()Aurelien Foret2005-04-20
* removed a leftover commentAurelien Foret2005-04-08
* updated structure names (PM_SYNCPKG), and added transaction queues (install &...Aurelien Foret2005-04-06
* fixed a log levelAurelien Foret2005-04-02
* reworked resolvedeps:Aurelien Foret2005-04-02
* started the work on "pacman_sync"Aurelien Foret2005-03-30
* Turned pmdepmissing_t into an opaque structureAurelien Foret2005-03-29
* Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret2005-03-29
* replaced occ of list_free() by FREELIST/FREELISTPTR macrosAurelien Foret2005-03-28