Age | Commit message (Expand) | Author | Files | Lines |
2007-11-26 | Fix "byte" usage in test programs too | Panu Matilainen | 2 | -3/+3 |
2007-11-26 | Type pedantery. | Ralf Corsépius | 1 | -2/+2 |
2007-11-26 | Eliminate type "byte" | Ralf Corsépius | 6 | -119/+117 |
2007-11-23 | Add doxygen group for rpmstring, include in librpm + hacking docs | Panu Matilainen | 1 | -16/+51 |
2007-11-23 | Add doxygen group for rpmfileutil, include in librpm + hacking docs | Panu Matilainen | 1 | -8/+15 |
2007-11-23 | doxygen groupings for rpmsw, add to librpm + hacking dox | Panu Matilainen | 1 | -12/+15 |
2007-11-23 | Bunch of rpmio doxygen groupings | Panu Matilainen | 1 | -18/+18 |
2007-11-23 | Add doxygen group for rpmsq, include in librpm + hacking docs | Panu Matilainen | 1 | -13/+13 |
2007-11-23 | Add doxygen group for rpmlog, include in librpm + hacking docs | Panu Matilainen | 1 | -14/+14 |
2007-11-23 | Add doxygen group for macros, include in librpm + hacking docs | Panu Matilainen | 1 | -11/+11 |
2007-11-23 | Reflect changes to include files. | Ralf Corsépius | 1 | -1/+0 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 24 | -31/+31 |
2007-11-23 | Export FD statistics enums + fdOp() method | Panu Matilainen | 3 | -26/+30 |
2007-11-23 | librpmio needs elf include+lib now, librpmdb doesn't | Panu Matilainen | 1 | -0/+2 |
2007-11-23 | Move rpmGlob() from macros to rpmfileutil.h | Panu Matilainen | 4 | -255/+255 |
2007-11-23 | Move rpmGetPath and rpmGenPath to rpmfileutil.h | Panu Matilainen | 5 | -104/+105 |
2007-11-23 | Move rpmCleanPath from macros to rpmfileutil.h | Panu Matilainen | 4 | -93/+94 |
2007-11-23 | Move file compression stuff from rpmmacro.h to rpmfileutil.h | Panu Matilainen | 4 | -74/+71 |
2007-11-23 | Move rpmioMkpath from rpmio.h to rpmfileutil.h | Panu Matilainen | 4 | -62/+59 |
2007-11-22 | Move makeTempFile() from misc.h to rpmfileutil.h | Panu Matilainen | 3 | -0/+117 |
2007-11-22 | Calculating file checksums aint legacy activity | Panu Matilainen | 3 | -1/+240 |
2007-11-22 | Move pgpDig typedefs to a more obvious place.. | Panu Matilainen | 2 | -8/+8 |
2007-11-23 | Move the xstr*() string variants from rpmio.h to rpmstring.h | Panu Matilainen | 7 | -47/+45 |
2007-11-23 | Move string helpers from lib/misc.h to rpmio/rpmstring.h | Panu Matilainen | 2 | -0/+74 |
2007-11-23 | Move stringbuf into librpmio, rename header | Panu Matilainen | 3 | -1/+148 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 26 | -49/+49 |
2007-11-22 | Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS. | Ralf Corsépius | 1 | -1/+1 |
2007-11-19 | Lose rpmerr.h for good | Panu Matilainen | 5 | -125/+4 |
2007-11-19 | Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels | Panu Matilainen | 3 | -29/+29 |
2007-11-16 | Split digest-stuff out of rpmio_internal to separate header | Panu Matilainen | 8 | -63/+73 |
2007-11-16 | Eliminate copy-paste fd digest stealing, stuff into rpmio_internal | Panu Matilainen | 1 | -0/+29 |
2007-11-16 | Eliminate need for rpmio_internal.h in rpmdb.c | Panu Matilainen | 2 | -0/+22 |
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 | 3 | -4/+22 |
2007-11-14 | Fix base64 decoder related crash (rhbz#380911) | Panu Matilainen | 1 | -16/+15 |
2007-11-08 | Minimal protection for rpmsqElem internals | Panu Matilainen | 2 | -0/+4 |
2007-11-07 | Move tufdio under rpmio/ where it belongs.. | Panu Matilainen | 2 | -0/+169 |
2007-11-07 | Silence bunch of compiler warnings from test programs | Panu Matilainen | 6 | -7/+8 |
2007-11-07 | Remove .splintrc's in the tree | Panu Matilainen | 1 | -59/+0 |
2007-11-02 | Merge | Peter Jones | 12 | -813/+558 |
2007-11-02 | - Fix segfault in %{lua:...}'s rpm_print | Peter Jones | 1 | -3/+2 |
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 | Resurrect tax from NSS switchover | Panu Matilainen | 1 | -38/+3 |
2007-11-02 | Use NSS instead of beecrypt for encryption (Tomas Mraz) | Panu Matilainen | 7 | -243/+251 |
2007-10-30 | Don't build stubs.c. | Ralf Corsépius | 1 | -1/+2 |
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 |