summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Style change: return(x) --> return xDan McGee1-31/+31
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-1/+1
2011-02-17Conflict 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-08Fix some more simple conversion "errors"Dan McGee1-2/+2
2011-01-08Use size_t for alpm_list sizesAllan McRae1-2/+2
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-13alpm: don't expose alpm_depcmpXavier Chantry1-1/+1
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-08-24Fix some whitespace issuesAllan McRae1-1/+1
2010-06-20Clarify testing within conditional statementsAllan McRae1-2/+2
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15fix a few warnings reported by clangXavier Chantry1-1/+1
2009-09-09Remove transaction typeXavier Chantry1-1/+1
2009-09-09Add 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-13Merge branch 'maint'Dan McGee1-1/+0
2008-10-13Remove unnecessary unistd.h header inclusionDan McGee1-1/+0
2008-08-26Change 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-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
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