summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 4.18.0-alpha1rpm-4.18.0-alpha1Panu Matilainen2022-04-1343-8531/+10722
* Properly escape %__gpg_sign_cmdDemi Marie Obenour2022-04-131-9/+10
* Rip out %__gpg_verify_cmdDemi Marie Obenour2022-04-131-6/+0
* Remove superflous include of non-standard <error.h>Ismael Luceno2022-04-131-1/+0
* Add a test case to check that the key creation time is correctNeal H. Walfield2022-04-134-0/+139
* Avoid clobbering existing saved timeDemi Marie Obenour2022-04-131-1/+3
* Force gpg to use SHA256 when generating signatures.Neal H. Walfield2022-04-131-3/+3
* Merge Lua posix extension into librpmioPanu Matilainen2022-04-138-19/+8
* Fix missing preformat marker in %conf docsPanu Matilainen2022-04-131-0/+2
* Add python rpm.ds constructor docsPanu Matilainen2022-04-081-0/+7
* Add proper deprecation warnings to deprecated rpmsq functionsPanu Matilainen2022-04-082-1/+16
* Disarm python binding signal handling methodsPanu Matilainen2022-04-081-7/+2
* Add bunch of deprecation/obsoletion warnings to python bindingsPanu Matilainen2022-04-085-7/+19
* Update library version info before releasePanu Matilainen2022-04-072-5/+5
* Update translation master for a change, oopsPanu Matilainen2022-04-071-1008/+187
* Tone down the gettext churn a bitPanu Matilainen2022-04-071-1/+13
* Only print rpmio descriptor statistics when io debugging is enabledPanu Matilainen2022-04-061-1/+1
* Fix minor ABI regression wrt RPMQV_* enumPanu Matilainen2022-04-051-1/+1
* Don't override LD_LIBRARY_PATH, prepend to it.Neal H. Walfield2022-04-051-1/+1
* Add compiler deprecation warnings to obsolete rpmfi APIsPanu Matilainen2022-04-051-0/+4
* Kick out --nopromote remnants, add compiler deprecation warningsPanu Matilainen2022-04-053-4/+5
* Mark deprecated PGP/keyring APIs as suchPanu Matilainen2022-04-052-0/+14
* Don't assert the version of rpm used to create the dataNeal H. Walfield2022-04-051-2/+1
* Use rpmuncompress to handle %{uncompress:...}Panu Matilainen2022-04-042-60/+26
* Refactor uncompress/untar command info into a structPanu Matilainen2022-04-041-51/+53
* Add dry-run option to rpmuncompress to make testing nicerPanu Matilainen2022-04-041-1/+9
* Move %patch uncompress logic from spec parse to build time, sort ofPanu Matilainen2022-04-042-19/+11
* Move source uncompress logic from spec parse to build timePanu Matilainen2022-04-046-86/+189
* Fix check-buildroot missing matches with grep >= 3.5Panu Matilainen2022-04-041-1/+1
* Translated using Weblate (Spanish)Emilio Herrera2022-04-011-7/+11
* Translated using Weblate (Georgian)Temuri Doghonadze2022-04-012-1/+4068
* Translated using Weblate (Chinese (Simplified) (zh_CN))Charles Lee2022-04-011-8/+8
* Issue warning on implicit "%patch zero" variants, sanitize semanticsPanu Matilainen2022-04-011-11/+8
* Make pgpDigParams opaqueNeal H. Walfield2022-03-317-50/+148
* Fix inverted logic in base2bin()Demi Marie Obenour2022-03-311-1/+1
* Avoid calling memcpy() on NULLDemi Marie Obenour2022-03-311-2/+4
* Make "%autosetup -S git" and "%autosetup -S git_am" work on a branch.Peter Jones2022-03-311-1/+4
* Support imports to fs keyring tooPanu Matilainen2022-03-312-2/+79
* Remember used keyring type in the transaction setPanu Matilainen2022-03-312-7/+27
* Avoid unneded MPI reparsingDemi Marie Obenour2022-03-311-2/+2
* Ignore subkeys that cannot be used for signingDemi Marie Obenour2022-03-312-3/+47
* Parse key usage flagsDemi Marie Obenour2022-03-312-1/+14
* Add a hashed flag to pgpPrtSubtype()Demi Marie Obenour2022-03-311-3/+5
* Avoid double frees if EVP_PKEY_assign_RSA failsDemi Marie Obenour2022-03-311-15/+17
* Fix return value checks in OpenSSL codeDemi Marie Obenour2022-03-311-43/+12
* Fix the OpenPGP parser testsDemi Marie Obenour2022-03-313-9/+31
* Fix shared colored files not removed on erasure regression in >= 4.14.0Panu Matilainen2022-03-282-5/+31
* Fix excluded paths taking part in file disposition calculationsPanu Matilainen2022-03-282-3/+23
* Fix non-installed files taking part in file disposition calculationsPanu Matilainen2022-03-282-0/+20
* Add a bunch of file-erasure related testcasesPanu Matilainen2022-03-284-37/+282