summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Switch header APIs to use rpmTagVal instead of rpmTagPanu Matilainen8-65/+65
2010-10-22rpmTagFoo() getters take arbitrary integers, not rpmTag enumsPanu Matilainen3-22/+23
2010-10-22Use concrete integer types for entryInfo and rpmtd membersPanu Matilainen3-5/+5
2010-10-22Couple of doxygen argument mismatch fixesPanu Matilainen1-1/+1
2010-10-22Eliminate silly castPanu Matilainen1-1/+1
2010-10-22Drop unused pubkeys index tooPanu Matilainen1-18/+0
2010-10-22Drop filedigests indexPanu Matilainen1-20/+1
2010-10-22Eliminate useless --fileid query selectorPanu Matilainen3-32/+0
2010-10-21Fix Python bindings and raise KeyError when there is no index for the given tagFlorian Festi1-1/+1
2010-10-21rpmdbKeyIterator: loop over keys in the database indexesFlorian Festi3-1/+146
2010-10-20Hardwire the fundamental BDB access method configuration inside rpmPanu Matilainen3-21/+14
2010-10-20Eliminate now unnecessary db rebuild macro goo and other leftoversPanu Matilainen1-1/+0
2010-10-20Lift fsync enable/disable configuration handling to rpmdb layerPanu Matilainen3-5/+19
2010-10-20Hardwire the fundamental BDB subsystem configuration inside rpmPanu Matilainen3-21/+32
2010-10-20Lift missing index detection to rpmdb layerPanu Matilainen2-6/+5
2010-10-20Avoid umphteen unnecessary calls to rpmTagGetName()Panu Matilainen1-20/+17
2010-10-20Add a getter for dbi namePanu Matilainen2-0/+14
2010-10-20Clean up rpmdbOpenIndex() logic a bit, no functional changesPanu Matilainen1-12/+9
2010-10-20Lose leftover, unwired pagesize db optionPanu Matilainen2-3/+0
2010-10-20Avoid directly accessing bdb-specific dbi members from rpmdb layerPanu Matilainen1-2/+2
2010-10-20Add a backend-independent flags + getter for dbisPanu Matilainen2-0/+28
2010-10-19Pass rpmdb, not dbi to db_init() and db_fini()Panu Matilainen1-18/+15
2010-10-19Add a no-dbi version of the db error reporting functionPanu Matilainen1-2/+7
2010-10-19Move db environment-level configuration out of per-dbi structsPanu Matilainen3-54/+60
2010-10-19Group the database options to per-dbi and per-environment groupsPanu Matilainen1-21/+22
2010-10-19A few more rpmdb variable/argument renames, missed in previous roundPanu Matilainen2-5/+5
2010-10-19Decouple dbiVerify() from dbiClose()Panu Matilainen4-69/+33
2010-10-19Add flags argument to dbiOpen(), pass through from rpmdbIndexOpen()Panu Matilainen3-5/+6
2010-10-19Rename rpmdb variables in the backend to rdb to distinguish from its typePanu Matilainen1-16/+16
2010-10-18Generate missing database indexes automaticallyPanu Matilainen3-4/+62
2010-10-18Create indexes too on rpmdbInit() (ticket #156)Panu Matilainen1-2/+1
2010-10-18Avoid returning NULL from prDbiOpenFlags()Panu Matilainen1-1/+1
2010-10-18Remember if we created the db backing file on openPanu Matilainen2-37/+26
2010-10-18Lift dbi fcntl() locking out of dbiOpen()Panu Matilainen1-55/+62
2010-10-18Lift secondary index updating out of rpmdbAdd()Panu Matilainen1-118/+126
2010-10-18Support looping over indexes when giving keyp=NULL to rpmdbInitIterator()Florian Festi1-37/+75
2010-10-13Make rpmPkgSign() actually honor the signing argumentsPanu Matilainen1-4/+17
2010-10-13Nuke rpmcliSign() out of the orbitPanu Matilainen2-18/+0
2010-10-13Add beginnings of a real API to librpmsignPanu Matilainen2-0/+47
2010-10-12Add 'VCS' keyColin Walters1-0/+1
2010-10-12Add support for querying source rpm from spec tooPanu Matilainen2-2/+5
2010-10-06Remove filesystem related leftover API definitionsPanu Matilainen2-28/+0
2010-10-05Require file attribute config to have .attr suffixPanu Matilainen1-1/+1
2010-10-04Further streamline rpmcliArgIter() and friendsPanu Matilainen1-13/+12
2010-10-04Lift specfile query out of main rpm(query) into separate binaryPanu Matilainen1-8/+0
2010-10-04Simplify queryformat popt callback handlingPanu Matilainen1-9/+1
2010-10-01A few missing internal markers on librpm side tooPanu Matilainen3-1/+3
2010-09-29And now sighdrPut() can be buried back into signature.cPanu Matilainen2-13/+13
2010-09-29Eliminate some redundancy in signature sanity checkingPanu Matilainen1-43/+40
2010-09-29Simplify the signature generation somewhatPanu Matilainen1-62/+42