summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Kick out --nopromote remnants, add compiler deprecation warningsPanu Matilainen2022-04-051-1/+0
* Make pgpDigParams opaqueNeal H. Walfield2022-03-313-7/+10
* Fix inverted logic in base2bin()Demi Marie Obenour2022-03-311-1/+1
* Avoid calling memcpy() on NULLDemi Marie Obenour2022-03-311-2/+4
* Support imports to fs keyring tooPanu Matilainen2022-03-311-1/+31
* Remember used keyring type in the transaction setPanu Matilainen2022-03-312-7/+27
* Fix shared colored files not removed on erasure regression in >= 4.14.0Panu Matilainen2022-03-281-3/+31
* Fix excluded paths taking part in file disposition calculationsPanu Matilainen2022-03-281-3/+6
* Fix non-installed files taking part in file disposition calculationsPanu Matilainen2022-03-281-0/+3
* Set program name centrally from rpmcliInit()Panu Matilainen2022-03-251-0/+2
* Prevent NULL deref in rpmfsGetStates()Ludwig Nussel2022-03-181-1/+1
* Small speedup on rpm -VDirk Müller2022-03-163-15/+25
* Use fsmClose() for closing file descriptors everywhere within fsmPanu Matilainen2022-03-141-19/+9
* Fix file descriptor leak regression on install (#1947)Panu Matilainen2022-03-141-4/+3
* List available backends in rpm --showrcLudwig Nussel2022-03-103-0/+25
* Drop support for undocumented keyid based import over the netPanu Matilainen2022-03-101-13/+0
* Eliminate the strange include pre-build install machineryPanu Matilainen2022-03-1018-5337/+3
* Remove leading directories from doxygen notationPanu Matilainen2022-03-1027-27/+27
* Use proper addressing for our public headers everywherePanu Matilainen2022-03-102-2/+2
* Fix circular dependency between rpmtypes.h and rpmtag.hPanu Matilainen2022-03-106-6/+4
* Drop now unnecessary rpmsqPoll() calls from librpmPanu Matilainen2022-03-076-19/+0
* Drop rpmdb shutdown on exit()Panu Matilainen2022-03-073-75/+0
* Detach rpm signal queue enablement from database openPanu Matilainen2022-03-073-11/+9
* Fix regression on ctrl-c during transaction killing scriptletsPanu Matilainen2022-03-071-1/+3
* Fix memleak in commit dd4f2c68a0059d66b1807d504faaeed84973d49aPanu Matilainen2022-03-031-2/+2
* Handle missing RPMTAG_ARCH in RPMTAG_ARCHSUFFIXPanu Matilainen2022-03-021-3/+10
* Rename pgpHexStr() to rpmhex(), but preserve ABI for nowPanu Matilainen2022-02-254-5/+5
* Detach rpm's hash algorithm values from PGP hash algorith valuesPanu Matilainen2022-02-254-14/+14
* fsm.c: permit building without file capability supportElia Pinto2022-02-231-0/+2
* Add ARCHSUFFIX extension tagFlorian Festi2022-02-212-0/+23
* Swap over to dirfd+basename based operation within the fsmPanu Matilainen2022-02-162-14/+36
* Track first hardlink directory descriptor as wellPanu Matilainen2022-02-161-8/+19
* Pass file descriptor to file prepare plugin hook, use when possiblePanu Matilainen2022-02-164-6/+7
* Return a validated open directory fd from fsmDoMkDir()Panu Matilainen2022-02-161-4/+8
* Add O_DIRECTORY equivalent parameter to fsmOpenat(), use as relevantPanu Matilainen2022-02-161-13/+14
* Add fsm debug logging to ensureDir()Panu Matilainen2022-02-161-0/+5
* Parent directory needs to be open before we can back up stuffPanu Matilainen2022-02-161-8/+7
* Convert removeSBITS() to dirfd-based operationPanu Matilainen2022-02-161-6/+7
* Set file metadata via fd-based ops for everything but symlinksPanu Matilainen2022-02-161-0/+8
* Add support for fd-based file metadata settingPanu Matilainen2022-02-161-38/+82
* Convert fsmSetmeta() to dirfd based operation where possiblePanu Matilainen2022-02-161-34/+40
* Return descriptor of created file from fsmMkfile()Panu Matilainen2022-02-161-5/+8
* Bury rpmio FD use to fsmUnpack()Panu Matilainen2022-02-161-21/+16
* Convert fsmRename() to renameat() based operationPanu Matilainen2022-02-161-15/+16
* Convert fsmRemove() and helpers to unlinkat() based operationPanu Matilainen2022-02-161-14/+14
* Convert fsmStat() to fstatat() based operationPanu Matilainen2022-02-161-15/+12
* Extend directory tracking to our entire operationPanu Matilainen2022-02-161-12/+29
* Add a helper for finishing the dir tracking iterationPanu Matilainen2022-02-161-3/+8
* Move file-pre plugin hook (back) to unpack stagePanu Matilainen2022-02-161-3/+3
* Move file-post plugin hook back to commit stagePanu Matilainen2022-02-161-12/+12