Age | Commit message (Expand) | Author | Files | Lines |
2014-02-04 | alpm: export *_free functions | Andrew Gregory | 1 | -3/+3 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-08-21 | conflict.c: fix directory ownership check | Andrew Gregory | 1 | -4/+12 |
2013-06-03 | improve dir->file transition conflict resolution | Andrew Gregory | 1 | -68/+65 |
2013-06-03 | conflict.c: check for file -> dir replacements | Andrew Gregory | 1 | -19/+20 |
2013-06-03 | conflict.c: exclude trailing slash from file path | Andrew Gregory | 1 | -6/+6 |
2013-06-03 | conflict.c: do not ignore symlink<->dir conflicts | Andrew Gregory | 1 | -7/+0 |
2013-06-03 | alpm_filelist: remove resolved_path | Andrew Gregory | 1 | -13/+1 |
2013-05-04 | conflict.c: compare package pointers directly | Andrew Gregory | 1 | -3/+5 |
2013-02-24 | Perform limited conflict checking with --force | Allan McRae | 1 | -2/+26 |
2013-02-24 | use resolved_path for filelist_contains | Andrew Gregory | 1 | -0/+5 |
2013-02-24 | return resolved paths from filelist_difference | Andrew Gregory | 1 | -22/+14 |
2013-02-24 | return resolved paths from filelist_intersection | Andrew Gregory | 1 | -2/+2 |
2013-02-24 | use alpm_list_free on filelist intersection | Andrew Gregory | 1 | -1/+1 |
2013-02-16 | find_fileconflicts: reduce path resolution calls | Andrew Gregory | 1 | -4/+6 |
2013-01-28 | add doxygen comments to conflict.c | Andrew Gregory | 1 | -14/+80 |
2013-01-04 | Fix open braces style | Gerardo Exequiel Pozzi | 1 | -1/+2 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-12-14 | Avoid upgrade conflict with unchanged effective path | Allan McRae | 1 | -0/+1 |
2012-12-14 | Resolve file paths during inter-package conflict check | Allan McRae | 1 | -0/+5 |
2012-08-02 | Split _alpm_filelist_operation function | Allan McRae | 1 | -6/+6 |
2012-08-02 | Move filelist functions into separate source file | Dan McGee | 1 | -86/+11 |
2012-08-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+8 |
2012-08-01 | lib/conflict: use a binary search within filelists | Dave Reisner | 1 | -8/+5 |
2012-08-01 | Add more debug logging to dir_belongsto_pkg() function | Dan McGee | 1 | -1/+8 |
2012-07-10 | Merge branch 'maint' | Dan McGee | 1 | -6/+31 |
2012-07-10 | Check empty subdirectory ownership | Allan McRae | 1 | -0/+5 |
2012-07-10 | Add conflict for replacing owned empty directory | Allan McRae | 1 | -6/+26 |
2012-05-21 | fix -Wshadow warnings as reported by gcc 4.4.3 | Dave Reisner | 1 | -2/+2 |
2012-04-30 | Move short-lived realpath buffers to the stack | Dan McGee | 1 | -2/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-12-12 | Calculate root length only once when checking for file conflicts | Dan McGee | 1 | -3/+5 |
2011-12-12 | lib/conflict: save strlen call by reusing snprintf return | Dave Reisner | 1 | -2/+3 |
2011-11-01 | Merge branch 'maint' | Dan McGee | 1 | -14/+19 |
2011-10-27 | Fix issues with replacing unowned symlinks | Dan McGee | 1 | -14/+19 |
2011-10-14 | Make _alpm_filelist_contains() NULL-safe | Dan McGee | 1 | -3/+7 |
2011-09-27 | Ensure fileconflict value is actually a string | Dan McGee | 1 | -16/+14 |
2011-09-03 | Former transaction callback rename refactor | Dan McGee | 1 | -2/+2 |
2011-09-03 | Move all callbacks up to the handle level | Dan McGee | 1 | -3/+2 |
2011-08-30 | Remove outdated comment for _alpm_outerconflicts | Allan McRae | 1 | -4/+1 |
2011-08-18 | Remove use of no-op accessor functions in library | Dan McGee | 1 | -3/+2 |
2011-08-15 | Parse conflicts/provides/replaces at database load time | Dan McGee | 1 | -11/+10 |
2011-08-09 | Conflict comparison performance enhancements | Dan McGee | 1 | -17/+17 |
2011-07-21 | Convert package filelists to an array instead of linked list | Dan McGee | 1 | -29/+36 |
2011-07-14 | Allow fileconflict if unowned file moving into backup array | Dan McGee | 1 | -0/+16 |
2011-07-03 | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 1 | -21/+21 |
2011-07-03 | conflict code tweaks and cleanups | Dan McGee | 1 | -20/+14 |
2011-07-03 | Move alpm filelists to a struct object | Dan McGee | 1 | -16/+39 |