summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-07Remove .splintrc's in the treePanu Matilainen7-503/+0
2007-11-02MergePeter Jones32-950/+668
2007-11-02- Fix segfault in %{lua:...}'s rpm_printPeter Jones1-3/+2
- Don't automatically print a newline in rpm_print
2007-11-02Eliminate rpmfcToken struct internals from the APIPanu Matilainen2-7/+6
2007-11-02Eliminate macro struct internals from the APIPanu Matilainen2-16/+21
2007-11-02Meh, actually add the base64 files..Panu Matilainen2-0/+283
2007-11-02Remove tinvPanu Matilainen2-516/+0
2007-11-02Document NSS requirement, revise obsolete comment in macros.inPanu Matilainen2-1/+4
2007-11-02Resurrect tax from NSS switchoverPanu Matilainen1-38/+3
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen20-369/+350
2007-11-01Include "legacy.h" not <rpmdb/legacy.h>Panu Matilainen1-1/+1
2007-11-01Remove two unnecessary legacy.h includesPanu Matilainen2-2/+0
2007-10-31Document RPMFI_INTERNAL usesPanu Matilainen4-4/+4
2007-10-31Document _RPMTE_INTERNAL needsPanu Matilainen4-4/+4
2007-10-31Split out rpmts_internal.h from rpmts.hPanu Matilainen6-126/+124
2007-10-31Disable python available package mechanism for now at least.Panu Matilainen1-4/+17
- need saner available mechanism to resurrect, OTOH nothing appears to use it anymore - last remaining RPMTS_INTERNAL offender...
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen5-45/+38
- temporary measure to get rid of silly RPMTS_INTERNAL uses, the whole solve/suggestion thingie needs love or ripping... - clean up the suggestions in rpmtsClean() instead of while printing
2007-10-31Kill ts->goal, instead set NOSUGGEST flag on erasePanu Matilainen3-17/+3
- it aint quite the same thing but will suffice for now...
2007-10-30merge suckage.Ralf Corsépius3-2/+15
2007-10-30Replace AC_CHECK_FUNCS by AC_REPLACE_FUNCS for basename, getcwd, getwd, ↵Ralf Corsépius1-4/+8
putenv, realpath, setenv, stpcpy, stpncpy, strcspn, strdup, strtol, strtoul, strspn, strstr.
2007-10-30Add rpmtsCleanProblems() method for rpmgi needsPanu Matilainen3-2/+15
2007-10-30merge.Ralf Corsépius6-90/+80
2007-10-30Remove memcmp.c.Ralf Corsépius2-374/+1
2007-10-30Erm... rpmdsFlags are int32_t type, not char*Panu Matilainen1-2/+2
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épius5-70/+91
2007-10-30Don't build stubs.c.Ralf Corsépius1-1/+2
Link against ../misc/libmisc.la.
2007-10-30Build libmisc.la.Ralf Corsépius1-5/+3
Use @LTLIBOBJS@.
2007-10-30Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.Ralf Corsépius4-4/+4
2007-10-30rpmds is now fully opaque, eliminate _RPMDS_INTERNAL gamesPanu Matilainen2-26/+22
2007-10-30Whole lotta trouble to avoid rpmds internals access in rpmfcPanu Matilainen1-25/+60
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-30Remove rpmdb/tsql.c.Ralf Corsépius2-66/+0
2007-10-30Include <assert.h>.Ralf Corsépius1-0/+1
2007-10-30Remove URLMAGIC, URLSANE.Ralf Corsépius1-5/+0
Remove include <assert.h>.
2007-10-30Add URLMAGIC, URLSANE.Ralf Corsépius1-2/+4
Remove URLDBG (unused). Include <assert.h>.
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-29Add SKIPSPACE, SKIPNONSPACE.Ralf Corsépius3-0/+9
2007-10-29Add SKIPSPACE.Ralf Corsépius2-0/+2
2007-10-29Remove SKIPSPACE, SKIPNONSPACE.Ralf Corsépius1-5/+0
2007-10-29Macros don't need rpmio_internalPanu Matilainen1-1/+2
2007-10-29Don't include <ctype.h>.Ralf Corsépius1-2/+2
Include "rpmio.h".
2007-10-29Move typedef into extern "C".Ralf Corsépius1-4/+4
2007-10-29Remove unnecessary includesPanu Matilainen2-5/+0
2007-10-29Remove unused variablePanu Matilainen1-1/+0