summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace fixups for tools/debugedit.cRoland McGrath2010-05-111-65/+62
* Fix a few uninitialized variable cases found by clang-analyzerPanu Matilainen2010-04-291-4/+4
* Lose the useless rpmio refcounting debug junkPanu Matilainen2010-03-221-1/+1
* Gah, stupid thinko in elfdepsPanu Matilainen2010-02-251-1/+1
* Split elf dependency extraction out of librpmbuild to external helperPanu Matilainen2010-02-101-0/+296
* Move <stdio.h> includes out of system.h to the places that need itPanu Matilainen2010-01-051-13/+0
* Move <ctype.h> include out of system.h to the places that need itPanu Matilainen2010-01-051-0/+1
* Remove <string.h> include from system.h into the few places that still needPanu Matilainen2010-01-051-0/+1
* Include <stdlib.h> as necessary instead of system.hPanu Matilainen2010-01-051-0/+1
* Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen2010-01-052-7/+0
* Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen2010-01-051-0/+1
* Remove unused header checks from configurePanu Matilainen2010-01-041-1/+1
* Eliminate the rpmte tsort info manipulation public APIPanu Matilainen2009-12-212-2/+0
* Rip unnecessary headerDump() and the last ancient artifacts using itPanu Matilainen2009-09-102-95/+0
* Add noreturn annotations to javadepsPanu Matilainen2009-09-071-2/+3
* Fix some typos in javadeps usage message (ticket #72)Panu Matilainen2009-06-231-3/+3
* Add debugedit support for DWARF-3 (RhBug:505774)Panu Matilainen2009-06-161-19/+27
* Revert couple of checksum -> digest renamesPanu Matilainen2009-03-191-1/+1
* Silence compiler whining on rpmsort and rpminjectPanu Matilainen2009-03-122-29/+24
* Add md5->filedigest aliases (rhbz#487597)Jindrich Novy2009-02-271-1/+1
* javadeps format string fix from PixelPanu Matilainen2009-01-091-1/+1
* Don't bother translators with messages from unused utilities (rhbz#466834)Panu Matilainen2009-01-084-22/+22
* Delay NSS initialization until actually usedPanu Matilainen2009-01-081-2/+0
* Nuke the useless bits of rpmsort.c declared in global scopeJindrich Novy2008-12-091-45/+9
* Yank out ancient convertdb1Panu Matilainen2008-10-141-189/+0
* Remove rpmcache from repositoryPanu Matilainen2008-07-041-608/+0
* Remove solvedb API and other related stuffPanu Matilainen2008-07-041-4/+0
* debugedit: Include empty CU current directories (rhbz#444310)Panu Matilainen2008-06-271-0/+28
* Use type-specific headerPuts() for rpmcachePanu Matilainen2008-06-191-9/+5
* Convert rpmcache to headerGet+PutPanu Matilainen2008-06-181-24/+27
* Use 64bit sizes by default in rpmcacheJindrich Novy2008-06-131-1/+1
* Ditch the tagtable argument of (internal) headerDump() functionPanu Matilainen2008-05-211-1/+1
* Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen2008-05-211-1/+1
* Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen2008-05-122-2/+2
* Silence bogus warning on memset()Panu Matilainen2008-05-051-3/+6
* Remove alloca() ussage from rpmcache.cJindrich Novy2008-04-281-1/+2
* Remove unused alloca'd variableJindrich Novy2008-04-281-2/+0
* Don't copy unknown number of args to buffer of fixed size in initGlobs()Jindrich Novy2008-04-171-10/+7
* Just call legacyRetrofit() instead of combined compress + provide retrofitsPanu Matilainen2008-04-101-2/+1
* Minimally convert all pgpHexCvt() users to use pgpHexStr() insteadPanu Matilainen2008-04-071-2/+2
* ARGV_t const pendantryPanu Matilainen2008-04-071-1/+1
* Add missing leading underscores to names passed to rpmMkdirPath()Panu Matilainen2008-02-281-1/+1
* Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen2008-02-051-2/+2
* Use rpmTagType always now that it's available everywherePanu Matilainen2008-02-051-4/+4
* Yet another typedef for transaction ID, use where spottedPanu Matilainen2008-02-051-2/+2
* Make check-programs build again, assorted type-fiddlings..Panu Matilainen2008-02-042-3/+3
* Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen2008-02-041-2/+2
* Include spring-cleaningPanu Matilainen2008-01-304-5/+10
* Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen2008-01-301-1/+1
* rpmlib.h mass evictionPanu Matilainen2008-01-307-8/+13