summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-12fix error handling in rpm_byrpmdbidMichael Schroeder1-1/+1
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 Schroeder3-10/+91
2013-04-10three missed dig->pubkey => digpubkey changesMichael Schroeder1-3/+3
2013-04-10improve iterate_filelist, it now calls the callback with a struct filelistinfoMichael Schroeder3-32/+67
2013-04-10remove dead codeMichael Schroeder1-115/+27
2013-04-10use pgpDigGetParams() if availableMichael Schroeder2-11/+23
2013-04-10Reimplement state handling in rpm_by functionsMichael Schroeder6-76/+68
2013-04-10refactor: split off openpkgdb()Michael Schroeder1-39/+55
2013-04-08refactor solv demo a bitMichael Schroeder1-144/+187
2013-04-08remove strange 5 year old TODO fileMichael Schroeder1-4/+0
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder4-26/+28
2013-04-05improve fileconflicts codeMichael Schroeder1-53/+56
2013-04-05small cleanups in pubkey handlingMichael Schroeder1-6/+7
2013-04-05cleanup hash code, it makes no sense to have an extra type for the maskMichael Schroeder11-46/+38
2013-04-05make queue_insertn more flexibleMichael Schroeder6-13/+11
2013-04-05refactor a bitMichael Schroeder1-6/+17
2013-04-04Do extra checking for choice rules so that they don't interfere with package ...Michael Schroeder1-5/+85
2013-04-02small cleanupMichael Schroeder1-14/+15
2013-04-02Merge pull request #27 from weinhold/upstreamMichael Schroeder32-85/+200
2013-04-02Make all public libsolv headers C++ safeIngo Weinhold23-17/+165
2013-03-30solv_sort(): Fix build for non-glibc without qsort_r()Ingo Weinhold1-8/+6
2013-03-30Use futimens() instead of futimes()Ingo Weinhold1-1/+1
2013-03-30Improve C89 complianceIngo Weinhold3-11/+16
2013-03-30Define SYSTEM_LIBRARIES in main CMakeLists.txtIngo Weinhold5-48/+12
2013-03-27Merge pull request #26 from dirkmueller/masterMichael Schroeder1-0/+1
2013-03-27Support aarch64Dirk Mueller1-0/+1
2013-03-26Merge pull request #25 from andreas-schwab/masterMichael Schroeder2-4/+4
2013-03-26Fix misuses of memsetAndreas Schwab2-4/+4
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder14-98/+113
2013-03-22turn splitprovides off when doing the alreadyrecommended checkMichael Schroeder1-1/+4
2013-03-22susetags: don't warn on unknown tagsMichael Schroeder1-1/+3
2013-03-20improve pool_solvable2str output if the evr or arch is emptyMichael Schroeder1-4/+10
2013-03-06cleanup code now that the vendorcheck callback is in the poolMichael Schroeder3-23/+29
2013-03-06get rid of the ugly policy callbacks while we're breaking the ABI, add new po...Michael Schroeder5-69/+14
2013-03-06add changes, bump versionupstream/0.3.0Michael Schroeder2-2/+11
2013-03-06shuffle some ids now that we break the ABIMichael Schroeder1-15/+13
2013-03-06fix dataiterator returning random data in some casesMichael Schroeder6-7/+137
2013-02-28refactor a bit, add possibility to test the selection codeMichael Schroeder1-50/+156
2013-02-27fix test so that we no longer flatten when there's just one jobMichael Schroeder1-1/+1
2013-02-27do not create solvables with no releaseMichael Schroeder1-1/+1
2013-02-25support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdbMichael Schroeder6-3/+71
2013-02-25add other.xml support to repomd parserMichael Schroeder2-0/+22
2013-02-12cosmetics: always return 0 in selection_make if the selection is emptyMichael Schroeder1-1/+2
2013-02-12fix stupid typo introduced when refactoring selection_filter_rel. Argh!Michael Schroeder1-1/+2
2013-02-06increase maximum header size for some pathological rpmsMichael Schroeder1-5/+5
2013-02-05further optimize solver_reenablepolicyrulesMichael Schroeder1-19/+58
2013-02-04optimize code a bit to make analyze_unsolvable fasterMichael Schroeder2-3/+5
2013-02-04reuse solver in examplesMichael Schroeder4-23/+21