summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen12-102/+103
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen2-6/+8
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen8-57/+61
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen18-46/+46
2007-12-03Remove double documentation from header methods to make doxygen shut upPanu Matilainen1-224/+0
2007-12-03Rename _rpmdbMatchIterator -> rpmdbMatchIterator_sPanu Matilainen1-1/+1
2007-12-03Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.hPanu Matilainen1-3/+4
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-0/+1
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-3/+3
2007-12-01Erm, stuff headerIsSource() implementation to hdrNVR with other cruftPanu Matilainen2-4/+7
2007-12-01Silly helper method for determining if a header is source or binaryPanu Matilainen1-0/+9
2007-12-01Move headerN(E)VR(A) declarations from rpmlib.h to header.hPanu Matilainen1-0/+30
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen2-0/+83
2007-12-01(no)dirtokens is just a build-time option nowPanu Matilainen1-5/+0
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
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