Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 153 | -395/+395 | |
2007-11-23 | Fix typo in preinstall.am generation. | Ralf Corsépius | 2 | -27/+27 | |
2007-11-22 | Remove AM_CPPFLAGS += -I$(top_srcdir)/build. | Ralf Corsépius | 1 | -2/+0 | |
Remove AM_CPPFLAGS += -I$(top_srcdir)/lib. Let librpmdb only depend on librpmio. | |||||
2007-11-22 | Regenerate. | Ralf Corsépius | 1 | -0/+104 | |
2007-11-22 | Fix preinstall.am handling for VPATH builds. | Ralf Corsépius | 1 | -2/+2 | |
2007-11-22 | Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS. | Ralf Corsépius | 1 | -1/+1 | |
2007-11-22 | Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS. | Ralf Corsépius | 6 | -6/+6 | |
2007-11-22 | Add header preinstallation. | Ralf Corsépius | 3 | -2/+21 | |
2007-11-22 | Include system.h | Ralf Corsépius | 1 | -0/+2 | |
2007-11-22 | Eliminate egrep (Abandoned by POSIX many years ago). | Ralf Corsépius | 1 | -2/+2 | |
2007-11-21 | Add AC_USE_SYSTEM_EXTENSIONS. | Ralf Corsépius | 1 | -4/+3 | |
Remove AC_AIX, AC_MINIX. Do not add -D_GNU_SOURCE to CFLAGS. | |||||
2007-11-21 | s/build_cpu/host_cpu/ | Ralf Corsépius | 1 | -7/+7 | |
2007-11-19 | Lose rpmerr.h for good | Panu Matilainen | 42 | -162/+41 | |
2007-11-19 | Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels | Panu Matilainen | 39 | -546/+546 | |
2007-11-16 | Split digest-stuff out of rpmio_internal to separate header | Panu Matilainen | 13 | -68/+80 | |
2007-11-16 | Eliminate copy-paste fd digest stealing, stuff into rpmio_internal | Panu Matilainen | 3 | -45/+31 | |
2007-11-16 | Eliminate need for rpmio_internal.h in rpmdb.c | Panu Matilainen | 3 | -21/+29 | |
- adds new pgpExtractPubkeyFingerprint() API function Ported from rpm5.org work of Jeff Johnson | |||||
2007-11-15 | Debugedit needs crypto initialization too.. | Panu Matilainen | 1 | -0/+2 | |
2007-11-15 | Remember to initialize crypto in various test programs.. | Panu Matilainen | 3 | -0/+4 | |
2007-11-15 | Initialize NSS early (rhbz#382091) | Panu Matilainen | 4 | -4/+26 | |
- add new rpmInitCrypto() API for directly initializing any crypto - call it from rpmReadConfig() to ensure it's always initialized early on | |||||
2007-11-14 | Fix base64 decoder related crash (rhbz#380911) | Panu Matilainen | 1 | -16/+15 | |
The base64 decoder code incorrectly assumed that char is a signed type. Patch from Tomas Mraz | |||||
2007-11-13 | Fix rpm -K segfaulting on corrupted header | Panu Matilainen | 1 | -1/+1 | |
(http://qa.mandriva.com/show_bug.cgi?id=#33735) Patch from Pascal Rigaux | |||||
2007-11-13 | Make "rpmbuild -bb --quiet" quiet as should be | Panu Matilainen | 1 | -1/+8 | |
(without this patch, the option is simply ignored in rpmcliAllPoptTable) Also rhbz#124300 Patch from Pascal Rigaux | |||||
2007-11-13 | Fix build without O2 | Panu Matilainen | 1 | -0/+2 | |
HAVE_LOCALE_H is used by system.h, ensure it is defined properly (the issue only occurs when compiling without __OPTIMIZE__ (ie -O2) otherwise libintl.h do include locale.h) Patch from Pascal Rigaux | |||||
2007-11-13 | Align rpm -V output | Panu Matilainen | 1 | -1/+1 | |
Patch from Pascal Rigaux | |||||
2007-11-13 | Use dgettext() instead of just gettext() | Panu Matilainen | 1 | -1/+1 | |
Patch from Pascal Rigaux | |||||
2007-11-13 | Fix free on invalid pointer after displaying "Unable to open temp file" | Panu Matilainen | 1 | -1/+1 | |
Patch from Pascal Rigaux | |||||
2007-11-08 | Minimal protection for rpmsqElem internals | Panu Matilainen | 3 | -0/+5 | |
2007-11-08 | Remove unnecessary psm.h include | Panu Matilainen | 1 | -2/+0 | |
2007-11-08 | Dead code removal | Panu Matilainen | 1 | -9/+0 | |
2007-11-08 | Use _target_* macros for build restriction checking | Panu Matilainen | 1 | -8/+3 | |
- avoid using deprecated rpmrc rpmGet*Info() - plug a small memory leak (remember to free the values too) - potential linux vs Linux as the os name implications but as isMemberInEntry() ignores case anyway, shouldn't matter | |||||
2007-11-08 | Disable -Wstrict-prototypes for now due to noise from NSPR headers | Panu Matilainen | 1 | -1/+3 | |
2007-11-08 | Kludge around mktemp() uses to shut up build warnings | Panu Matilainen | 2 | -0/+8 | |
2007-11-08 | Remove dead & unused RPMTAG_ARCHIVESIZE addition code | Panu Matilainen | 1 | -43/+0 | |
- rpm >= 4.1 uses RPMTAG_PAYLOADSIZE and translates RPMTAG_ARCHIVESIZE to it automatically | |||||
2007-11-08 | Kill off deprecated and unused rpmGetMachine() entirely | Panu Matilainen | 2 | -20/+0 | |
2007-11-08 | Remove rpmSetMachine() from API | Panu Matilainen | 2 | -13/+12 | |
2007-11-08 | Remove dead rpmrc-related code from spec parsing | Panu Matilainen | 1 | -49/+0 | |
2007-11-08 | Remove useless "var" parameter from setup helpers | Panu Matilainen | 1 | -17/+15 | |
Additionally rename setVarDefault to addMacroDefault which it really is | |||||
2007-11-08 | Kill off unused rpmSetVar() and freeRpmVar() | Panu Matilainen | 1 | -21/+0 | |
2007-11-08 | Remove rpmGetVar, rpmSetVar from API | Panu Matilainen | 2 | -23/+10 | |
2007-11-07 | Eliminate dead code | Panu Matilainen | 1 | -12/+0 | |
2007-11-07 | Eliminate rpmlead use from legacy retrofitting. | Panu Matilainen | 3 | -12/+7 | |
2007-11-07 | Only do legacy retrofitting on packages that need it. | Panu Matilainen | 1 | -2/+7 | |
Packages not having RPMTAG_DIRNAMES (ie compressed filenames) is used for checking, packages not having it are either built with rpm <= 3.x or with --nodirtokens, retrofitting in the latter case doesn't really hurt that much for the obscure case... | |||||
2007-11-07 | Document rpmio_internal.h uses outside rpmio/ | Panu Matilainen | 12 | -13/+15 | |
2007-11-07 | Move tufdio under rpmio/ where it belongs.. | Panu Matilainen | 3 | -4/+4 | |
2007-11-07 | Silence bogus gcc warning | Panu Matilainen | 1 | -1/+2 | |
2007-11-07 | Remove unused variable | Panu Matilainen | 1 | -1/+0 | |
2007-11-07 | Silence bunch of compiler warnings from test programs | Panu Matilainen | 11 | -13/+14 | |
2007-11-07 | Remove bunch of unnecessary misc.h includes, document others | Panu Matilainen | 14 | -14/+7 | |
2007-11-07 | Remove .splintrc's in the tree | Panu Matilainen | 7 | -503/+0 | |