summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
Commit message (Expand)AuthorAge
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* * Fix conflict checking to ignore symlinks that were in previous version ofDan McGee2007-03-22
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * Remove unnecessary call to _alpm_trans_update_depends that was erroringDan McGee2007-03-03
* * A little more hacking with wchar_t output, but nothing really changed inDan McGee2007-03-03
* Big commit this time:Aaron Griffin2007-03-03
* * debug cleanup (more)Aaron Griffin2007-02-22
* * Cleaned up some debug outputAaron Griffin2007-02-22
* * Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin2007-02-21
* * Updated conflict checking one last time. You can finally have a file moveDan McGee2007-02-20
* * Added some improved debug output to file conflict checking.Dan McGee2007-02-19
* * Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withiDan McGee2007-02-14
* Slightly optimized to remove duplicate strcmp operation.Dan McGee2007-02-14
* * Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin2007-02-13
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* 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
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* Numerous changes:Aaron Griffin2006-10-31
* A handful of minor changes:Aaron Griffin2006-10-20
* Copyright changesAaron Griffin2006-10-16
* Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin2006-10-15
* Applied changes from frugalware:Aaron Griffin2006-10-15
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* 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, to-be...Judd Vinet2006-02-21
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* 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
* pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret2006-01-15
* 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 e...Aurelien Foret2005-10-06
* 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