summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2013-02-25support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdbMichael Schroeder3-2/+66
2013-02-25add other.xml support to repomd parserMichael Schroeder1-0/+18
2013-02-06increase maximum header size for some pathological rpmsMichael Schroeder1-5/+5
2013-01-31small cleanupsMichael Schroeder2-9/+3
2012-12-20improve repo_add_rpmdb speed a tiny bitMichael Schroeder2-9/+15
2012-12-20link libsolvext with libsolv for completenessMichael Schroeder1-1/+1
2012-12-19link libsolvext against the system librariesMichael Schroeder1-0/+12
2012-12-11support special namespace privides install/erase jobs in testcasesMichael Schroeder1-1/+19
2012-12-10improve error handling in makedepsMichael Schroeder1-13/+6
2012-12-07print bad package name when detecting dependency array mismatchesMichael Schroeder1-6/+6
2012-11-30another targeted dup fix, add testcasesMichael Schroeder1-0/+1
2012-11-29add SOLVER_FLAG_NO_AUTOTARGET to testcase codeMichael Schroeder1-2/+3
2012-11-19implement '--best' in solv demoMichael Schroeder1-0/+1
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder3-5/+9
2012-11-12fix stupid typo in repo_deb, specialize obsoletes instead of dropping themMichael Schroeder1-8/+16
2012-11-06add repodata_set_deltalocation and use it in the parsersMichael Schroeder2-134/+7
2012-10-24example/solv: support all compression typesMichael Schroeder3-0/+42
2012-10-23support repository:repomd:size, cleanup code a bitMichael Schroeder3-53/+32
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder9-35/+65
2012-10-19check for rpm/db.h header fileMichael Schroeder1-3/+3
2012-10-15add repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER so that we don't need t...Michael Schroeder3-2/+40
2012-10-08use evrid2vrstr inline functionMichael Schroeder1-1/+1
2012-10-08add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo...Michael Schroeder4-149/+24
2012-10-08fix finish_solvable do not rely on a "handle" argument, as the handle might h...Michael Schroeder1-4/+5
2012-10-05simplify forcebinary code again: use TAG_SOURCEPACKAGE like rpm doesMichael Schroeder1-18/+3
2012-10-04do not force rpm5 rpms to binary, the type info in the lead is always zeroMichael Schroeder1-2/+18
2012-09-10- fix error handling in solv_xfopen_bufMichael Schroeder1-2/+2
2012-09-06- repo_arch: make it work with empty prefixesMichael Schroeder1-1/+1
2012-09-05compatibility with rpm: force to binary rpm if the rpmlead says soMichael Schroeder1-2/+14
2012-06-27- implement RPM_ADD_WITH_LEADSIGID, make RPM_ADD_WITH_HDRID also work in repo...Michael Schroeder2-15/+70
2012-06-27- store SOLVABLE_HDRID as checksumMichael Schroeder1-2/+4
2012-06-27Merge pull request #15 from akozumpl/pullreqMichael Schroeder2-0/+9
2012-06-27- repo_rpmdb: read in RPMTAG_SHA1HEADERAles Kozumplik2-0/+9
2012-06-25- export repo_add_cudf, use SOLVER_ORUPDATE for cudf update jobsMichael Schroeder2-1/+2
2012-06-25- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)Michael Schroeder1-0/+2
2012-06-22- set disttype before setting the architecture so that the noarch id is correctMichael Schroeder1-4/+5
2012-06-22- name sure to record all namespace ids in testcasesMichael Schroeder1-2/+3
2012-06-22- fix testcase writing bugsMichael Schroeder1-3/+33
2012-06-22- also parse cudf provides ;)Michael Schroeder1-0/+5
2012-06-22- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf testsMichael Schroeder4-0/+438
2012-05-31- fix gzFile usage, oopsMichael Schroeder1-5/+5
2012-04-16- use pool_error instead of pool_debug in repo_add_arch_pkgMichael Schroeder1-3/+11
2012-04-16- get rid of plural forms of repo_add_pkg, use pool_error instead printing to...Michael Schroeder6-353/+336
2012-04-16build: export the new *_testtags methodsAles Kozumplik1-2/+2
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder8-116/+159
2012-04-13- rename "susetags" in testcases to "testtags", because we just support a sub...Michael Schroeder2-9/+8
2012-04-13- support <inline> repositories (because we can), fix mem leakMichael Schroeder3-74/+201
2012-04-12- use repo_free_solvable instead of repo_free_solvable_block when freeing a s...Michael Schroeder5-7/+7
2012-04-11- support SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES in testcasesMichael Schroeder1-0/+1
2012-04-03- repo_rpmdb: always check for distepoch, check for 64bit sizeMichael Schroeder1-8/+35