summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-03We don't support url's in db paths, rip.Panu Matilainen1-17/+2
2008-04-03Replace silly static rpmioFileExists() in rpmdb.c with plain old access()Panu Matilainen1-41/+5
2008-04-03Remove ancient db1->db3 conversion cruftPanu Matilainen1-9/+0
2008-03-24Remove bogus consts from rpmdb and dbi structsPanu Matilainen1-5/+5
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-2/+2
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-14/+0
2008-03-12Refcount dbiTags on db open+close, automatically freePanu Matilainen1-40/+58
2008-03-07Log message adjustmentsPanu Matilainen1-15/+15
2008-03-06Make the rpmdb vectors readonlyPanu Matilainen1-2/+2
2008-02-25Eliminate rpmdb refcount debug junk from the APIPanu Matilainen1-8/+8
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen1-10/+10
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-17/+17
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-6/+6
2008-02-05Couple of missed type abstractionsPanu Matilainen1-1/+1
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-2/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-12/+12
2007-12-18Avoid exiting too early due to nested rpmdbCheckSignals()Panu Matilainen1-1/+1
2007-12-18Remove bogus const from rpmdb match iterator contentsPanu Matilainen1-4/+4
2007-12-18Use constfree for rpmdb_s contents for nowPanu Matilainen1-5/+5
2007-12-16Stupid reversed-logic thinko..Panu Matilainen1-1/+1
2007-12-16Remove const from bunch of error message return typesPanu Matilainen1-9/+9
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-5/+5
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-6/+6
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-17/+17
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-6/+6
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-11/+11
2007-12-03Rename _rpmdbMatchIterator -> rpmdbMatchIterator_sPanu Matilainen1-1/+1
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-11-27Revert the buggy dbiFindByLabel() epoch handling for nowPanu Matilainen1-30/+9
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen1-1/+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-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-4/+4
2007-11-23Move rpmCleanPath from macros to rpmfileutil.hPanu Matilainen1-0/+1
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-7/+7
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-24/+24
2007-11-16Eliminate need for rpmio_internal.h in rpmdb.cPanu Matilainen1-21/+7
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+3
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-20/+20
2007-10-17Use HAVE_DB_H for both internal and external BDBPanu Matilainen1-2/+2