summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Avoid stepping on toes of relatives, part 2Panu Matilainen1-6/+6
2010-09-03Use the common rpmcliQueryFlags for signature verify options in rpm cli tooPanu Matilainen1-6/+0
2010-09-01debugedit: fix incorrect error messages regarding -b and -dAnssi Hannula1-2/+2
2010-08-24Send the mostly broken rpminject and rpmsort "test programs" to shredderPanu Matilainen2-802/+0
2010-08-20Remove signing support from (lib)rpmbuildPanu Matilainen1-4/+2
2010-08-20Yet another unused copy of identifyDepend() hiding inlinePanu Matilainen1-20/+0
2010-08-20Remove unused code, hidden away from compiler warnings via inliningPanu Matilainen1-20/+0
2010-05-11Make debugedit -i recompute build ID only when any DWARF was actually changed.Roland McGrath1-11/+21
2010-05-11Whitespace fixups for tools/debugedit.cRoland McGrath1-65/+62
2010-04-29Fix a few uninitialized variable cases found by clang-analyzerPanu Matilainen1-4/+4
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-1/+1
2010-02-25Gah, stupid thinko in elfdepsPanu Matilainen1-1/+1
2010-02-10Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen1-0/+296
2010-01-05Move <stdio.h> includes out of system.h to the places that need itPanu Matilainen1-13/+0
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Remove <string.h> include from system.h into the few places that still needPanu Matilainen1-0/+1
2010-01-05Include <stdlib.h> as necessary instead of system.hPanu Matilainen1-0/+1
2010-01-05Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen2-7/+0
2010-01-05Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen1-0/+1
2010-01-04Remove unused header checks from configurePanu Matilainen1-1/+1
2009-12-21Eliminate the rpmte tsort info manipulation public APIPanu Matilainen2-2/+0
2009-09-10Rip unnecessary headerDump() and the last ancient artifacts using itPanu Matilainen2-95/+0
2009-09-07Add noreturn annotations to javadepsPanu Matilainen1-2/+3
2009-06-23Fix some typos in javadeps usage message (ticket #72)Panu Matilainen1-3/+3
2009-06-16Add debugedit support for DWARF-3 (RhBug:505774)Panu Matilainen1-19/+27
2009-03-19Revert couple of checksum -> digest renamesPanu Matilainen1-1/+1
2009-03-12Silence compiler whining on rpmsort and rpminjectPanu Matilainen2-29/+24
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-1/+1
2009-01-09javadeps format string fix from PixelPanu Matilainen1-1/+1
2009-01-08Don't bother translators with messages from unused utilities (rhbz#466834)Panu Matilainen4-22/+22
2009-01-08Delay NSS initialization until actually usedPanu Matilainen1-2/+0
2008-12-09Nuke the useless bits of rpmsort.c declared in global scopeJindrich Novy1-45/+9
2008-10-14Yank out ancient convertdb1Panu Matilainen1-189/+0
2008-07-04Remove rpmcache from repositoryPanu Matilainen1-608/+0
2008-07-04Remove solvedb API and other related stuffPanu Matilainen1-4/+0
2008-06-27debugedit: Include empty CU current directories (rhbz#444310)Panu Matilainen1-0/+28
2008-06-19Use type-specific headerPuts() for rpmcachePanu Matilainen1-9/+5
2008-06-18Convert rpmcache to headerGet+PutPanu Matilainen1-24/+27
2008-06-13Use 64bit sizes by default in rpmcacheJindrich Novy1-1/+1
2008-05-21Ditch the tagtable argument of (internal) headerDump() functionPanu Matilainen1-1/+1
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen2-2/+2
2008-05-05Silence bogus warning on memset()Panu Matilainen1-3/+6
2008-04-28Remove alloca() ussage from rpmcache.cJindrich Novy1-1/+2
2008-04-28Remove unused alloca'd variableJindrich Novy1-2/+0
2008-04-17Don't copy unknown number of args to buffer of fixed size in initGlobs()Jindrich Novy1-10/+7
2008-04-10Just call legacyRetrofit() instead of combined compress + provide retrofitsPanu Matilainen1-2/+1
2008-04-07Minimally convert all pgpHexCvt() users to use pgpHexStr() insteadPanu Matilainen1-2/+2
2008-04-07ARGV_t const pendantryPanu Matilainen1-1/+1
2008-02-28Add missing leading underscores to names passed to rpmMkdirPath()Panu Matilainen1-1/+1