2010-04-06 |
Panu Matilainen | Bury rpmdb flags inside rpmdb.c, not used by anything...
|
commit | commitdiff | tree |
2010-04-06 |
Panu Matilainen | Unbreak --rebuilddb
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Nuke bogus comments + related NULL-checks
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Clean up rpmdb struct initialization
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Lose unused static initialization foo
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Clean up formatting in rpmdbCountPackages() (just cosmetics)
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Remove unused rpmdbCloseDBI()
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Generate package database statistics on close & make...
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Lose "support" for truly ancient BDB versions
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Rename dbiOpen() + dbiOpenDB() to make their layer...
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Pass rpmdb to dbiFindByLabel() / rpmdbiFindMatch()...
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Eliminate dbi_rpmtag member from dbiIndex struct
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Define + use enum for primary/secondary index types...
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Rename the dbi access method member dbi_type -> dbi_dbtype
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Split dbiIndex out of rpmdb_internal.h into header...
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Eliminate unnecessary argument to dbiCopen()
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Move dbi_no_dbsync logic to inside dbiSync()
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | On header iteration format queries, dump the contents...
|
commit | commitdiff | tree |
2010-04-01 |
Panu Matilainen | Disable header i18n lookup in headerCopyTags() (RhBug...
|
commit | commitdiff | tree |
2010-03-31 |
Panu Matilainen | Remove BDB recno + queue access methods from configuration
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Database metadata integer byte order is not user serviceable...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Lose dbi file configuration option
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Make dbiVerify() and dbiOpen() static, not needed outside...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Bury dbiIndexItem and dbiIndexSet structs inside rpmdb.c
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Make dbiIndexSet operations static inside rpmdb.c
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Lose the BDB access method configuration options
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | We really dont care about macro expanded per-db error...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Lose shmkey + shared BDB config options
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Remove "truncate" BDB config option
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | We dont want to use DB_HOME environment, ever
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | We dont have any temporary databases anymore, lose...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Lose pointless per-db and per-dbi errfile and errcall...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Shred a pile of BDB config goo that's never been actually...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Shed the pointless per-dbi memory allocators
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Eliminate now unnecessary db_ndbi field, number of...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Make rpmdb index list hard-wired
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Minor cleanup to rpmdbAdd()
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Add + use a helper function for retrieving single header...
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Minor cleanups to rpmdbAdd() and rpmdbRemove()
|
commit | commitdiff | tree |
2010-03-30 |
Panu Matilainen | Minor cleanup to rpmdbRebuild(), use rstreq() instead...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Hide rpmte open/close/error etc logic inside rpmteProcess()
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Move the little thats left of psm.h into rpmte_internal.h
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Oops, scriptlet related error messages had dropped...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Update translatios again to shed non-existent messages...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Lazy allocation of rpmds color array
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Lose long since unused fdReadable() and fdWritable()
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Lose long since unused url control structure and related...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Remove unused dependency set file reference count
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Remove unused and non-sensible depedency set build...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | headerNextTag() fits the checkForDuplicates() use-case...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Unbreak cpio archive path generation
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Oops, being a bit too strict on dependency qualifiers
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Teach rpm about pre-transaction dependencies
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Always fail build on unknown dependency qualifiers
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Always initialize tagflags to RPMSENSE_ANY
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Report all enabled dependency bits in deptype format...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Dont bother translators with dependency lookup debug...
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Lose unused RPMSENSE_PATCHES
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Remove redundant assignments
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Group the tag cases a bit more logically in parseRCPOT()
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Drop "support" for per-scriptlet build-requires
|
commit | commitdiff | tree |
2010-03-29 |
Panu Matilainen | Free up three bits from rpmsenseFlags
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Add ds.Instance() method to python bindings
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Take advantage of rpmdsCurrent() in python bindings
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Add public rpmdsCurrent() function for creating a single...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Split single ds generation into helper function, clean...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Simplify rpmcliTransaction() a bit
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Oops, diskspace problem messed up from the argument...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Record originating header instance to all problems...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Take advantage of rpmdsInstance() in dependency problem...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Record header instance in dependency sets + add API...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Merge checkPackageSet() into checkInstDeps()
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Avoid unnecessary argument now that problem pkgNEVRA...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Change the problem data arrangement for dependency...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Filter out duplicate problems when adding to element...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Eliminate rpmpsAppend() from the API
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Push problem creation argument sanitation to the level...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Sanitize rpmteAddProblem() arguments
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Use the new problem set iterator where it makes more...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Use rpmpsMerge() for collecting element problems in...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Add a simple and dumb rpmpsMerge() function to merge...
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Add a saner rpmps iteration interface
|
commit | commitdiff | tree |
2010-03-26 |
Panu Matilainen | Handle NULL and the same literal problem pointer in...
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Update translations for the rpmps -> rpmprob split
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Split rpm problem type + its "methods" to separate...
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Add public function for testing problem equality
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Lose unused ignoreProblem from rpmProblem struct
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Minor cleanup to rpmpsGetProblem()
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Minor cleanup to rpmpsAppendProblem()
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Minor cleanup to rpmpsFreeIterator()
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Dont bother allocating iterator if there's no data...
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Clean up verifyDependencies() a bit, no functional...
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Sanitize verifyscript handling a bit
|
commit | commitdiff | tree |
2010-03-25 |
Panu Matilainen | Revert "Transaction element type is not a bitfield...
|
commit | commitdiff | tree |
2010-03-24 |
Panu Matilainen | Remove rpmteColorDS() from the API/ABI
|
commit | commitdiff | tree |
2010-03-24 |
Panu Matilainen | Add RPMBUILD_ISFOO constants to python rpmb module...
|
commit | commitdiff | tree |
2010-03-24 |
Panu Matilainen | Add __bool__() / __nonzero__() method to python rpmmi...
|
commit | commitdiff | tree |
2010-03-23 |
Panu Matilainen | First take at pluggable file attribute + dependency...
|
commit | commitdiff | tree |
2010-03-23 |
Panu Matilainen | Fix fallout from rpmgi.h moving to internal path
|
commit | commitdiff | tree |
2010-03-22 |
Panu Matilainen | Lose leftover RPMDBI_ARGLIST rpmgi pseudo tag
|
commit | commitdiff | tree |
next |