summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
Commit message (Collapse)AuthorAge
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
| | | | | handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files)
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
|
* removed db_scan calls - take 2Aurelien Foret2006-03-07
|
* removed db_scan callsAurelien Foret2006-03-07
|
* added more debug logsAurelien Foret2006-03-04
|
* code cleanupAurelien Foret2006-03-02
|
* conflict checks: when doing db-vs-target checks, opt to use the NEWER, ↵Judd Vinet2006-02-21
| | | | to-be-installed package instead of the local db version if there's one available
* prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret2006-02-17
| | | | | | VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
* added a pmconflict_t structure to handle file conflictsAurelien Foret2006-02-05
|
* fixed typos in 2 debug logsAurelien Foret2006-02-01
|
* more code cleanup yetAurelien Foret2006-01-18
|
* fixed detection for duplicate entries in list of deps/conflictsAurelien Foret2006-01-17
|
* reworked log messagesAurelien Foret2006-01-17
|
* - code cleanupAurelien Foret2006-01-17
| | | | - log improvements
* pulled out conflict checkings from checkdeps() in its own function: ↵Aurelien Foret2006-01-15
| | | | checkconflicts()
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* fixed a possible memory corruptionAurelien Foret2006-01-02
|
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
|
* Added a CYGWIN define to include header files required to build in a Cygwin ↵Aurelien Foret2005-10-06
| | | | environment
* fixed a commented MLK in db_find_conflicts()/CHECK1Aurelien Foret2005-04-24
|
* moved db_find_conflicts from db.c to conflict.cAurelien Foret2005-03-22