summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-14Code cleanupDan McGee1-3/+0
2007-08-13libalpm/conflict.c : small speed-up and fix.Nagy Gabor1-6/+5
2007-08-13libalpm/conflict.c : small memleak fix.Nagy Gabor1-0/+1
2007-08-13Add two pactest for versioned conflicts.Nagy Gabor1-9/+1
2007-07-20libalpm/conflict.c : cleanup + fix for conflict001.Chantry Xavier1-167/+82
2007-07-13Remove conflict message for non-existent files (reworked)Chantry Xavier1-5/+7
2007-07-11conflict.c: start cleaning conflict check functionsChantry Xavier1-17/+7
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-9/+10
2007-07-10Remove conflict message for no-existent files.Andrew Fyfe1-1/+2
2007-04-29Remove STRNCPY macro from libalpmDan McGee1-3/+3
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-03-22* Fix conflict checking to ignore symlinks that were in previous version ofDan McGee1-8/+30
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-7/+8
2007-03-03* Remove unnecessary call to _alpm_trans_update_depends that was erroringDan McGee1-0/+2
2007-03-03* A little more hacking with wchar_t output, but nothing really changed inDan McGee1-2/+2
2007-03-03Big commit this time:Aaron Griffin1-145/+196
2007-02-22* debug cleanup (more)Aaron Griffin1-24/+29
2007-02-22* Cleaned up some debug outputAaron Griffin1-9/+19
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin1-1/+9
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee1-40/+43
2007-02-19* Added some improved debug output to file conflict checking.Dan McGee1-27/+30
2007-02-14* Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withiDan McGee1-102/+123
2007-02-14Slightly optimized to remove duplicate strcmp operation.Dan McGee1-7/+14
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin1-26/+46
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+12
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-4/+4
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-3/+4
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-31/+31
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-2/+6
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-0/+37
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-0/+2
2006-10-31Numerous changes:Aaron Griffin1-2/+2
2006-10-20A handful of minor changes:Aaron Griffin1-14/+14
2006-10-16Copyright changesAaron Griffin1-0/+1
2006-10-16Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin1-2/+5
2006-10-16Applied changes from frugalware:Aaron Griffin1-3/+1
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-9/+9
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-13/+14
2006-03-07removed db_scan calls - take 2Aurelien Foret1-1/+0
2006-03-07removed db_scan callsAurelien Foret1-3/+20
2006-03-04added more debug logsAurelien Foret1-1/+4
2006-03-02code cleanupAurelien Foret1-3/+1
2006-02-22conflict checks: when doing db-vs-target checks, opt to use the NEWER, to-be...Judd Vinet1-2/+20
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-31/+30
2006-02-05added a pmconflict_t structure to handle file conflictsAurelien Foret1-11/+16
2006-02-01fixed typos in 2 debug logsAurelien Foret1-2/+2
2006-01-18more code cleanup yetAurelien Foret1-54/+24
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret1-6/+6
2006-01-17reworked log messagesAurelien Foret1-6/+6