summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-27Ensure a file can be replaced by a directoryDan McGee1-8/+18
2011-06-27File conflict code cleanupsDan McGee1-11/+11
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-1/+1
2011-02-16Conflict checking code cleanupDan McGee1-30/+13
2011-02-11Fix fileconflict progress with only one packageDan McGee1-2/+4
2011-02-04Read pkgcache into hashAllan McRae1-2/+2
2011-01-10Remove need for floating point division in backendDan McGee1-2/+2
2011-01-07Fix some more simple conversion "errors"Dan McGee1-2/+2
2011-01-07Use size_t for alpm_list sizesAllan McRae1-2/+2
2011-01-07Update copyright years for 2011Allan McRae1-1/+1
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry1-1/+1
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-08-23Fix some whitespace issuesAllan McRae1-1/+1
2010-06-21Clarify testing within conditional statementsAllan McRae1-2/+2
2010-03-14Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-14fix a few warnings reported by clangXavier Chantry1-1/+1
2009-09-08Remove transaction typeXavier Chantry1-1/+1
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor1-5/+19
2009-07-20Fix 2 minor memleaksXavier Chantry1-1/+1
2009-07-20Fix klibc conflict case.Xavier Chantry1-0/+13
2009-07-20Fix fileconflict004Xavier Chantry1-0/+57
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-04-11Fix for trans001.py (FS#9088)Nagy Gabor1-45/+45
2008-10-12Merge branch 'maint'Dan McGee1-1/+0
2008-10-12Remove unnecessary unistd.h header inclusionDan McGee1-1/+0
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-3/+3
2008-05-13Remove an outdated exception check in file conflict codeDan McGee1-20/+0
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-02-15Merge branch 'maint'Dan McGee1-4/+10
2008-02-11ensure chk_fileconflicts reads entire file listDan McGee1-4/+10
2008-01-27New _alpm_conflict_dup functionNagy Gabor1-0/+11
2008-01-23Add new public alpm_checkdbconflicts function.Chantry Xavier1-3/+7
2008-01-21conflict.c: move debug message out of inner loopDan McGee1-2/+2
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier1-1/+1
2008-01-12memleak 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-01Small code cleanups with indents/spacesDan McGee1-3/+4
2008-01-01new upgade042 pactest + bugfix in chk_filedifference.Chantry Xavier1-0/+4
2007-12-10Update 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-16libalpm: use FREELIST when possibleDan McGee1-4/+2
2007-11-16War on whitespaceDan McGee1-3/+3
2007-11-11Add a horrible little hack to get symlink001.py to pass againDan McGee1-5/+14
2007-11-04libalpm: 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-23libalpm: add newlines to all strings passed to log callbackDan McGee1-14/+14