summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18debugedit mishandles empty DW_AT_comp_dir (Roland McGrath)Panu Matilainen1-5/+10
2007-10-18debugedit mishandles DW_FORM_ref_addr (Roland McGrath)Panu Matilainen1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen2-0/+2
2007-10-09Oops, one missed rpmError() user..Panu Matilainen1-3/+3
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-2/+2
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen2-6/+6
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-2/+2
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen3-10/+10
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-3/+3
2007-10-01Remove (unused).Ralf Corsépius1-21/+0
2007-09-25Hide rpmfc structure internals from the APIPanu Matilainen1-3/+2
2007-09-21Fixup after Spec -> rpmSpecPanu Matilainen1-1/+1
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-5/+0
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-4/+4
2007-09-18Change main() to using char *argv[].Ralf Corsépius8-8/+8
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Remove (Dead, unused).Ralf Corsépius1-9/+0