Age | Commit message (Expand) | Author | Files | Lines |
2007-12-15 | Remove bogus const from rpmGenPath() temporary targets | Panu Matilainen | 1 | -4/+4 |
2007-12-15 | Remove bogus const from rpmGetPath() temporary targets | Panu Matilainen | 1 | -3/+3 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -1/+1 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -5/+5 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -1/+1 |
2007-11-23 | Move rpmioMkpath from rpmio.h to rpmfileutil.h | Panu Matilainen | 1 | -1/+2 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -4/+4 |
2007-11-19 | Lose rpmerr.h for good | Panu Matilainen | 1 | -1/+1 |
2007-11-19 | Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels | Panu Matilainen | 1 | -3/+3 |
2007-10-28 | Eliminate BSD-types. | Ralf Corsépius | 1 | -2/+2 |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmdb_internal.h" instead of <rpmdb_internal.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmmacro.h" instead of <rpmmacro.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmurl.h" instead of <rpmurl.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-09 | Make rpmerr.h private, include directly where needed. | Panu Matilainen | 1 | -0/+1 |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -7/+7 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -7/+7 |
2007-10-09 | Replace all rpmError() uses with rpmlog() | Panu Matilainen | 1 | -3/+3 |
2007-09-20 | Rename tagName/Value/Type() to rpmTagGet*() | Panu Matilainen | 1 | -8/+8 |
2007-09-18 | Build db3isalive only if it is being used. | Ralf Corsépius | 1 | -0/+2 |
2007-09-17 | Hide db index handling and rpmdb details from the API to internal header | Panu Matilainen | 1 | -1/+1 |
2007-09-13 | Remove support for BDB < 4.1 | Panu Matilainen | 1 | -64/+0 |
2007-09-13 | Remove dead code | Panu Matilainen | 1 | -63/+0 |
2007-09-13 | Stale lock removal on BDB >= 4.5.x | Panu Matilainen | 1 | -0/+34 |
2007-09-13 | Remove db3 "annotate me" comments | Panu Matilainen | 1 | -12/+0 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -151/+28 |
2007-08-22 | Use (xxx->open)() to work-around glibc's open() behaving having changed. | Ralf Corsépius | 1 | -5/+5 |
2007-07-10 | Cast dbenv error call method set to void* to fix compiler warnings. | Panu Matilainen | 1 | -2/+2 |
2005-03-23 | rip out compile/bind/exec methods, wrong approach to speeding up sql. | jbj | 1 | -44/+1 |
2005-03-17 | Splint fiddles. | jbj | 1 | -19/+54 |
2005-03-15 | Start sqlite3 fixing. | jbj | 1 | -1/+44 |
2005-02-13 | - macosx: change to --prefix=/usr rather than /opt/local. | jbj | 1 | -0/+4 |
2004-11-11 | - selinux: use rpm_execcon, not execv, to run scriptlets (#136848). | jbj | 1 | -6/+4 |
2004-10-21 | DB_WRITECURSOR cannot be used with sunrpc dbenv. | jbj | 1 | -2/+2 |
2004-10-21 | Install all Berkeley DB utilities. | jbj | 1 | -1/+2 |
2004-10-16 | Upgrade to db-4.3.14 internal. | jbj | 1 | -0/+11 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -7/+10 |
2003-02-03 | oops, get rid of debugging printf's. | jbj | 1 | -2/+3 |
2002-12-27 | - ignore ENOENT return from db->close (#80514,#79314). | jbj | 1 | -2/+7 |
2002-12-26 | Initialize differently if using rpc access. | jbj | 1 | -36/+48 |
2002-12-24 | Keep message to 1 line. | jbj | 1 | -1/+1 |
2002-12-24 | Check for unshared posix mutexes only on 1st open. | jbj | 1 | -5/+7 |
2002-12-24 | - fix: remove rpmfi scareMem so that headers can be reloaded on ia64. | jbj | 1 | -1/+3 |
2002-12-23 | Sanity. | jbj | 1 | -14/+17 |
2002-12-20 | - error on exclusive Packages fcntl lock if DB_ENV_PRIVATE is set. | jbj | 1 | -3/+7 |
2002-12-20 | - test pthread_{mutex,cond}attr_setpshared(), add DB_ENV_PRIVATE if not. | jbj | 1 | -0/+50 |
2002-08-26 | - set cachesize without a dbenv, the default is far too small. | jbj | 1 | -18/+60 |
2002-08-14 | Update to db-4.1.17. | jbj | 1 | -0/+19 |
2002-08-13 | - fix: rebuilddb stat'ed target, not source, for rename sanity. | jbj | 1 | -0/+5 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -1/+1 |