summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)Author
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove unnecessary handle != NULL assertsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-03-30Unify filelist operation functions in conflict checkingDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-16Conflict checking code cleanupDan McGee
2011-02-11Fix fileconflict progress with only one packageDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-01-10Remove need for floating point division in backendDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-10-13Move the cache stuff where it should beDan McGee
2010-08-23Fix some whitespace issuesAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-07-20Fix 2 minor memleaksXavier Chantry
2009-07-20Fix klibc conflict case.Xavier Chantry
2009-07-20Fix fileconflict004Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-04-11Fix for trans001.py (FS#9088)Nagy Gabor
2008-10-12Merge branch 'maint'Dan McGee
2008-10-12Remove unnecessary unistd.h header inclusionDan McGee
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
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