summaryrefslogtreecommitdiff
path: root/rpmio
Commit message (Expand)AuthorAgeFilesLines
* Fix leftover "lua.h" import from days long goneMichal Domonkos2023-04-251-1/+1
* Use CMake Lua moduleMichal Domonkos2023-04-251-1/+1
* Add pgpVerifySignature2() and pgpPrtParams2()Neal H. Walfield2023-04-204-2/+29
* Fix typo in cmake ruleFlorian Festi2023-04-031-1/+1
* Make rpmio parallelism memory awarePanu Matilainen2023-03-301-9/+1
* Add optional total/proc/thread arguments to %{getncpus} macroPanu Matilainen2023-03-301-4/+87
* Call RPM_CONFIGDIR just that consistentlyPanu Matilainen2023-03-302-2/+2
* Fix a segfault on a non-stringable argument to macro call from LuaPanu Matilainen2023-03-201-2/+7
* Expect NOTTRUSTED for expired and revoked signatures from rpm-sequoiaPanu Matilainen2023-03-171-1/+1
* Enforce (some of) our documented build requirement versionsPanu Matilainen2023-03-131-1/+1
* Catch runaway forked children from Lua scriptlets centrallyPanu Matilainen2023-03-131-7/+26
* Drop leftover includesPanu Matilainen2023-03-081-4/+0
* Disable io thread autodetection inside OpenMP parallel regionsPanu Matilainen2023-02-062-2/+12
* Further simplify the io thread enablement codePanu Matilainen2023-02-061-18/+4
* Simplify io thread number parsing, use common logicPanu Matilainen2023-02-061-18/+13
* Require xz >= 5.2.0, it was released in 2016 so old enoughPanu Matilainen2023-02-061-16/+3
* Fix numberless T for thread number autodetection in zstdioPanu Matilainen2023-02-061-5/+4
* support for POSIX getopt() behaviour(GalaxyMaster)2023-02-011-0/+2
* Fix macro scoping level on re-entry from %[] expresssion (#2354)Panu Matilainen2023-01-201-2/+11
* Move bunch of global compile definitions to the targets needing themPanu Matilainen2022-12-151-0/+1
* Avoid unnecessary variables for cmake target data, part 1Panu Matilainen2022-11-281-7/+7
* Use cmake imported targets to let it sort out the compiler flag detailsPanu Matilainen2022-11-281-18/+18
* Remember to set include directories from pkgconfig for LuaPanu Matilainen2022-11-031-0/+1
* Reject multiple PGPTAG_PUBLIC_KEY packetsDemi Marie Obenour2022-11-031-10/+13
* Check packet types of signatures and public keysDemi Marie Obenour2022-11-031-3/+11
* Avoid type confusion when verifying signaturesDemi Marie Obenour2022-11-031-1/+1
* Remove autotools buildPanu Matilainen2022-10-211-57/+0
* Drop support for ancient zlib < 1.0.5Panu Matilainen2022-10-201-5/+0
* Preserve literal value of quoted paths in %filesMichal Domonkos2022-10-041-3/+13
* Add support for whitespace escaping in %filesMichal Domonkos2022-10-041-0/+18
* Fix cmake build with SequoiaPanu Matilainen2022-09-291-2/+1
* Try globs literally when there are no matchesMichal Domonkos2022-09-201-7/+15
* Add shorthand macros for some conventient Lua string operationsPanu Matilainen2022-09-151-0/+31
* Add pgpPubkeyFingerprint for Sequoia.Neal H. Walfield2022-09-061-0/+3
* Make pgpPubkeyFingerprint() do something meaningful againPanu Matilainen2022-09-061-2/+13
* Fix rpm lua rpm_vercmp error message if second argument is brokenVyacheslav Potoropin2022-08-291-1/+1
* Refactor rpmGlob()Michal Domonkos2022-08-181-13/+12
* Return GLOB_NOMATCH on missing dirs from rpmGlob()Michal Domonkos2022-08-181-1/+1
* Return arg count 0 from rpmGlob()Michal Domonkos2022-08-181-5/+3
* Don't try to expand URLs in rpmGlob()Michal Domonkos2022-08-181-41/+2
* Append to arglist in rpmGlob()Michal Domonkos2022-08-181-8/+8
* Fix non-glob fallthrough in rpmGlob()Michal Domonkos2022-08-171-17/+15
* Add an experimental CMake build systemPanu Matilainen2022-06-281-0/+48
* Add shell-like escape support to %filesMichal Domonkos2022-06-271-63/+0
* Refactor rpmGlob()Michal Domonkos2022-06-271-71/+67
* Fix rpmGlob() escape supportMichal Domonkos2022-06-271-24/+14
* Fix short circuiting of version strings in expressionsMichael Schroeder2022-06-221-1/+1
* Drop support for openssl < 1.1Panu Matilainen2022-06-161-112/+0
* Test for preprocessor definition rather than value consistently everywherePanu Matilainen2022-06-153-9/+9
* Before importing an OpenPGP certificate, lint itNeal H. Walfield2022-05-121-0/+6