summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
Commit message (Expand)AuthorAge
* Require handle for alpm_checkconflicts()Dan McGee2011-06-13
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* Remove global handle dependencies from sync/upgrade pathsDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove unnecessary handle != NULL assertsDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Fix warnings reported by -Wwrite-stringsDan McGee2011-05-04
* Unify filelist operation functions in conflict checkingDan McGee2011-03-30
* Style change: return(x) --> return xDan McGee2011-03-20
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* Conflict checking code cleanupDan McGee2011-02-16
* Fix fileconflict progress with only one packageDan McGee2011-02-11
* Read pkgcache into hashAllan McRae2011-02-04
* Remove need for floating point division in backendDan McGee2011-01-10
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Use size_t for alpm_list sizesAllan McRae2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* alpm: don't expose alpm_depcmpXavier Chantry2010-12-12
* Move the cache stuff where it should beDan McGee2010-10-13
* Fix some whitespace issuesAllan McRae2010-08-23
* Clarify testing within conditional statementsAllan McRae2010-06-21
* Bump copyright dates to 2010Dan McGee2010-03-14
* fix a few warnings reported by clangXavier Chantry2010-03-14
* Remove transaction typeXavier Chantry2009-09-08
* Add a new reason field to pmconflict_t structNagy Gabor2009-09-08
* Fix 2 minor memleaksXavier Chantry2009-07-20
* Fix klibc conflict case.Xavier Chantry2009-07-20
* Fix fileconflict004Xavier Chantry2009-07-20
* Update copyright headers and messagesDan McGee2009-07-01
* Fix for trans001.py (FS#9088)Nagy Gabor2009-04-11
* Merge branch 'maint'Dan McGee2008-10-12
|\
| * Remove unnecessary unistd.h header inclusionDan McGee2008-10-12
* | Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry2008-08-25
|/
* Remove an outdated exception check in file conflict codeDan McGee2008-05-13
* Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* Merge branch 'maint'Dan McGee2008-02-15
|\
| * ensure chk_fileconflicts reads entire file listDan McGee2008-02-11
* | New _alpm_conflict_dup functionNagy Gabor2008-01-27
* | Add new public alpm_checkdbconflicts function.Chantry Xavier2008-01-23
* | conflict.c: move debug message out of inner loopDan McGee2008-01-21
* | Move the deptest code from frontend to backend.Chantry Xavier2008-01-21
* | memleak fix with new dynamic depend structureDan McGee2008-01-12
* | Use dynamic string allocation in package structuresDan McGee2008-01-11
|/
* conflict.c : fix for FS#8156, detect conflict between symlink and dir.Chantry Xavier2008-01-06
* conflict.c : fix for upgrade042.Chantry Xavier2008-01-05
* Small code cleanups with indents/spacesDan McGee2008-01-01
* new upgade042 pactest + bugfix in chk_filedifference.Chantry Xavier2008-01-01
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* _alpm_checkconflicts splitNagy Gabor2007-11-25
* Add the pmconflict_t type.Nagy Gabor2007-11-18