tools/librpm-tizen.git
2010-11-04 Panu MatilainenStart eliminating dbapi leftovers
2010-11-04 Panu MatilainenEliminate unused strlen() calls 'n stuff from skipInsta...
2010-11-04 Panu MatilainenRemove nicely misleading #ifndef NOTYET case from skipI...
2010-11-03 Yuri Chornoivanl10n: Updated Ukrainian (uk) translation to 100%
2010-11-03 Florian FestiMerge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySi...
2010-11-03 Florian FestiMake ints in IndexIterator API unsigned as the interal...
2010-11-03 Florian FestiRename rpmdbKeyIterator to rpmdbIndexIterator
2010-11-03 Florian FestiGive access to the pkg offset and tag num of the index...
2010-10-30 Panu MatilainenConst-correctness: source is a pointer to fullSource...
2010-10-29 Panu MatilainenConst-correctness: rpmCharCheck() doesn't modify field...
2010-10-29 Panu MatilainenAdd rough-cut man-pages for our new executables
2010-10-29 Panu MatilainenMore ancient cruft removal from the repository
2010-10-29 Panu MatilainenLose ancient lclint remnants from the repository
2010-10-29 Panu MatilainenEliminate unused truncStringBuf() function
2010-10-29 Panu MatilainenEliminate unused spectag and speclines goo from spec
2010-10-28 Alexey Gladkovelfdeps: Fix version definitions processing
2010-10-28 Panu MatilainenFix the remaining enum abuse over rpmParseState in...
2010-10-28 Panu MatilainenNow, make getStringBuf() return const char * for correc...
2010-10-28 Panu MatilainenparseScript() const pedantry
2010-10-28 Panu MatilainenUse ARGV_t instead of stringbuf in changelog parsing
2010-10-28 Panu MatilainenUse ARGV_t for temporary line storage directly
2010-10-28 Panu MatilainenPass the script to doScript() as const char *
2010-10-28 Panu MatilainenArgument passing hysteria in doScript()
2010-10-28 Panu MatilainenHandle NULL sb in getStringBuf() cleanly
2010-10-28 Panu MatilainenUse ARGV_t for package fileFile, fileList and policyList
2010-10-28 Panu MatilainenEliminate splitString() leftover braindamage in process...
2010-10-26 Panu MatilainenBury stripTrailingChar() inside the only remaining...
2010-10-26 Panu MatilainenBury StringBuf inside librpmbuild internals
2010-10-26 Panu MatilainenMake rpmfcExec() internal
2010-10-26 Panu MatilainenEliminate the sole StringBuf user in librpm side
2010-10-26 Panu MatilainenFix BDB version check in configure to work with >=...
2010-10-26 Panu MatilainenSeparate match iterator allocation vs initialization
2010-10-25 Panu MatilainenCreate less draconian loops for grouped collections
2010-10-25 Panu MatilainenOnly specific cases of collections need extra ordering
2010-10-23 Piotr Drągl10n: Updated Polish (pl) translation to 100%
2010-10-22 Panu MatilainenEek.. librpmsign sources went missing in the move
2010-10-22 Panu MatilainenBah, couple of missed places for librpmsign moving
2010-10-22 Panu MatilainenTeach python about the new RPMDBI_* tags
2010-10-22 Panu MatilainenUpdate translations to pick recent changes + files...
2010-10-22 Panu MatilainenMove librpmsign to its own subdirectory in the sources
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-10-22 Panu MatilainenFix invalid uses of rpmTag/rpmSigTag in pack.c
2010-10-22 Panu MatilainenReplace remaing rpmSigTag uses with rpmTagVal
2010-10-22 Panu MatilainenUse header datatype for hash algo instead of pgpHashAlg...
2010-10-22 Panu MatilainenEliminate pgpHashAlgo uses in librpm side
2010-10-22 Panu MatilainenFix (ie eliminate) rpmSigTag uses in rpmchecksig
2010-10-22 Panu MatilainenMeh, one missed rpmTag -> rpmTagVal change in query
2010-10-22 Panu MatilainenCouple of enum craziness fixes to package.c
2010-10-22 Panu MatilainenEliminate use of pgpHashAlgo in rpmio interface arguments
2010-10-22 Panu MatilainenCouple of previously missed type changes in rpmdb code
2010-10-22 Panu MatilainenSwitch lowelevel header internals to use rpm_tagtype_t...
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-10-22 Panu MatilainenSwitch lone rpmTag use in query to rpmTagVal
2010-10-22 Panu MatilainenSwitch psm and rpmscript to use rpmTagVal where appropriate
2010-10-22 Panu MatilainenChange rpmfiNew() tag argument to rpmTagVal
2010-10-22 Panu MatilainenSwitch rpmte API and internals to use rpmTagVal instead...
2010-10-22 Panu MatilainenSwitch rpmds API and internals to use rpmTagVal instead...
2010-10-22 Panu MatilainenChange rpmdb internals and iterator APIs to use the...
2010-10-22 Panu MatilainenDocument our supported rpmdb indexes in the API via...
2010-10-22 Panu MatilainenChange all the legacy interfaces to use the "concrete...
2010-10-22 Panu MatilainenSwitch header APIs to use rpmTagVal instead of rpmTag
2010-10-22 Panu MatilainenrpmTagFoo() getters take arbitrary integers, not rpmTag...
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...
next