summaryrefslogtreecommitdiff
path: root/tools/findfileconflicts.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-15convert perror() and fprintf() calls to pool_error()Michael Schroeder1-1/+5
2013-04-15add pool parameter to rpm_state_create so that we can use pool_error for erro...Michael Schroeder1-1/+1
2013-04-12support checking for directory aliases when searching for file conflictsMichael Schroeder1-4/+14
2013-04-11add extra flag paramter to find_fileconflictsMichael Schroeder1-1/+1
2013-04-10Reimplement state handling in rpm_by functionsMichael Schroeder1-7/+4
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder1-2/+2
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-1/+1
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-1/+5
2011-12-29merge cleanupDirk Mueller1-1/+4
2011-06-20- change transaction_init to transaction_create, add solver flag setting/gettingMichael Schroeder1-2/+6
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-3/+5
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-1/+1
2009-06-20- make debug output betterMichael Schroeder1-0/+5
2009-06-20- add support for cutoff argument in file conflict checkerMichael Schroeder1-1/+2
2009-06-19- add support for REL_FILECONFLICTMichael Schroeder1-0/+71