summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Better sanity check for header entry countsPanu Matilainen2021-03-221-4/+3
* Permit secondary index open to fail for bdb_roPanu Matilainen2021-03-221-5/+9
* Fix bdb_ro index open error handlingPanu Matilainen2021-03-221-2/+1
* Optimize signature header merge a bitDemi Marie Obenour2021-03-221-2/+6
* Be much more careful about copying data from the signature headerPanu Matilainen2021-03-221-61/+49
* hdrblobInit() needs bounds checks tooDemi Marie Obenour2021-03-221-17/+31
* Fix a tiny memory leakDemi Marie Obenour2021-03-221-1/+3
* Fix regression causing access to already closed sqlite handlePanu Matilainen2021-03-221-1/+1
* Fix regression from commit 165330b7bf0757e30fa8a6de9998a564fb62796fPanu Matilainen2021-03-221-2/+7
* Avoid incrementing a pointer past the endDemi M. Obenour2021-03-221-4/+2
* Tag data must have count greater than zeroDemi Marie Obenour2021-03-221-0/+9
* Verify that data does not overlap region trailerDemi Marie Obenour2021-03-221-0/+9
* Allow database probing if _db_backend is not setMichael Schroeder2020-12-101-9/+15
* Only attempt loading the keyring once the rpmdb is openPanu Matilainen2020-12-101-3/+3
* Stop on first failure when trying to open a database (RhBug:1898301)Panu Matilainen2020-12-101-1/+1
* Eliminate use of obsolete gethostbyname() functionPanu Matilainen2020-12-101-1/+0
* Fix a minor memory leak on failed sqlite database open (RhBug:1896301)Panu Matilainen2020-12-101-0/+2
* Only do early name services initialization if we actually chrootPanu Matilainen2020-12-102-5/+5
* lib/rpmrc.c: include fcntl.h for O_*Fabrice Fontaine2020-12-101-0/+1
* Don't muck with parametric macro arguments of cli definesPanu Matilainen2020-12-101-1/+1
* Fix RPMTAG_SUGGESTVERSION and -FLAGS info, they're not extensionsPanu Matilainen2020-12-101-2/+2
* Fix ambiguous diagnostics output on file triggers (RhBug:1883338)Panu Matilainen2020-12-101-15/+19
* lib/rpmdb.c: include fcntl.h for O_*Leo2020-12-101-0/+1
* Upgrade FA_TOUCH to FA_CREATE if the file went away (RhBug:1872141)Panu Matilainen2020-12-101-4/+11
* Stop untranslatable format strings from being translatedPanu Matilainen2020-12-102-3/+3
* Revert "Improve ARM detection"Panu Matilainen2020-09-301-28/+9
* Unbreak build due to defined but not used warning from ensureMacro()Panu Matilainen2020-09-301-3/+7
* Disable SSD auto-detection, mark %_minimize_writes as experimentalPanu Matilainen2020-09-301-0/+3
* Warn and fall back to dummy database on unknown database backend configPanu Matilainen2020-08-311-0/+6
* Remove compare of global array tagsByName to NULLCerul Alain2020-08-311-1/+1
* Fix Doxygen commentsNarek Galstyan2020-08-312-3/+3
* Add --excludeartifacts install optionPanu Matilainen2020-06-233-1/+13
* Fix (work around) FA_TOUCH not scoping correctly over hardlinksPanu Matilainen2020-06-231-7/+10
* Fix completely broken prefix search on sqlite backendPanu Matilainen2020-06-231-24/+27
* Don't auto-enable IO flushing on non-rotational disksPanu Matilainen2020-06-231-2/+0
* Fix: bump up the limit of signature header to 64MBHongxu Jia2020-06-231-1/+1
* Add a pre-flight check for removed packages tooPanu Matilainen2020-06-232-1/+24
* Refactor pre-flight checks for added packages to helper functionPanu Matilainen2020-06-231-42/+54
* Refactor rpmdsCompare() to use the new version APIPanu Matilainen2020-05-271-99/+7
* Add (beginnings of) a rpm version API (parsing, comparison)Panu Matilainen2020-05-271-0/+1
* Axe --nopromote and most of the related infrastructurePanu Matilainen2020-05-276-58/+23
* Consolidate our Lua-bindings to librpmio now that we canPanu Matilainen2020-05-274-68/+3
* Move rpmvercmp() to librpmioPanu Matilainen2020-05-273-148/+2
* Move rpmVersionCompare() to headerutil.c for better layer matchPanu Matilainen2020-05-272-20/+21
* rpmfiArchiveRead() use signed return value to handle -1 on errorJes Sorensen2020-05-132-3/+3
* Kick out leftover development-time assert checks from rpmalPanu Matilainen2020-04-221-18/+0
* Don't look into source package provides in depsolvingPanu Matilainen2020-04-222-4/+8
* Add an index sync call at the end of a database rebuildMichael Schroeder2020-04-141-0/+1
* ndb: make rpmxdbWriteHeader a void functionMichael Schroeder2020-04-141-4/+1
* ndb: unmap xdb's header when closing the xdb databaseMichael Schroeder2020-04-141-0/+2