Age | Commit message (Expand) | Author | Files | Lines |
2013-02-25 | support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb | Michael Schroeder | 3 | -2/+66 |
2013-02-25 | add other.xml support to repomd parser | Michael Schroeder | 1 | -0/+18 |
2013-02-06 | increase maximum header size for some pathological rpms | Michael Schroeder | 1 | -5/+5 |
2013-01-31 | small cleanups | Michael Schroeder | 2 | -9/+3 |
2012-12-20 | improve repo_add_rpmdb speed a tiny bit | Michael Schroeder | 2 | -9/+15 |
2012-12-20 | link libsolvext with libsolv for completeness | Michael Schroeder | 1 | -1/+1 |
2012-12-19 | link libsolvext against the system libraries | Michael Schroeder | 1 | -0/+12 |
2012-12-11 | support special namespace privides install/erase jobs in testcases | Michael Schroeder | 1 | -1/+19 |
2012-12-10 | improve error handling in makedeps | Michael Schroeder | 1 | -13/+6 |
2012-12-07 | print bad package name when detecting dependency array mismatches | Michael Schroeder | 1 | -6/+6 |
2012-11-30 | another targeted dup fix, add testcases | Michael Schroeder | 1 | -0/+1 |
2012-11-29 | add SOLVER_FLAG_NO_AUTOTARGET to testcase code | Michael Schroeder | 1 | -2/+3 |
2012-11-19 | implement '--best' in solv demo | Michael Schroeder | 1 | -0/+1 |
2012-11-13 | support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset" | Michael Schroeder | 3 | -5/+9 |
2012-11-12 | fix stupid typo in repo_deb, specialize obsoletes instead of dropping them | Michael Schroeder | 1 | -8/+16 |
2012-11-06 | add repodata_set_deltalocation and use it in the parsers | Michael Schroeder | 2 | -134/+7 |
2012-10-24 | example/solv: support all compression types | Michael Schroeder | 3 | -0/+42 |
2012-10-23 | support repository:repomd:size, cleanup code a bit | Michael Schroeder | 3 | -53/+32 |
2012-10-23 | implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v... | Michael Schroeder | 9 | -35/+65 |
2012-10-19 | check for rpm/db.h header file | Michael Schroeder | 1 | -3/+3 |
2012-10-15 | add repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER so that we don't need t... | Michael Schroeder | 3 | -2/+40 |
2012-10-08 | use evrid2vrstr inline function | Michael Schroeder | 1 | -1/+1 |
2012-10-08 | add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo... | Michael Schroeder | 4 | -149/+24 |
2012-10-08 | fix finish_solvable do not rely on a "handle" argument, as the handle might h... | Michael Schroeder | 1 | -4/+5 |
2012-10-05 | simplify forcebinary code again: use TAG_SOURCEPACKAGE like rpm does | Michael Schroeder | 1 | -18/+3 |
2012-10-04 | do not force rpm5 rpms to binary, the type info in the lead is always zero | Michael Schroeder | 1 | -2/+18 |
2012-09-10 | - fix error handling in solv_xfopen_buf | Michael Schroeder | 1 | -2/+2 |
2012-09-06 | - repo_arch: make it work with empty prefixes | Michael Schroeder | 1 | -1/+1 |
2012-09-05 | compatibility with rpm: force to binary rpm if the rpmlead says so | Michael Schroeder | 1 | -2/+14 |
2012-06-27 | - implement RPM_ADD_WITH_LEADSIGID, make RPM_ADD_WITH_HDRID also work in repo... | Michael Schroeder | 2 | -15/+70 |
2012-06-27 | - store SOLVABLE_HDRID as checksum | Michael Schroeder | 1 | -2/+4 |
2012-06-27 | Merge pull request #15 from akozumpl/pullreq | Michael Schroeder | 2 | -0/+9 |
2012-06-27 | - repo_rpmdb: read in RPMTAG_SHA1HEADER | Ales Kozumplik | 2 | -0/+9 |
2012-06-25 | - export repo_add_cudf, use SOLVER_ORUPDATE for cudf update jobs | Michael Schroeder | 2 | -1/+2 |
2012-06-25 | - add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h) | Michael Schroeder | 1 | -0/+2 |
2012-06-22 | - set disttype before setting the architecture so that the noarch id is correct | Michael Schroeder | 1 | -4/+5 |
2012-06-22 | - name sure to record all namespace ids in testcases | Michael Schroeder | 1 | -2/+3 |
2012-06-22 | - fix testcase writing bugs | Michael Schroeder | 1 | -3/+33 |
2012-06-22 | - also parse cudf provides ;) | Michael Schroeder | 1 | -0/+5 |
2012-06-22 | - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests | Michael Schroeder | 4 | -0/+438 |
2012-05-31 | - fix gzFile usage, oops | Michael Schroeder | 1 | -5/+5 |
2012-04-16 | - use pool_error instead of pool_debug in repo_add_arch_pkg | Michael Schroeder | 1 | -3/+11 |
2012-04-16 | - get rid of plural forms of repo_add_pkg, use pool_error instead printing to... | Michael Schroeder | 6 | -353/+336 |
2012-04-16 | build: export the new *_testtags methods | Ales Kozumplik | 1 | -2/+2 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 8 | -116/+159 |
2012-04-13 | - rename "susetags" in testcases to "testtags", because we just support a sub... | Michael Schroeder | 2 | -9/+8 |
2012-04-13 | - support <inline> repositories (because we can), fix mem leak | Michael Schroeder | 3 | -74/+201 |
2012-04-12 | - use repo_free_solvable instead of repo_free_solvable_block when freeing a s... | Michael Schroeder | 5 | -7/+7 |
2012-04-11 | - support SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES in testcases | Michael Schroeder | 1 | -0/+1 |
2012-04-03 | - repo_rpmdb: always check for distepoch, check for 64bit size | Michael Schroeder | 1 | -8/+35 |