summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-19Python dbMatch() doesn't take (or need) len argument, fix the docsPanu Matilainen1-1/+1
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-19Oops, dumb copy-paste error causing --verifydb to --rebuilddb insteadPanu Matilainen1-1/+1
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-13Add python bindings for librpmsignPanu Matilainen3-1/+114
2010-10-13Oops, fixup rpmsign exit codes on successPanu Matilainen1-0/+2
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-13Make rpmsign use the new signing interface (minimal conversion for now)Panu Matilainen1-7/+11
2010-10-13Add beginnings of a real API to librpmsignPanu Matilainen2-0/+47
2010-10-12Move plugins out of rpm config directoryPanu Matilainen2-2/+2
2010-10-12Add 'VCS' keyColin Walters2-0/+5
2010-10-12Add 'VCS' keyColin Walters1-0/+1
2010-10-12Add --requires etc popt aliases for rpmspec tooPanu Matilainen1-0/+17
2010-10-12Rpm option descriptions begin with lowercase letters, follow suit in rpmspecPanu Matilainen1-3/+3
2010-10-12Only queryformat is relevant for specfilesPanu Matilainen1-3/+6
2010-10-12Support overriding target for rpmspec queries tooPanu Matilainen1-0/+9
2010-10-12Support both binary/source queries in rpmspec tool (RhBug:540807, ticket #89)Panu Matilainen1-1/+6
2010-10-12Add support for querying source rpm from spec tooPanu Matilainen3-4/+11
2010-10-12Add a python accessor for the source headerEric W. Biederman1-0/+6
2010-10-12Add a getter for the source header.Eric W. Biederman2-1/+14
2010-10-12Fix misc/ include pathPanu Matilainen1-1/+1
2010-10-08Further split the cli-tools to rpminstall, rpmquery and rpmverifyPanu Matilainen2-11/+30
2010-10-06Remove filesystem related leftover API definitionsPanu Matilainen2-28/+0
2010-10-06Use the right variable for absolute path (ticket #137)Aron Griffis1-1/+1
2010-10-06Fix generating platform config for armMichal Čihař1-1/+1
2010-10-05Require file attribute config to have .attr suffixPanu Matilainen14-5/+7
2010-10-05Replace __foo_exeonly attribute with a more generic mechanismPanu Matilainen4-8/+9
2010-10-05Tolerate NULL args in argvSplitString()Panu Matilainen1-1/+5
2010-10-04Add cli switches to override signing key and digest algorithmPanu Matilainen2-1/+10
2010-10-04Adjust rpm.pc private librariesPanu 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 Matilainen6-15/+89
2010-10-04Simplify queryformat popt callback handlingPanu Matilainen1-9/+1
2010-10-04l10n: Updated Polish (pl) translation to 100%Piotr Drąg1-10/+1
2010-10-03l10n: Updated Italian (it) translation to 100%Guido Grazioli1-1333/+1165
2010-10-01And now python bindings are really free of librpmbuild internalsPanu Matilainen1-2/+1
2010-10-01Kill spec.buildRoot from pythonPanu Matilainen1-11/+0
2010-10-01Use the new spec section getter in python bindingsPanu Matilainen1-20/+13
2010-10-01Add getter for spec script sections too, bah...Panu Matilainen2-0/+17
2010-10-01Use the new spec src/pkg API in python instead of direct access to specPanu Matilainen1-9/+12