summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Merge branch 'maint'Dan McGee1-4/+10
2008-02-12ensure chk_fileconflicts reads entire file listDan McGee1-4/+10
2008-01-27New _alpm_conflict_dup functionNagy Gabor1-0/+11
2008-01-24Add new public alpm_checkdbconflicts function.Chantry Xavier1-3/+7
2008-01-22conflict.c: move debug message out of inner loopDan McGee1-2/+2
2008-01-22Move the deptest code from frontend to backend.Chantry Xavier1-1/+1
2008-01-13memleak fix with new dynamic depend structureDan McGee1-1/+1
2008-01-11Use dynamic string allocation in package structuresDan McGee1-8/+25
2008-01-06conflict.c : fix for FS#8156, detect conflict between symlink and dir.Chantry Xavier1-5/+12
2008-01-05conflict.c : fix for upgrade042.Chantry Xavier1-17/+7
2008-01-02Small code cleanups with indents/spacesDan McGee1-3/+4
2008-01-02new upgade042 pactest + bugfix in chk_filedifference.Chantry Xavier1-0/+4
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-25_alpm_checkconflicts splitNagy Gabor1-5/+24
2007-11-18Add the pmconflict_t type.Nagy Gabor1-7/+61
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-12/+12
2007-11-17libalpm: use FREELIST when possibleDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-11Add a horrible little hack to get symlink001.py to pass againDan McGee1-5/+14
2007-11-05libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee1-2/+2
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-6/+3
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-14/+14
2007-08-22Post trial install changes, round oneDan McGee1-1/+1
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