tools/librpm-tizen.git
2010-10-22 Panu MatilainenUse concrete integer types for entryInfo and rpmtd...
2010-10-22 Panu MatilainenCouple of doxygen argument mismatch fixes
2010-10-22 Panu MatilainenEliminate silly cast
2010-10-22 Panu MatilainenDrop unused pubkeys index too
2010-10-22 Panu MatilainenDrop filedigests index
2010-10-22 Panu MatilainenEliminate useless --fileid query selector
2010-10-21 Florian FestiFix Python bindings and raise KeyError when there is...
2010-10-21 Florian FestiFix typo / erroneously deleted line
2010-10-21 Florian FestirpmdbKeyIterator: loop over keys in the database indexes
2010-10-20 Panu MatilainenHardwire the fundamental BDB access method configuratio...
2010-10-20 Panu MatilainenEliminate now unnecessary db rebuild macro goo and...
2010-10-20 Panu MatilainenLift fsync enable/disable configuration handling to...
2010-10-20 Panu MatilainenHardwire the fundamental BDB subsystem configuration...
2010-10-20 Panu MatilainenLift missing index detection to rpmdb layer
2010-10-20 Panu MatilainenAvoid umphteen unnecessary calls to rpmTagGetName()
2010-10-20 Panu MatilainenAdd a getter for dbi name
2010-10-20 Panu MatilainenClean up rpmdbOpenIndex() logic a bit, no functional...
2010-10-20 Panu MatilainenLose leftover, unwired pagesize db option
2010-10-20 Panu MatilainenAvoid directly accessing bdb-specific dbi members from...
2010-10-20 Panu MatilainenAdd a backend-independent flags + getter for dbis
2010-10-19 Panu MatilainenPass rpmdb, not dbi to db_init() and db_fini()
2010-10-19 Panu MatilainenAdd a no-dbi version of the db error reporting function
2010-10-19 Panu MatilainenMove db environment-level configuration out of per...
2010-10-19 Panu MatilainenGroup the database options to per-dbi and per-environme...
2010-10-19 Panu MatilainenPython dbMatch() doesn't take (or need) len argument...
2010-10-19 Panu MatilainenA few more rpmdb variable/argument renames, missed...
2010-10-19 Panu MatilainenDecouple dbiVerify() from dbiClose()
2010-10-19 Panu MatilainenAdd flags argument to dbiOpen(), pass through from...
2010-10-19 Panu MatilainenOops, dumb copy-paste error causing --verifydb to ...
2010-10-19 Panu MatilainenRename rpmdb variables in the backend to rdb to disting...
2010-10-18 Panu MatilainenGenerate missing database indexes automatically
2010-10-18 Panu MatilainenCreate indexes too on rpmdbInit() (ticket #156)
2010-10-18 Panu MatilainenAvoid returning NULL from prDbiOpenFlags()
2010-10-18 Panu MatilainenRemember if we created the db backing file on open
2010-10-18 Panu MatilainenLift dbi fcntl() locking out of dbiOpen()
2010-10-18 Panu MatilainenLift secondary index updating out of rpmdbAdd()
2010-10-18 Florian FestiSupport looping over indexes when giving keyp=NULL...
2010-10-13 Panu MatilainenAdd python bindings for librpmsign
2010-10-13 Panu MatilainenOops, fixup rpmsign exit codes on success
2010-10-13 Panu MatilainenMake rpmPkgSign() actually honor the signing arguments
2010-10-13 Panu MatilainenNuke rpmcliSign() out of the orbit
2010-10-13 Panu MatilainenMake rpmsign use the new signing interface (minimal...
2010-10-13 Panu MatilainenAdd beginnings of a real API to librpmsign
2010-10-12 Panu MatilainenMove plugins out of rpm config directory
2010-10-12 Colin WaltersAdd 'VCS' key
2010-10-12 Colin WaltersAdd 'VCS' key
2010-10-12 Panu MatilainenAdd --requires etc popt aliases for rpmspec too
2010-10-12 Panu MatilainenRpm option descriptions begin with lowercase letters...
2010-10-12 Panu MatilainenOnly queryformat is relevant for specfiles
2010-10-12 Panu MatilainenSupport overriding target for rpmspec queries too
2010-10-12 Panu MatilainenSupport both binary/source queries in rpmspec tool...
2010-10-12 Panu MatilainenAdd support for querying source rpm from spec too
2010-10-12 Eric W. BiedermanAdd a python accessor for the source header
2010-10-12 Eric W. BiedermanAdd a getter for the source header.
2010-10-12 Panu MatilainenFix misc/ include path
2010-10-08 Panu MatilainenFurther split the cli-tools to rpminstall, rpmquery...
2010-10-06 Panu MatilainenRemove filesystem related leftover API definitions
2010-10-06 Aron GriffisUse the right variable for absolute path (ticket #137)
2010-10-06 Michal ČihařFix generating platform config for arm
2010-10-05 Panu MatilainenRequire file attribute config to have .attr suffix
2010-10-05 Panu MatilainenReplace __foo_exeonly attribute with a more generic...
2010-10-05 Panu MatilainenTolerate NULL args in argvSplitString()
2010-10-04 Panu MatilainenAdd cli switches to override signing key and digest...
2010-10-04 Panu MatilainenAdjust rpm.pc private libraries
2010-10-04 Panu MatilainenFurther streamline rpmcliArgIter() and friends
2010-10-04 Panu MatilainenLift specfile query out of main rpm(query) into separat...
2010-10-04 Panu MatilainenSimplify queryformat popt callback handling
2010-10-04 Piotr Drągl10n: Updated Polish (pl) translation to 100%
2010-10-03 Guido Graziolil10n: Updated Italian (it) translation to 100%
2010-10-01 Panu MatilainenAnd now python bindings are really free of librpmbuild...
2010-10-01 Panu MatilainenKill spec.buildRoot from python
2010-10-01 Panu MatilainenUse the new spec section getter in python bindings
2010-10-01 Panu MatilainenAdd getter for spec script sections too, bah...
2010-10-01 Panu MatilainenUse the new spec src/pkg API in python instead of direc...
2010-10-01 Panu MatilainenAdd minimal API for spec packages and sources
2010-10-01 Panu MatilainenUse namespaced names for spec pkg and source opaque...
2010-10-01 Panu MatilainenFinish off our librpmbuild API mass-murder by turning...
2010-10-01 Panu MatilainenrpmfcGenerateDepends() is internal, move away from...
2010-10-01 Panu MatilainenA few missing internal markers on librpm side too
2010-10-01 Panu MatilainenWhoops, missing RPM_GNUC_INTERNAL on stashSt()
2010-10-01 Panu MatilainenStuff fts into a convenience library in misc/
2010-10-01 Panu MatilainenLose rpmio-url leftovers from fts
2010-10-01 Panu MatilainenForce shared build of python extension
2010-10-01 Panu MatilainenAdd configure switch to disable plugins build
2010-10-01 Panu MatilainenHandle enable/disable python to configure.ac more sanely
2010-09-29 Panu MatilainenRemove configuration for no longer existing db indexes
2010-09-29 Panu MatilainenAnd now sighdrPut() can be buried back into signature.c
2010-09-29 Panu MatilainenEliminate some redundancy in signature sanity checking
2010-09-29 Panu MatilainenSimplify the signature generation somewhat
2010-09-29 Panu MatilainenSplit the setup + running of gpg helper to a separate...
2010-09-29 Panu MatilainenEliminate the pointless switch-case from makeHDRSignature()
2010-09-29 Panu MatilainenStart ripping through the hysterical signature generati...
2010-09-29 Panu MatilainenClean up makeHDRDigest() a bit
2010-09-29 Panu MatilainenMake rpmGenSignature() static
2010-09-29 Panu MatilainenWhoops, couple of includes gone missing in the shuffle
2010-09-29 Panu MatilainenUpdate translations to pick up stuff moving about etc
2010-09-29 Panu MatilainenAnd finally split the signing support into a separate...
2010-09-29 Panu MatilainenLift the signature generation in all its g(l)ory to...
2010-09-29 Panu MatilainenMove sighdrPut() to inline function in signature.h
2010-09-29 Panu MatilainenSplit signature and digest generation to separate functions
next