index
:
pacman
master
pkgbase
[no description]
Johannes Löthberg
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
conflict.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-21
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-26
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-26
Ensure fileconflict value is actually a string
Dan McGee
1
-16
/
+14
2011-09-02
Former transaction callback rename refactor
Dan McGee
1
-2
/
+2
2011-09-02
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
2011-07-02
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-3
/
+3
2011-07-02
Prefix alpm_transprog_t members with ALPM
Allan McRae
1
-2
/
+2
2011-07-02
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-13
/
+13
2011-07-02
Prefix alpm_fileconflicttype_t members with ALPM
Allan McRae
1
-3
/
+3
2011-06-30
Fix a few warnings pointed out via clang scan-build
Dan McGee
1
-1
/
+1
2011-06-28
Rename pmfileconflict_t to alpm_fileconflict_t
Allan McRae
1
-4
/
+4
2011-06-28
Rename pmconflict_t to alpm_conflict_t
Allan McRae
1
-11
/
+11
2011-06-28
Rename pmdepend_t to alpm_depend_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmtrans_t to alpm_trans_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-6
/
+6
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-6
/
+6
2011-06-28
Rename pmfileconflicttype_t to alpm_fileconflicttype_t
Allan McRae
1
-1
/
+1
2011-06-27
Merge branch 'maint'
Dan McGee
1
-13
/
+22
2011-06-27
Ensure a file can be replaced by a directory
Dan McGee
1
-8
/
+18
2011-06-27
File conflict code cleanups
Dan McGee
1
-11
/
+11
2011-06-16
Make struct pmconflict_t public
Dan McGee
1
-18
/
+0
2011-06-16
Make pmfileconflict_t type public
Dan McGee
1
-24
/
+0
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
1
-0
/
+1
2011-06-14
Conflict check and skip_remove code cleanups
Dan McGee
1
-34
/
+50
2011-06-13
Switch all logging to use handle directly
Dan McGee
1
-32
/
+38
2011-06-13
Move pm_errno onto the handle
Dan McGee
1
-32
/
+33
2011-06-13
Require handle for alpm_checkconflicts()
Dan McGee
1
-8
/
+12
2011-06-09
Kill all remaining 'PATH_MAX + 1' usages
Dan McGee
1
-3
/
+3
2011-06-03
Remove global handle dependencies from sync/upgrade paths
Dan McGee
1
-9
/
+7
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
1
-0
/
+3
2011-06-03
Remove unnecessary handle != NULL asserts
Dan McGee
1
-7
/
+0
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
1
-24
/
+0
2011-05-04
Fix warnings reported by -Wwrite-strings
Dan McGee
1
-5
/
+3
2011-03-30
Unify filelist operation functions in conflict checking
Dan McGee
1
-51
/
+25
2011-03-20
Style change: return(x) --> return x
Dan McGee
1
-31
/
+31
2011-02-25
alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache
Dave Reisner
1
-1
/
+1
[next]