summaryrefslogtreecommitdiff
path: root/lib/libalpm/conflict.c
Commit message (Expand)AuthorAge
* Split _alpm_filelist_operation functionAllan McRae2012-08-02
* Move filelist functions into separate source fileDan McGee2012-08-02
* Merge branch 'maint'Dan McGee2012-08-01
|\
| * Add more debug logging to dir_belongsto_pkg() functionDan McGee2012-08-01
* | lib/conflict: use a binary search within filelistsDave Reisner2012-08-01
* | Merge branch 'maint'Dan McGee2012-07-10
|\|
| * Check empty subdirectory ownershipAllan McRae2012-07-10
| * Add conflict for replacing owned empty directoryAllan McRae2012-07-10
* | fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner2012-05-20
* | Move short-lived realpath buffers to the stackDan McGee2012-04-29
* | Update copyright yearsAllan McRae2012-02-20
* | include config.h via MakefilesDave Reisner2011-12-21
* | Calculate root length only once when checking for file conflictsDan McGee2011-12-12
* | lib/conflict: save strlen call by reusing snprintf returnDave Reisner2011-12-12
* | 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