summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2007-08-05Automake cleanups.Panu Matilainen1-3/+1
2007-07-24Rip out internal libmagic, require external.Panu Matilainen1-10/+1
2007-07-12And one last debugedit fix...Panu Matilainen1-5/+7
2007-07-12Silence the rest of ptr signedness issues in debugeditPanu Matilainen1-8/+8
2007-07-12comp_dir doesn't need to be unsignedPanu Matilainen1-1/+1
2007-07-12Remove unused variable (debugedit)Panu Matilainen1-1/+0
2007-07-12Debugedit cleanup continued.Panu Matilainen1-4/+4
2007-07-12Debugedit cleanup continued.Panu Matilainen1-4/+4
2007-07-12debugedit signedness fixes wrt strlen()Panu Matilainen1-5/+5
2007-07-12Use uint_32 for dirindexes everywherePanu Matilainen1-1/+1
2007-07-10Add missing include to rpmcachePanu Matilainen1-0/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2007-07-04New debugedit option to recompute build ID (rhbz#246404)Panu Matilainen2-4/+171
2007-06-07Remove old testing cruft.Panu Matilainen5-362/+0
2007-04-23Fix debugedit for relative paths (#232222)Paul Nasrat1-6/+4
2007-03-15Fix for debugedit with ../../ in pathsPaul Nasrat1-17/+22
2007-03-15Fix debugedit for O0Paul Nasrat1-29/+49
2007-03-15Fix up debuginfo for various issues - inc. libc-client debuginfo (rh#205339)Paul Nasrat1-15/+27
2007-03-15Fix for thinko in debugedit on ppcPaul Nasrat1-1/+1
2005-07-13- fix: java compiled with -O0 confuses debugedit (#161722).jbj1-2/+7
2005-07-10Don't crap out with missing dependencies.jbj1-2/+0
2005-03-19Handle %dev markers more gracefully.jbj1-1/+1
2005-03-14Sanity.jbj1-3/+3
2005-03-13Permit build with extternal file and libmagic.jbj1-1/+1
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj1-3/+4
2005-01-17Build on macosx.jbj12-10/+24
2004-10-25Teach rpmcache to use globla ftsOpts.jbj1-25/+3
2004-10-21Compile in the correct path to /usr/lib/rpm/magic.jbj1-1/+3
2004-10-09More changes from rpm-4_3 branch.jbj1-1/+0
2004-06-15Achieve xml -> hdr -> xml idempotency.jbj4-1/+9
2004-06-15Generate header from xml parse.jbj4-21/+273
2004-06-15Common signature/header data spew.jbj2-39/+32
2004-06-15Signature header dump and xml functional.jbj1-30/+73
2004-06-14Add time package and time.xar archive.jbj2-0/+0
2004-06-14ndle new-fangled empty tags.jbj3-55/+90
2004-06-14Separate bit masks for input and output formats.jbj1-61/+200
2004-06-14Add rpmxp.c to rpmtool.jbj4-15/+22
2004-06-14First crack at xml parser object.jbj4-158/+235
2004-06-14Add version and DTD to xml output spew.jbj2-3/+16
2004-06-14A libxml2 parser in C.jbj3-2/+173
2004-06-13Follow python naming conventions more closely.jbj2-26/+26
2004-06-13Add libxml2 handler.jbj2-7/+106
2004-06-12A pyexpat parser for rpmHeader xml.jbj4-4/+422
2004-06-11Sanity.jbj1-7/+22
2004-05-31Create output path for opath template.jbj1-26/+58
2004-05-31The death of rpmarchive.c.jbj3-81/+48
2004-05-31Create rpmtool to replace the toy example programs.jbj5-108/+250
2004-05-31Typo.jbj1-1/+1
2004-05-20Fix help for list-file option.arekm1-1/+1
2004-03-02- permit globs in macrofiles: directive (#117217).jbj1-2/+1