summaryrefslogtreecommitdiff
path: root/tools/rpmgraph.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-04Remove solvedb API and other related stuffPanu Matilainen1-4/+0
2008-04-28Remove unused alloca'd variableJindrich Novy1-2/+0
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2007-12-18Cast to silence gcc..Panu Matilainen1-1/+1
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen1-5/+5
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-8/+8
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGlob() from macros to rpmfileutil.hPanu Matilainen1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-6/+6
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-3/+3
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+0
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen1-14/+2
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-2/+2
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-4/+4
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-3/+3
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-5/+0
2007-09-18Change main() to using char *argv[].Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-8/+4
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2005-07-10Don't crap out with missing dependencies.jbj1-2/+0
2005-01-17Build on macosx.jbj1-0/+1
2003-01-25- permit anaconda to choose "presentation order".jbj1-9/+3
2002-08-23- merge signature returns into rpmRC.jbj1-13/+13
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-12/+12
2002-07-28- popt: display sub-table options only once on --usage.jbj1-4/+6
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-1/+1
2002-07-02add (disabled for now) dependency check to rpmgraph.jbj1-4/+42
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-0/+278