summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-6/+6
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-17/+17
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-22/+22
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-24/+24
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-22/+22
2007-09-19Remove db-internals from rpmtsPanu Matilainen1-0/+29
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-0/+1
2007-09-11Remove splint tags.Ralf Corsépius1-499/+141
2007-09-05Handle mire matching against binary blobs (rhbz#277161)Panu Matilainen1-2/+13
2007-09-05Fix false mire matches on nonexistent headers.Panu Matilainen1-1/+3
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-12/+0
2007-07-21Make rpmdbCheckTerminate() non-terminating.Panu Matilainen1-8/+10
2007-07-20Support explicitly asking from rpmdb cleanup + termination.Panu Matilainen1-6/+12
2007-07-12Use uint_32 for dirindexes everywherePanu Matilainen1-3/+3
2007-07-11b64decode() len paramenter is unsigned size type, use it...Panu Matilainen1-2/+2
2007-06-19Don't open temporary databases at rpmdbOpenAll():Panu Matilainen1-30/+27
2007-06-19Nuke default skipDirs list (rhbz#140055 & others).Panu Matilainen1-7/+0
2007-06-07Ooops, rpmdbFindFpList() not finding anything is not an error...Panu Matilainen1-1/+1
2007-06-07Return error codes from rpmdbFindFpList() on "can't happen" situations.Panu Matilainen1-3/+3
2007-05-16Make rebuilddb work with the --root option.Panu Matilainen1-2/+2
2007-04-16Make rpmdbSync obey the no_dbsync flagPaul Nasrat1-0/+2
2005-02-16fix: restore longer scope for sqlite3 data (which frees on cClose).jbj1-2/+3
2005-02-02- fix: length of gpg V4 hash seed was incorrect (#146896).jbj1-17/+67
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-2/+2
2005-01-04Splint fiddles.jbj1-0/+2