summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-09bitmap: implement map_and and MAPSETALLAles Kozumplik3-0/+16
2012-03-07Merge pull request #8 from akozumpl/upstreamMichael Schroeder2-0/+5
2012-03-07solv.c: fixes leaked transaction structureAles Kozumplik1-0/+3
2012-03-07fix a small memory leak in transaction_order()Ales Kozumplik1-0/+2
2012-03-06- change duprule generation to ignore uninstallable packagesMichael Schroeder1-0/+2
2012-03-05- also use extrajobflags in bindingsMichael Schroeder1-3/+4
2012-03-05- clean up update/feature rule handling in allowuninstall case. Automatically...Michael Schroeder5-54/+129
2012-03-02- add idqinst parameter to pool_addfileprovides_queue so that it can also ret...Michael Schroeder5-11/+38
2012-03-02- yet another incompatible change: as everybody seems to use repo_write_stdke...Michael Schroeder6-15/+32
2012-03-01- change last argument in repo_write from Id ** to Queue *. Hopefully nobody ...Michael Schroeder3-26/+18
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder12-25/+24
2012-03-01- fix cleandeps bug with supplemented userinstalled packagesMichael Schroeder1-0/+2
2012-03-01- improve unneeded algorithm a bit moreMichael Schroeder1-217/+174
2012-02-29- force update of A in cleandeps testcaseMichael Schroeder1-1/+4
2012-02-29- fix cleandeps mistake bug triggered by corner casesMichael Schroeder1-10/+8
2012-02-29- add testcase for cleandeps mistake handlingMichael Schroeder3-0/+11
2012-02-29- fix argc comparisonMichael Schroeder1-1/+1
2012-02-29- fix cleandeps mistake handlingMichael Schroeder3-1/+35
2012-02-29support RESULT_UNNEEDED in testcasesMichael Schroeder1-0/+14
2012-02-29- improve unneeded algorithmsMichael Schroeder1-225/+178
2012-02-28- add solver_get_unneeded() to get a list of no longer needed installed packagesMichael Schroeder3-11/+400
2012-02-28- use -D<sym> for swig (-D<sym>=1 works for me as well, but it isn't documented)Michael Schroeder1-1/+1
2012-02-28- also export solv config to swig, thanks Zdenek PavlasMichael Schroeder4-3/+4
2012-02-28- obsoleteusescolor is 1) no longer exported, and 2) default if FEDORA is def...Michael Schroeder1-3/+0
2012-02-24- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE...Michael Schroeder8-18/+14
2012-02-23- version -> VersionMichael Schroeder1-1/+1
2012-02-23- improve cleandeps for opensuse a bit by marking installed visible patterns ...Michael Schroeder1-0/+31
2012-02-23fix spelling of ENABLE_RPMDB_PUBKEY, read susetags pattern filesMichael Schroeder1-1/+25
2012-02-23- fix "autoextend" susetags mode not to add to old solvablesMichael Schroeder1-4/+9
2012-02-23- fix spelling of ENABLE_RPMDB_PUBKEYMichael Schroeder1-2/+2
2012-02-22- also put poolflags in testcases, support <inline> resultsMichael Schroeder2-27/+145
2012-02-22- add dependency check testcasesMichael Schroeder4-1/+604
2012-02-22- support testcases with multiple solver jobsMichael Schroeder2-40/+91
2012-02-22- adapt to rpm changes regarding cornercases where the release is missingMichael Schroeder2-15/+39
2012-02-22- change allowselfconflicts to forbidselfconflicts now that rpm also allows t...Michael Schroeder4-11/+9
2012-02-21- ignore README and .git ;)Michael Schroeder1-3/+5
2012-02-21rename to libsolv-zypptestcasesMichael Schroeder1-1/+1
2012-02-21- add a simple testcaseMichael Schroeder6-0/+47
2012-02-21- add testsolv toolMichael Schroeder2-1/+112
2012-02-21- allow <> dep in susetags, special case pattern: in packageand(), add SOLVER...Michael Schroeder6-23/+46
2012-02-20- fix testcasedir handlingMichael Schroeder1-2/+2
2012-02-20- fix copy&paste errorMichael Schroeder2-2/+2
2012-02-20- make old rpmdb pubkey support optionalMichael Schroeder3-3/+10
2012-02-20- don't install repopage.h, it's internalMichael Schroeder1-1/+1
2012-02-20- add some bits of historyMichael Schroeder1-0/+7
2012-02-20- make pool flags private, allow self conflicts for rpm, add pool_set/get_flagsMichael Schroeder6-11/+87
2012-02-20- fix comparisons in commit_diskusage()Michael Schroeder2-13/+13
2012-02-20- make file list conversion twice as fast by adding a 1k dir cacheMichael Schroeder7-0/+72
2012-02-17- made parts of Pool private, removed inline from solv_chksum_len so that we ...Michael Schroeder4-23/+32
2012-02-17- make more of repodata struct privateMichael Schroeder1-6/+5