summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Move stringbuf into librpmio, rename headerPanu Matilainen4-147/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius55-174/+174
2007-11-22Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-11-19Lose rpmerr.h for goodPanu Matilainen15-15/+15
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen14-136/+136
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen5-5/+7
2007-11-16Eliminate copy-paste fd digest stealing, stuff into rpmio_internalPanu Matilainen2-45/+2
2007-11-15Initialize NSS early (rhbz#382091)Panu Matilainen1-0/+4
2007-11-13Align rpm -V outputPanu Matilainen1-1/+1
2007-11-08Minimal protection for rpmsqElem internalsPanu Matilainen1-0/+1
2007-11-08Remove unnecessary psm.h includePanu Matilainen1-2/+0
2007-11-08Kludge around mktemp() uses to shut up build warningsPanu Matilainen2-0/+8
2007-11-08Kill off deprecated and unused rpmGetMachine() entirelyPanu Matilainen2-20/+0
2007-11-08Remove rpmSetMachine() from APIPanu Matilainen2-13/+12
2007-11-08Remove useless "var" parameter from setup helpersPanu Matilainen1-17/+15
2007-11-08Kill off unused rpmSetVar() and freeRpmVar()Panu Matilainen1-21/+0
2007-11-08Remove rpmGetVar, rpmSetVar from APIPanu Matilainen2-23/+10
2007-11-07Eliminate dead codePanu Matilainen1-12/+0
2007-11-07Eliminate rpmlead use from legacy retrofitting.Panu Matilainen1-1/+1
2007-11-07Only do legacy retrofitting on packages that need it.Panu Matilainen1-2/+7
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen9-10/+9
2007-11-07Move tufdio under rpmio/ where it belongs..Panu Matilainen2-169/+0
2007-11-07Silence bogus gcc warningPanu Matilainen1-1/+2
2007-11-07Remove unused variablePanu Matilainen1-1/+0
2007-11-07Silence bunch of compiler warnings from test programsPanu Matilainen2-2/+2
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen8-8/+3
2007-11-07Remove .splintrc's in the treePanu Matilainen1-64/+0
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen6-76/+39
2007-11-01Remove two unnecessary legacy.h includesPanu Matilainen2-2/+0
2007-10-31Document RPMFI_INTERNAL usesPanu Matilainen3-3/+3
2007-10-31Document _RPMTE_INTERNAL needsPanu Matilainen3-3/+3
2007-10-31Split out rpmts_internal.h from rpmts.hPanu Matilainen6-126/+124
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen4-31/+36
2007-10-31Kill ts->goal, instead set NOSUGGEST flag on erasePanu Matilainen3-17/+3
2007-10-30Add rpmtsCleanProblems() method for rpmgi needsPanu Matilainen3-2/+15
2007-10-30Split transaction score stuff to separate private headerPanu Matilainen5-81/+78
2007-10-30No callback, no repackaging info - tough...Panu Matilainen1-7/+0
2007-10-30Use rpmtsRootDir() instead of ts->rootDir + url guess-games in psmPanu Matilainen3-19/+7
2007-10-30merge.Ralf Corsépius4-45/+31
2007-10-30Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-10-30rpmds is now fully opaque, eliminate _RPMDS_INTERNAL gamesPanu Matilainen2-26/+22
2007-10-30Avoid rpmte internals access in rpmtsNotify()Panu Matilainen1-3/+4
2007-10-30Use rpmteKey() instead of te internalsPanu Matilainen1-3/+5
2007-10-30Remove unnecessary rpmShowProgress duplicate prototypePanu Matilainen1-13/+0
2007-10-29Fix typo.Ralf Corsépius1-1/+1
2007-10-29Split out rpmgi_internal.h from rpmgi.hRalf Corsépius5-38/+49
2007-10-29Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen1-2/+1
2007-10-28Include "rpmte.h" instead of <rpmte.h>.Ralf Corsépius2-2/+2
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius25-25/+25
2007-10-28Include "rpmgi.h" instead of <rpmgi.h>.Ralf Corsépius3-3/+3