summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-2/+2
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-4/+4
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-2/+2
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen2-3/+3
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen4-5/+10
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen7-8/+13
2008-01-04Remove now useless nested function in debugeditPanu Matilainen1-9/+3
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen2-5/+5
2007-12-18Cast to silence gcc..Panu Matilainen1-1/+1
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen2-7/+7
2007-12-14Bogus const removal continued...Panu Matilainen1-1/+1
2007-12-14Bunch of const char* correctionsPanu Matilainen1-7/+7
2007-12-14More size_t type pedantryPanu Matilainen1-2/+2
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-7/+10
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-2/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen9-38/+38
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen2-0/+2
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-2/+2
2007-12-01More rpmlead exorcizingPanu Matilainen1-6/+4