Age | Commit message (Expand) | Author | Files | Lines |
2007-11-02 | Use NSS instead of beecrypt for encryption (Tomas Mraz) | Panu Matilainen | 20 | -369/+350 |
2007-11-01 | Include "legacy.h" not <rpmdb/legacy.h> | Panu Matilainen | 1 | -1/+1 |
2007-11-01 | Remove two unnecessary legacy.h includes | Panu Matilainen | 2 | -2/+0 |
2007-10-31 | Document RPMFI_INTERNAL uses | Panu Matilainen | 4 | -4/+4 |
2007-10-31 | Document _RPMTE_INTERNAL needs | Panu Matilainen | 4 | -4/+4 |
2007-10-31 | Split out rpmts_internal.h from rpmts.h | Panu Matilainen | 6 | -126/+124 |
2007-10-31 | Disable python available package mechanism for now at least. | Panu Matilainen | 1 | -4/+17 |
2007-10-31 | Add rpmtsPrintSuggests() method for now, use instead of ts internals mucking | Panu Matilainen | 5 | -45/+38 |
2007-10-31 | Kill ts->goal, instead set NOSUGGEST flag on erase | Panu Matilainen | 3 | -17/+3 |
2007-10-30 | merge suckage. | Ralf Corsépius | 3 | -2/+15 |
2007-10-30 | Replace AC_CHECK_FUNCS by AC_REPLACE_FUNCS for basename, getcwd, getwd, puten... | Ralf Corsépius | 1 | -4/+8 |
2007-10-30 | Add rpmtsCleanProblems() method for rpmgi needs | Panu Matilainen | 3 | -2/+15 |
2007-10-30 | merge. | Ralf Corsépius | 6 | -90/+80 |
2007-10-30 | Remove memcmp.c. | Ralf Corsépius | 2 | -374/+1 |
2007-10-30 | Erm... rpmdsFlags are int32_t type, not char* | Panu Matilainen | 1 | -2/+2 |
2007-10-30 | Split transaction score stuff to separate private header | Panu Matilainen | 5 | -81/+78 |
2007-10-30 | No callback, no repackaging info - tough... | Panu Matilainen | 1 | -7/+0 |
2007-10-30 | Use rpmtsRootDir() instead of ts->rootDir + url guess-games in psm | Panu Matilainen | 3 | -19/+7 |
2007-10-30 | merge. | Ralf Corsépius | 5 | -70/+91 |
2007-10-30 | Don't build stubs.c. | Ralf Corsépius | 1 | -1/+2 |
2007-10-30 | Build libmisc.la. | Ralf Corsépius | 1 | -5/+3 |
2007-10-30 | Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS. | Ralf Corsépius | 4 | -4/+4 |
2007-10-30 | rpmds is now fully opaque, eliminate _RPMDS_INTERNAL games | Panu Matilainen | 2 | -26/+22 |
2007-10-30 | Whole lotta trouble to avoid rpmds internals access in rpmfc | Panu Matilainen | 1 | -25/+60 |
2007-10-30 | Avoid rpmte internals access in rpmtsNotify() | Panu Matilainen | 1 | -3/+4 |
2007-10-30 | Use rpmteKey() instead of te internals | Panu Matilainen | 1 | -3/+5 |
2007-10-30 | Remove unnecessary rpmShowProgress duplicate prototype | Panu Matilainen | 1 | -13/+0 |
2007-10-30 | Remove rpmdb/tsql.c. | Ralf Corsépius | 2 | -66/+0 |
2007-10-30 | Include <assert.h>. | Ralf Corsépius | 1 | -0/+1 |
2007-10-30 | Remove URLMAGIC, URLSANE. | Ralf Corsépius | 1 | -5/+0 |
2007-10-30 | Add URLMAGIC, URLSANE. | Ralf Corsépius | 1 | -2/+4 |
2007-10-29 | Fix typo. | Ralf Corsépius | 1 | -1/+1 |
2007-10-29 | Split out rpmgi_internal.h from rpmgi.h | Ralf Corsépius | 5 | -38/+49 |
2007-10-29 | Add SKIPSPACE, SKIPNONSPACE. | Ralf Corsépius | 3 | -0/+9 |
2007-10-29 | Add SKIPSPACE. | Ralf Corsépius | 2 | -0/+2 |
2007-10-29 | Remove SKIPSPACE, SKIPNONSPACE. | Ralf Corsépius | 1 | -5/+0 |
2007-10-29 | Macros don't need rpmio_internal | Panu Matilainen | 1 | -1/+2 |
2007-10-29 | Don't include <ctype.h>. | Ralf Corsépius | 1 | -2/+2 |
2007-10-29 | Move typedef into extern "C". | Ralf Corsépius | 1 | -4/+4 |
2007-10-29 | Remove unnecessary includes | Panu Matilainen | 2 | -5/+0 |
2007-10-29 | Remove unused variable | Panu Matilainen | 1 | -1/+0 |
2007-10-29 | Hum, files.c needs rpmio_internal afterall for rpmioSlurp | Panu Matilainen | 1 | -0/+1 |
2007-10-29 | Include rpmlib.h instead of lib/rpmlib.h | Panu Matilainen | 1 | -1/+1 |
2007-10-29 | Use size_t for sizes. | Ralf Corsépius | 2 | -3/+3 |
2007-10-29 | Move typedef into extern "C" {. | Ralf Corsépius | 1 | -4/+4 |
2007-10-29 | merge. | Ralf Corsépius | 0 | -0/+0 |
2007-10-29 | Don't include <assert.h>. | Ralf Corsépius | 1 | -1/+0 |
2007-10-29 | Don't include <assert.h>. | Ralf Corsépius | 1 | -1/+0 |
2007-10-29 | Remove couple of useless rpmio_internal includes | Panu Matilainen | 2 | -2/+0 |
2007-10-29 | Include rpmpgp.h instead of rpmio_internal.h | Panu Matilainen | 1 | -1/+1 |