summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
AgeCommit message (Expand)Author
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
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