Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-07 | Remove .splintrc's in the tree | Panu Matilainen | 7 | -503/+0 | |
2007-11-02 | Merge | Peter Jones | 32 | -950/+668 | |
2007-11-02 | - Fix segfault in %{lua:...}'s rpm_print | Peter Jones | 1 | -3/+2 | |
- Don't automatically print a newline in rpm_print | |||||
2007-11-02 | Eliminate rpmfcToken struct internals from the API | Panu Matilainen | 2 | -7/+6 | |
2007-11-02 | Eliminate macro struct internals from the API | Panu Matilainen | 2 | -16/+21 | |
2007-11-02 | Meh, actually add the base64 files.. | Panu Matilainen | 2 | -0/+283 | |
2007-11-02 | Remove tinv | Panu Matilainen | 2 | -516/+0 | |
2007-11-02 | Document NSS requirement, revise obsolete comment in macros.in | Panu Matilainen | 2 | -1/+4 | |
2007-11-02 | Resurrect tax from NSS switchover | Panu Matilainen | 1 | -38/+3 | |
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 | |
- need saner available mechanism to resurrect, OTOH nothing appears to use it anymore - last remaining RPMTS_INTERNAL offender... | |||||
2007-10-31 | Add rpmtsPrintSuggests() method for now, use instead of ts internals mucking | Panu Matilainen | 5 | -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-31 | Kill ts->goal, instead set NOSUGGEST flag on erase | Panu Matilainen | 3 | -17/+3 | |
- it aint quite the same thing but will suffice for now... | |||||
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, ↵ | Ralf Corsépius | 1 | -4/+8 | |
putenv, realpath, setenv, stpcpy, stpncpy, strcspn, strdup, strtol, strtoul, strspn, strstr. | |||||
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 | |
Link against ../misc/libmisc.la. | |||||
2007-10-30 | Build libmisc.la. | Ralf Corsépius | 1 | -5/+3 | |
Use @LTLIBOBJS@. | |||||
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 | |
Remove include <assert.h>. | |||||
2007-10-30 | Add URLMAGIC, URLSANE. | Ralf Corsépius | 1 | -2/+4 | |
Remove URLDBG (unused). Include <assert.h>. | |||||
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 | |
Include "rpmio.h". | |||||
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 | |