summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add priorities between file triggers and the other scriptlets.Lubos Kardos2015-07-234-13/+66
* Execute triggers in order of their prioritiesLubos Kardos2015-07-232-88/+146
* Include trigger index in db index for triggersLubos Kardos2015-07-231-6/+24
* Parse file trigger priorities in spec filesLubos Kardos2015-07-231-0/+2
* File triggers moved to own fileLubos Kardos2015-07-237-554/+611
* Enable verification of rpm packages signed with gpg subkeys.Lubos Kardos2015-07-231-0/+37
* Store gpg subkey IDs in provides of the package containing gpg key.Lubos Kardos2015-07-231-3/+36
* Add INDEXSYNC db control opMichael Schroeder2015-07-164-5/+37
* Lock the database when adding/removing headers or verifying dependenciesMichael Schroeder2015-07-162-1/+21
* Add rpmdbCtrl / dbCtrl to manipulate the databaseMichael Schroeder2015-07-166-0/+86
* Add experimental ndb database supportMichael Schroeder2015-07-1611-4/+4169
* Support multiple db backend implementations (again)Michael Schroeder2015-07-163-15/+151
* Fix infinite loop in case of importing invalid certificate.Lubos Kardos2015-07-151-2/+1
* Add support for MIPS platformMichal Toman2015-07-151-2/+14
* Properly import all public key certificates into rpmdb.Lubos Kardos2015-07-141-4/+22
* Add --whatrecommends, --whatsuggests, --whatsupplements, --whatenhancesFlorian Festi2015-06-013-0/+48
* Add Recommendname, Suggestname, Supplementname, Enhancename indexes to rpmdbFlorian Festi2015-06-012-0/+8
* Don't allow infinite recursion loop with "package file" manifestsLubos Kardos2015-05-261-1/+23
* Fix segfault in prefix search implementationLubos Kardos2015-05-131-1/+1
* Update depends of package that is already in set of removed packages.Lubos Kardos2015-04-241-3/+4
* Remove RPMDBI_PACKAGES from dbiTagsMichael Schroeder2015-04-241-4/+11
* Rename dbconfig.c to dbi.cMichael Schroeder2015-04-242-2/+2
* Move db3 configuration parser to db3.cMichael Schroeder2015-04-243-262/+256
* Add dbi arguments to pkgdbX/idxdbX functionsMichael Schroeder2015-04-243-52/+51
* Consistency: change pkgdbX return type to rpmRCMichael Schroeder2015-04-242-19/+21
* Cosmetics: move idxdbKey function downMichael Schroeder2015-04-241-11/+12
* Remove dbiType() functionMichael Schroeder2015-04-243-14/+1
* Remove DBI_PRIMARY support from dbt2set and set2dbtMichael Schroeder2015-04-241-70/+31
* Move dbiType() dbiFlags() dbiName() from db3 to dbconfigMichael Schroeder2015-04-243-26/+23
* Drop dbi parameter from pkgdbX functionsMichael Schroeder2015-04-243-29/+28
* Call dbSetFSync with the db handle, not the dbenvMichael Schroeder2015-04-243-6/+6
* Add a pkgdbKey function returning the last hdrKeyMichael Schroeder2015-04-243-12/+20
* Rename some dbcCursorX function to idxdbXMichael Schroeder2015-04-243-23/+23
* Move the "/" fixup into the db backendMichael Schroeder2015-04-242-12/+20
* Move prefix search implementation into db backend codeMichael Schroeder2015-04-243-44/+27
* Split package id creation from pkgdbPutMichael Schroeder2015-04-243-15/+22
* Always call pkgdbGet/Put with a cursorMichael Schroeder2015-04-242-12/+10
* Fix doc stringsFlorian Festi2015-04-241-0/+3
* Reset nice and ionice priorities when executing scripts.David Martínez Moreno2015-03-311-0/+30
* Fix off-by-one error (rhbz:#1206750)Lubos Kardos2015-03-301-1/+1
* Add macro _vsflags_query_rpmdbLubos Kardos2015-03-201-1/+8
* Skip directory if contains subdirectory that contains only skipped files.Lubos Kardos2015-03-201-1/+7
* Deal with calling fork() without exec() in lua scriptlets.Lubos Kardos2015-03-111-0/+6
* Fix doxygen warningsFlorian Festi2015-02-1721-30/+55
* Fix problem that rpm get stuck if file trigger script doesn't read stdin.Lubos Kardos2015-02-161-3/+7
* Fix leaking of file descriptors.Lubos Kardos2015-02-161-0/+5
* Get rid of warnings about maybe uninitialized variables.Lubos Kardos2015-02-162-4/+4
* Add support for the RemovePathPostfixes tag in the spec fileFlorian Festi2015-02-051-0/+1
* Add support for %transfiletriggerun.Lubos Kardos2015-02-056-1/+196
* Add support for executing file triggers.Lubos Kardos2015-02-055-56/+511