summaryrefslogtreecommitdiff
path: root/tools/rpmgraph.c
AgeCommit message (Expand)AuthorFilesLines
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