summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)Author
2007-03-22* Fix conflict checking to ignore symlinks that were in previous version ofDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-03* Remove unnecessary call to _alpm_trans_update_depends that was erroringDan McGee
2007-03-03* A little more hacking with wchar_t output, but nothing really changed inDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-02-22* debug cleanup (more)Aaron Griffin
2007-02-22* Cleaned up some debug outputAaron Griffin
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee
2007-02-19* Added some improved debug output to file conflict checking.Dan McGee
2007-02-14* Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withiDan McGee
2007-02-14Slightly optimized to remove duplicate strcmp operation.Dan McGee
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-16Copyright changesAaron Griffin
2006-10-15Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin
2006-10-15Applied changes from frugalware:Aaron Griffin
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-07removed db_scan calls - take 2Aurelien Foret
2006-03-07removed db_scan callsAurelien Foret
2006-03-04added more debug logsAurelien Foret
2006-03-02code cleanupAurelien Foret
2006-02-21conflict checks: when doing db-vs-target checks, opt to use the NEWER, to-be...Judd Vinet
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-02-05added a pmconflict_t structure to handle file conflictsAurelien Foret
2006-02-01fixed typos in 2 debug logsAurelien Foret
2006-01-18more code cleanup yetAurelien Foret
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret
2006-01-17reworked log messagesAurelien Foret
2006-01-17- code cleanupAurelien Foret
2006-01-15pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2006-01-02fixed a possible memory corruptionAurelien Foret
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret
2005-04-24fixed a commented MLK in db_find_conflicts()/CHECK1Aurelien Foret
2005-03-22moved db_find_conflicts from db.c to conflict.cAurelien Foret