summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-03-30- add support for archlinux packages/reposMichael Schroeder4-0/+691
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder6-24/+19
2012-03-27- clean up lzma code a bitMichael Schroeder1-22/+24
2012-03-26- adapt to liobsolv coding styleMichael Schroeder1-116/+132
2012-03-26- rename to ENABLE_LZMA_COMPRESSION as the lib is called lzmaMichael Schroeder1-4/+4
2012-03-26- implement support for xz/lzma compressionMichael Schroeder1-36/+239
2012-03-26- add "allownamechange" flag for completenessMichael Schroeder1-0/+1
2012-03-23- don't call pool_solvid2str in testcase_solvid2strMichael Schroeder1-3/+7
2012-03-23- add repo_mdk_add_info() function to parse the M&M info.xml fileMichael Schroeder4-1/+346
2012-03-22- check distepoch tag if rpm5 is usedMichael Schroeder1-0/+14
2012-03-22- add M&M synthesis file parser, add mkd2solv toolMichael Schroeder4-0/+271
2012-03-22- support distepoch handling in release, used by the M&M distrosMichael Schroeder1-0/+1
2012-03-19- more cleanup and return type fixesMichael Schroeder7-128/+127
2012-03-19- fix return type of repo_deltainfoxml, remove obsolete debug codeMichael Schroeder1-67/+9
2012-03-19cleanup rpmdb copy code now that we can do rels in incore idarraysMichael Schroeder1-11/+5
2012-03-14- SOLVABLE_DISTRIBUTION is a poolstr everywhere else, make consistentMichael Schroeder1-1/+1
2012-03-14testcase.h uses the Solver data type, include it.Ales Kozumplik1-0/+1
2012-03-13- silence gcc -WformatMichael Schroeder1-3/+3
2012-03-09- use our own susetags parser, even if ENABLE_SUSEREPO is set.Michael Schroeder1-18/+2
2012-03-09- repo_helix: also parse srcpackage elementsMichael Schroeder1-0/+3
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-0/+6
2012-02-29- fix argc comparisonMichael Schroeder1-1/+1
2012-02-29support RESULT_UNNEEDED in testcasesMichael Schroeder1-0/+14
2012-02-24- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE...Michael Schroeder1-1/+1
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- support testcases with multiple solver jobsMichael Schroeder1-0/+4
2012-02-21- allow <> dep in susetags, special case pattern: in packageand(), add SOLVER...Michael Schroeder2-17/+25
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 Schroeder1-1/+5
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 Schroeder1-2/+3
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 Schroeder3-0/+3
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder8-2005/+9
2012-02-16- comps: use group: and category: instead of pattern:Michael Schroeder1-2/+2
2012-02-16- fix filelist handling in repo_susetags and testcaseMichael Schroeder2-78/+80
2012-02-15- commit current state of testcaseMichael Schroeder3-112/+341
2012-02-15- make susetags format work with packages that have no release (e.g. in debian)Michael Schroeder1-8/+16
2012-02-15repo_write: fix key packingZdeněk Pavlas1-4/+4
2012-02-14- commit current state of testcase supportMichael Schroeder3-8/+926
2012-02-14- support writing of gzipped filesMichael Schroeder1-7/+15
2012-02-09- start testcase reading/writing supportMichael Schroeder4-2/+708
2012-02-07- add join_dup helper, cleanup codeMichael Schroeder5-19/+13
2012-02-07- use join2 for temp store of the language instead of strdupMichael Schroeder4-44/+38
2012-02-07- clear langcache if the default language changesMichael Schroeder1-0/+1
2012-02-06- get rid of static variables used by join2Michael Schroeder10-83/+92
2012-02-06- add long forgotten break statement...Michael Schroeder1-1/+2