summaryrefslogtreecommitdiff
path: root/ext/pool_fileconflicts.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-15also check repodata in fileconflicts precheck codeMichael Schroeder1-2/+4
2013-04-15also use prechecking for non-aliased modeMichael Schroeder1-15/+41
2013-04-12cleanup code a bitMichael Schroeder1-5/+5
2013-04-12fix two small bugsMichael Schroeder1-27/+35
2013-04-12support checking for directory aliases when searching for file conflictsMichael Schroeder1-108/+615
2013-04-11small fixesMichael Schroeder1-7/+6
2013-04-11more speed: read all packages just once in 3rd passMichael Schroeder1-38/+55
2013-04-11add extra flag paramter to find_fileconflictsMichael Schroeder1-8/+87
2013-04-10improve iterate_filelist, it now calls the callback with a struct filelistinfoMichael Schroeder1-15/+38
2013-04-10Reimplement state handling in rpm_by functionsMichael Schroeder1-1/+0
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder1-20/+22
2013-04-05improve fileconflicts codeMichael Schroeder1-53/+56
2013-04-05cleanup hash code, it makes no sense to have an extra type for the maskMichael Schroeder1-18/+18
2012-12-20improve repo_add_rpmdb speed a tiny bitMichael Schroeder1-1/+1
2012-03-19- more cleanup and return type fixesMichael Schroeder1-1/+1
2012-02-20- make pool flags private, allow self conflicts for rpm, add pool_set/get_flagsMichael Schroeder1-2/+3
2012-01-17Make more C89 and POSIX compliantIngo Weinhold1-1/+2
2012-01-11- add some missing copyright blocksMichael Schroeder1-0/+7
2011-07-12- rename all sat_ to solv_Michael Schroeder1-28/+28
2011-05-25- make findfileconflicts ignore ghost files, like rpm doesMichael Schroeder1-2/+2
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-4/+4
2009-07-21- color support in fileconflict checkingMichael Schroeder1-9/+19
2009-06-23- close fds before calling rpmMichael Schroeder1-0/+1
2009-06-22- create libsatsolverext static libraryMichael Schroeder1-0/+423