summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)Author
2008-05-13Remove an outdated exception check in file conflict codeDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-02-15Merge branch 'maint'Dan McGee
2008-02-11ensure chk_fileconflicts reads entire file listDan McGee
2008-01-27New _alpm_conflict_dup functionNagy Gabor
2008-01-23Add new public alpm_checkdbconflicts function.Chantry Xavier
2008-01-21conflict.c: move debug message out of inner loopDan McGee
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier
2008-01-12memleak fix with new dynamic depend structureDan McGee
2008-01-11Use dynamic string allocation in package structuresDan McGee
2008-01-06conflict.c : fix for FS#8156, detect conflict between symlink and dir.Chantry Xavier
2008-01-05conflict.c : fix for upgrade042.Chantry Xavier
2008-01-01Small code cleanups with indents/spacesDan McGee
2008-01-01new upgade042 pactest + bugfix in chk_filedifference.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-25_alpm_checkconflicts splitNagy Gabor
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier
2007-11-16libalpm: use FREELIST when possibleDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-11Add a horrible little hack to get symlink001.py to pass againDan McGee
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-14Code cleanupDan McGee
2007-08-12libalpm/conflict.c : small speed-up and fix.Nagy Gabor
2007-08-12libalpm/conflict.c : small memleak fix.Nagy Gabor
2007-08-12Add two pactest for versioned conflicts.Nagy Gabor
2007-07-20libalpm/conflict.c : cleanup + fix for conflict001.Chantry Xavier
2007-07-13Remove conflict message for non-existent files (reworked)Chantry Xavier
2007-07-11conflict.c: start cleaning conflict check functionsChantry Xavier
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-10Remove conflict message for no-existent files.Andrew Fyfe
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
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