summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-27One missed legacy includePanu Matilainen1-1/+1
2007-11-26Remove #include "lib/signature.h" (unused)Ralf Corsépius1-1/+0
2007-11-26Eliminate type "byte"Ralf Corsépius1-1/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius9-12/+12
2007-11-23Move rpmGlob() from macros to rpmfileutil.hPanu Matilainen1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius8-32/+32
2007-11-22Include system.hRalf Corsépius1-0/+2
2007-11-19Lose rpmerr.h for goodPanu Matilainen2-2/+2
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen2-6/+6
2007-11-15Debugedit needs crypto initialization too..Panu Matilainen1-0/+2
2007-11-07Silence bunch of compiler warnings from test programsPanu Matilainen2-3/+3
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen3-3/+2
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-21/+20
2007-11-01Include "legacy.h" not <rpmdb/legacy.h>Panu Matilainen1-1/+1
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen1-14/+2
2007-10-29Remove local def of uint32_t, uint16_t.Ralf Corsépius1-5/+3
2007-10-28Include "rpmfc.h" instead of <rpmfc.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius4-4/+4
2007-10-28Include "rpmds.h" instead of <rpmds.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius2-2/+2
2007-10-28Include "rpmio.h" instead of <rpmio.h>.Ralf Corsépius1-1/+1
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius1-1/+1
2007-10-28Include "argv.h" instead of <argv.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius2-2/+2
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius5-36/+36