summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'maint'Dan McGee2011-11-01
|\|
| * Fix issues with replacing unowned symlinksDan McGee2011-10-26
* | Make _alpm_filelist_contains() NULL-safeDan McGee2011-10-14
|/
* Ensure fileconflict value is actually a stringDan McGee2011-09-26
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Remove outdated comment for _alpm_outerconflictsAllan McRae2011-08-30
* Remove use of no-op accessor functions in libraryDan McGee2011-08-18
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Conflict comparison performance enhancementsDan McGee2011-08-09
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* Allow fileconflict if unowned file moving into backup arrayDan McGee2011-07-14
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transprog_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2011-07-02
* | conflict code tweaks and cleanupsDan McGee2011-07-03
* | Move alpm filelists to a struct objectDan McGee2011-07-03
|/
* Fix a few warnings pointed out via clang scan-buildDan McGee2011-06-30
* Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae2011-06-28
* Rename pmconflict_t to alpm_conflict_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmtrans_t to alpm_trans_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Rename pmfileconflicttype_t to alpm_fileconflicttype_tAllan McRae2011-06-28
* Merge branch 'maint'Dan McGee2011-06-27
|\
| * Ensure a file can be replaced by a directoryDan McGee2011-06-27
| * File conflict code cleanupsDan McGee2011-06-27
* | Make struct pmconflict_t publicDan McGee2011-06-16
* | Make pmfileconflict_t type publicDan McGee2011-06-16
* | Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* | Conflict check and skip_remove code cleanupsDan McGee2011-06-14
* | Switch all logging to use handle directlyDan McGee2011-06-13
* | Move pm_errno onto the handleDan McGee2011-06-13
* | 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