summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2007-11-28Remove code duplicationPanu Matilainen1-15/+1
2007-11-27Revert the buggy dbiFindByLabel() epoch handling for nowPanu Matilainen1-30/+9
2007-11-27Comment out hRET_s and HE_s for now...Panu Matilainen1-0/+3
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen4-392/+0
2007-11-27Drop support for old style file tags in rpmdbPanu Matilainen1-3/+0
2007-11-27Teach dbiFindByLabel() to grok epochsPanu Matilainen1-9/+30
2007-11-26Eliminate type "byte"Ralf Corsépius1-4/+4
2007-11-25Remove unnecessary deps on NSS.Ralf Corsépius1-3/+1
2007-11-23Reflect changes to include files.Ralf Corsépius1-1/+0
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius13-17/+17
2007-11-23Move rpmCleanPath from macros to rpmfileutil.hPanu Matilainen2-1/+2
2007-11-23Move rpmioMkpath from rpmio.h to rpmfileutil.hPanu Matilainen2-2/+4
2007-11-23librpmdb doesn't need rpmio private headers anymorePanu Matilainen1-1/+0
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen2-225/+0
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen4-2/+4
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius17-37/+37
2007-11-22Remove AM_CPPFLAGS += -I$(top_srcdir)/build.Ralf Corsépius1-2/+0
2007-11-22Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-11-19Lose rpmerr.h for goodPanu Matilainen3-3/+3
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen3-31/+31
2007-11-16Eliminate need for rpmio_internal.h in rpmdb.cPanu Matilainen1-21/+7
2007-11-13Fix rpm -K segfaulting on corrupted headerPanu Matilainen1-1/+1
2007-11-07Eliminate rpmlead use from legacy retrofitting.Panu Matilainen2-11/+6
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen2-2/+5
2007-11-07Silence bunch of compiler warnings from test programsPanu Matilainen1-1/+1
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+1
2007-11-07Remove .splintrc's in the treePanu Matilainen1-61/+0
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-3/+3
2007-10-30Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-10-30Remove rpmdb/tsql.c.Ralf Corsépius2-66/+0
2007-10-29Include rpmlib.h instead of lib/rpmlib.hPanu Matilainen1-1/+1
2007-10-29Use size_t for sizes.Ralf Corsépius2-3/+3
2007-10-29Move typedef into extern "C" {.Ralf Corsépius1-4/+4
2007-10-29Don't include <assert.h>.Ralf Corsépius1-1/+0
2007-10-28Eliminate BSD-types.Ralf Corsépius3-4/+4
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius7-7/+7
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmio.h" instead of <rpmio.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmdb_internal.h" instead of <rpmdb_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "header_internal.h" instead of <header_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius6-6/+6
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsw.h" instead of <rpmsw.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius2-2/+2
2007-10-28Add @cond NODOXYGEN to hide away __RPM_USES_STDINT_H__ from docs.Ralf Corsépius1-0/+2
2007-10-27Add deprecation notices.Ralf Corsépius1-25/+6
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius12-183/+183
2007-10-24Add rpmdb/rpmints.h.in.Ralf Corsépius2-14/+47