Age | Commit message (Expand) | Author | Files | Lines |
2007-12-07 | Rename RPMLOG_CONT to RPMLOG_DEFAULT to make purpose clearer (hopefully ;) | Panu Matilainen | 2 | -5/+6 |
2007-12-07 | Logging enhancements | Panu Matilainen | 2 | -35/+83 |
2007-12-07 | Make rpmLogRec opaque | Panu Matilainen | 2 | -4/+6 |
2007-12-07 | Fix misleading indentation | Panu Matilainen | 1 | -8/+9 |
2007-12-07 | Don't do tilde expansion if HOME not set | Panu Matilainen | 1 | -1/+7 |
2007-12-05 | base64.h missing from librpmio sources | Panu Matilainen | 1 | -1/+1 |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 2 | -57/+28 |
2007-12-03 | Fix couple of doxygen file paths, remove obsolete comment | Panu Matilainen | 1 | -1/+1 |
2007-12-03 | Use regular POSIX functions instead of "RPC" clones | Panu Matilainen | 10 | -531/+21 |
2007-12-01 | Include sanity | Panu Matilainen | 2 | -2/+3 |
2007-12-01 | Make rpmDoDigest() honor algorithm parameter | Panu Matilainen | 1 | -8/+8 |
2007-12-01 | Add separate public header for callback declarations | Panu Matilainen | 1 | -56/+0 |
2007-12-01 | Lose url callback mechanism | Panu Matilainen | 2 | -40/+0 |
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 10 | -23/+20 |
2007-11-30 | rpmurl and argv doxygen groupings | Panu Matilainen | 2 | -23/+23 |
2007-11-30 | rpmpgp doxygen tagging | Panu Matilainen | 1 | -71/+71 |
2007-11-30 | rpmrpc doxygen groupings.. | Panu Matilainen | 1 | -17/+17 |
2007-11-26 | One more pgpKeyID_t use | Panu Matilainen | 1 | -1/+1 |
2007-11-26 | Define and use pgpTime_t for pgp creation time(s) | Panu Matilainen | 2 | -4/+5 |
2007-11-26 | Define and use pgpKeyID_t for pgp key id's | Panu Matilainen | 2 | -14/+16 |
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 |