summaryrefslogtreecommitdiff
path: root/tools/rpmcache.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Remove alloca() ussage from rpmcache.cJindrich Novy1-1/+2
2008-04-17Don't copy unknown number of args to buffer of fixed size in initGlobs()Jindrich Novy1-10/+7
2008-02-28Add missing leading underscores to names passed to rpmMkdirPath()Panu Matilainen1-1/+1
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-2/+2
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+2
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-3/+3
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen1-2/+2
2007-12-14Bogus const removal continued...Panu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-6/+6
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-2/+2
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+2
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-4/+4
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-2/+2
2007-09-18Change main() to using char *argv[].Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-6/+4
2007-07-10Add missing include to rpmcachePanu Matilainen1-0/+1
2005-01-17Build on macosx.jbj1-0/+2
2004-10-25Teach rpmcache to use globla ftsOpts.jbj1-25/+3
2004-03-02- permit globs in macrofiles: directive (#117217).jbj1-2/+1
2003-04-16- resurrect manifests, RPMRC_NOTFOUND returned by readLead().jbj1-3/+3
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-6/+6
2002-07-28- popt: display sub-table options only once on --usage.jbj1-4/+8
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-1/+1
2002-07-20- version added to *.la dependency libraries (#69063).jbj1-4/+0
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-3/+3
2002-07-04- fix: forgot lazy open of database on --freshen path (#67907).jbj1-19/+185
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-0/+463