Age | Commit message (Expand) | Author | Files | Lines |
2010-12-13 | Replace verified header tracking bitfield with a hash table | Panu Matilainen | 1 | -10/+0 |
2010-12-03 | Internalize most direct rpmdb manipulation functions | Panu Matilainen | 1 | -0/+62 |
2010-10-26 | Separate match iterator allocation vs initialization | Panu Matilainen | 1 | -0/+10 |
2010-09-21 | Missing c++ end marker in rpmdb_internal.h, oops | Panu Matilainen | 1 | -0/+4 |
2010-05-07 | Revert back to rpmdbRemove() taking instance number instead of actual header | Panu Matilainen | 1 | -2/+2 |
2010-05-06 | Convert tsmem->removedPackages to a hash table and remove rpmdbPruneIterator ... | Florian Festi | 1 | -0/+19 |
2010-04-07 | Make rpmdbAdd() and rpmdbRemove() internal-only | Panu Matilainen | 1 | -0/+18 |
2010-04-07 | Stash rpmdb struct definition out of sight into dbi.h | Panu Matilainen | 1 | -29/+0 |
2010-04-06 | Bury rpmdb flags inside rpmdb.c, not used by anything outside it | Panu Matilainen | 1 | -10/+0 |
2010-04-01 | Split dbiIndex out of rpmdb_internal.h into header of its own | Panu Matilainen | 1 | -185/+1 |
2010-04-01 | Eliminate unnecessary argument to dbiCopen() | Panu Matilainen | 1 | -3/+1 |
2010-03-31 | Database metadata integer byte order is not user serviceable config | Panu Matilainen | 1 | -1/+0 |
2010-03-31 | Lose dbi file configuration option | Panu Matilainen | 1 | -1/+1 |
2010-03-31 | Make dbiVerify() and dbiOpen() static, not needed outside rpmdb.c | Panu Matilainen | 1 | -25/+0 |
2010-03-31 | Bury dbiIndexItem and dbiIndexSet structs inside rpmdb.c | Panu Matilainen | 1 | -31/+0 |
2010-03-31 | Make dbiIndexSet operations static inside rpmdb.c | Panu Matilainen | 1 | -34/+0 |
2010-03-31 | Lose the BDB access method configuration options | Panu Matilainen | 1 | -21/+0 |
2010-03-31 | We really dont care about macro expanded per-db error prefix | Panu Matilainen | 1 | -1/+0 |
2010-03-31 | Lose shmkey + shared BDB config options | Panu Matilainen | 1 | -1/+0 |
2010-03-31 | We dont have any temporary databases anymore, lose the config switches | Panu Matilainen | 1 | -2/+0 |
2010-03-31 | Lose pointless per-db and per-dbi errfile and errcall pointers | Panu Matilainen | 1 | -4/+0 |
2010-03-31 | Shred a pile of BDB config goo that's never been actually implemented | Panu Matilainen | 1 | -19/+0 |
2010-03-31 | Shed the pointless per-dbi memory allocators | Panu Matilainen | 1 | -5/+1 |
2010-03-31 | Eliminate now unnecessary db_ndbi field, number of indexes is constant | Panu Matilainen | 1 | -1/+0 |
2009-12-07 | Remove support for sqlite based rpm database | Florian Festi | 1 | -180/+38 |
2009-09-22 | Remove ancient, unused code to filter duplicates on rpmdb rebuild | Panu Matilainen | 1 | -1/+0 |
2009-09-21 | Move rpmdb home creation from backends to one level higher | Panu Matilainen | 1 | -0/+1 |
2009-09-21 | Add an internal API for getting rpmdb home wrt chroot state, use it | Panu Matilainen | 1 | -0/+9 |
2009-09-21 | Remove pointless per-index api version | Panu Matilainen | 1 | -1/+0 |
2009-09-21 | Remove BDB RPC "support" | Panu Matilainen | 1 | -4/+0 |
2009-09-21 | Per-dbi root and home dont make sense, always use rpmdb paths | Panu Matilainen | 1 | -2/+0 |
2009-01-09 | Implement dbiGet and dbiPut as normal function | Florian Festi | 1 | -20/+4 |
2009-01-09 | Remove unused database intex functions: dbiCdup, dbiAssociate, dbiPget, dbiJoin | Florian Festi | 1 | -115/+0 |
2008-11-29 | Unify dbiIndexSet allocations, allocate in power-of-two sizes | Panu Matilainen | 1 | -0/+1 |
2008-11-29 | Use proper type (unsigned) for index set offset/count | Panu Matilainen | 1 | -2/+2 |
2008-11-28 | Delete _dbiIndexItem.fpNum as it is no longer used and also does not really f... | Florian Festi | 1 | -1/+0 |
2008-11-24 | Expose rpmdbSortIterator in rpmdb_internal.h | Florian Festi | 1 | -0/+7 |
2008-11-24 | Add rpmdbExtendIterator to do repeated searches | Florian Festi | 1 | -0/+10 |
2008-10-09 | Mark rpmdb internals as internals, including the "mergesort" gem | Panu Matilainen | 1 | -0/+10 |
2008-05-12 | Start (re-)joining librpmdb and librpm | Panu Matilainen | 1 | -0/+665 |