summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop unmaintained "hacking docs" doxygen docsPanu Matilainen2020-03-275-2477/+0
* Assume/require POSIX-compliant chmod(1)Panu Matilainen2020-03-272-19/+1
* We don't use yacc for anything, don't bother testing for itPanu Matilainen2020-03-271-1/+0
* Move the auxiliary build tool clutter to a subdirectoryPanu Matilainen2020-03-272-1/+2
* Drop config.sub and config.guess from dist-tarballsPanu Matilainen2020-03-271-2/+1
* Skip HEREDOCs when parsing perl virtual ProvidesBrett T. Warden2020-03-271-24/+42
* Fix libelf-related conditional compilation issuesPanu Matilainen2020-03-252-1/+8
* Bump gettext version to 0.18.2 to get rid of deprecation warningsPanu Matilainen2020-03-251-1/+1
* And now that we can, remove extra compilation step from CIPanu Matilainen2020-03-251-1/+0
* Fix "make distcheck" failing right after ./configurePanu Matilainen2020-03-251-2/+2
* Run CI as parallel build to maximum available CPUsPanu Matilainen2020-03-251-2/+2
* Hardwire the Fedora version used for CIPanu Matilainen2020-03-251-1/+1
* Set rpm-maint list as the CI Dockerfile maintainerPanu Matilainen2020-03-251-1/+1
* Add a "ci" make target for easy local runningPanu Matilainen2020-03-241-0/+5
* Move CI copy to later for more caching opportunitiesPanu Matilainen2020-03-241-1/+3
* Nuke leftover LMDB references in Makefile.am and DockerfileDaniel Mach2020-03-242-3/+0
* Nuke leftover LMDB reference in rpm.pc.inrpm-4.16.0-alphaPanu Matilainen2020-03-231-1/+1
* Bump libtool version info in preparation of 4.16.x branchPanu Matilainen2020-03-231-1/+1
* Update translations from ZanataPanu Matilainen2020-03-2336-16317/+19478
* Deprecate Berkeley DB database backendPanu Matilainen2020-03-231-1/+1
* Deprecate beecrypt supportPanu Matilainen2020-03-231-2/+2
* Remove support for obsolete --with-beecrypt configure switchPanu Matilainen2020-03-231-6/+0
* Restore flagless variants of rpmExprBool() and rpmExprStr() for ABI compatPanu Matilainen2020-03-234-7/+30
* Drop the experimental LMDB backendPanu Matilainen2020-03-207-987/+0
* Always open (and initialize) the entire database at oncePanu Matilainen2020-03-171-19/+18
* Rework and clarify database backend detection logicPanu Matilainen2020-03-171-18/+43
* Stop adding rpm v3 header+payload signatures by default where not neededPanu Matilainen2020-03-105-9/+64
* Generalize file signing to use a generic flags field in signing argumentsPanu Matilainen2020-03-103-10/+17
* update OCaml requires/provides to cover also cmxOlaf Hering2020-03-105-129/+249
* Ensure test-suite always uses the test-root database formatPanu Matilainen2020-03-102-3/+7
* Use runroot for all rpmbuildid testsPanu Matilainen2020-03-101-20/+20
* Run rpmbuild related tests inside test-root where easily possiblePanu Matilainen2020-03-101-25/+25
* Visibly deprecate RPM v3 supportPanu Matilainen2020-03-101-2/+11
* Support file classification by MIME typePanu Matilainen2020-03-102-10/+67
* Use libelf for determining file colorsPanu Matilainen2020-03-061-6/+29
* Don't store file classification errors into headersPanu Matilainen2020-03-052-7/+11
* Introduce a new qualifier for meta dependencies (RhBug:1648721)Panu Matilainen2020-02-273-3/+9
* Add isTransientReq macroFlorian Festi2020-02-273-4/+4
* Fix prefix match searches on strings containing % on sqlite backendPanu Matilainen2020-02-271-2/+22
* Use uppercase for SQL(ite) keywords consistently, cosmetics onlyPanu Matilainen2020-02-271-5/+5
* Add a --salvagedb option to the rpmdb toolMichael Schroeder2020-02-266-7/+30
* ndb: add a rpmpkgSalvage() methodMichael Schroeder2020-02-262-5/+153
* Use the transaction set as argument in rpmalCreate()Michael Schroeder2020-02-243-22/+12
* Switch dependency checking to use pool ids instead of stringsMichael Schroeder2020-02-241-53/+46
* Only lookup the fingerprint when the directories do not matchMichael Schroeder2020-02-242-14/+16
* Get rid of id->str->id roundtrips in rpmalAllFileSatisfiesDepend()Michael Schroeder2020-02-241-3/+3
* Add fingerprint lookup/compare variants that take idsMichael Schroeder2020-02-242-0/+34
* Only look at symlinks in new packages in fpLookupSubdirMichael Schroeder2020-02-241-25/+21
* Reduce the number of calls to fpLookupSubdir()Michael Schroeder2020-02-241-3/+9
* fpLookupSubdir: get rid of a poolid->str->poolid roundtripMichael Schroeder2020-02-241-7/+5