Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-23 | Remove non-public stuff from librpm doxygen groups | Panu Matilainen | 1 | -10/+0 | |
2007-11-23 | Add doxygen group for rpmstring, include in librpm + hacking docs | Panu Matilainen | 3 | -16/+55 | |
2007-11-23 | Add doxygen group for rpmfileutil, include in librpm + hacking docs | Panu Matilainen | 3 | -8/+19 | |
2007-11-23 | Add doxygen group for rpmfc, include in librpm + hacking docs | Panu Matilainen | 3 | -13/+24 | |
2007-11-23 | doxygen groupings for rpmsw, add to librpm + hacking dox | Panu Matilainen | 3 | -12/+19 | |
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 | 3 | -13/+17 | |
2007-11-23 | Add doxygen group for rpmlog, include in librpm + hacking docs | Panu Matilainen | 3 | -14/+18 | |
2007-11-23 | Add doxygen group for macros, include in librpm + hacking docs | Panu Matilainen | 3 | -11/+15 | |
2007-11-23 | Add rpmps to doxygen modules page | Panu Matilainen | 2 | -0/+4 | |
2007-11-23 | Add doxygen grouping to rpmps methods | Panu Matilainen | 1 | -24/+24 | |
2007-11-23 | Add doxygen grouping to rpmgi methods | Panu Matilainen | 1 | -10/+11 | |
2007-11-23 | Add doxygen grouping to rpmfi methods | Panu Matilainen | 1 | -42/+42 | |
2007-11-23 | Add doxygen grouping to rpmds methods | Panu Matilainen | 1 | -32/+32 | |
2007-11-23 | Add doxygen grouping to rpmte methods | Panu Matilainen | 1 | -52/+52 | |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -2/+2 | |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 9 | -12/+12 | |
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 | 13 | -17/+17 | |
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 | Reflect changes to include files. | Ralf Corsépius | 1 | -3/+0 | |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 26 | -69/+69 | |
2007-11-23 | Reflect changes to include files. | Ralf Corsépius | 1 | -4/+0 | |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 5 | -16/+16 | |
2007-11-23 | Export FD statistics enums + fdOp() method | Panu Matilainen | 5 | -34/+37 | |
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 | 8 | -260/+261 | |
- macros is all just macros now - internal copy of popt stuff needs to go... | |||||
2007-11-23 | Move rpmGetPath and rpmGenPath to rpmfileutil.h | Panu Matilainen | 14 | -108/+116 | |
2007-11-23 | Move rpmCleanPath from macros to rpmfileutil.h | Panu Matilainen | 7 | -95/+98 | |
2007-11-23 | Move file compression stuff from rpmmacro.h to rpmfileutil.h | Panu Matilainen | 6 | -74/+73 | |
2007-11-23 | Move rpmioMkpath from rpmio.h to rpmfileutil.h | Panu Matilainen | 6 | -64/+63 | |
2007-11-23 | Remove unnecessary paths from python includepath | Panu Matilainen | 1 | -4/+2 | |
- no private includes from lib and build are needed - document rpmdb and rpmio private needs | |||||
2007-11-23 | Regenerate preinstall.am | Panu Matilainen | 1 | -0/+4 | |
2007-11-22 | Move makeTempFile() from misc.h to rpmfileutil.h | Panu Matilainen | 10 | -129/+131 | |
- probably not very useful outside rpm but used all over the tree, - rename to rpmMkTempFile() for namespacing since we're exporting it now | |||||
2007-11-23 | librpmdb doesn't need rpmio private headers anymore | Panu Matilainen | 1 | -1/+0 | |
2007-11-22 | Calculating file checksums aint legacy activity | Panu Matilainen | 12 | -239/+258 | |
- move the checksumming into librpmio - rename domd5() to rpmDoDigest() with future expansion for specifying digest algorithm type (ignored for now) - rearrange parameters to leave return types last - one less rpmio_internal outside rpmio/, whee... - used all over the rpm tree, and it knows about handling prelinked files so potentially useful for outside users, might as well export it - new public header rpmfilutil.h for collecting this sort of stuff | |||||
2007-11-22 | Move pgpDig typedefs to a more obvious place.. | Panu Matilainen | 3 | -8/+9 | |
2007-11-23 | Move the xstr*() string variants from rpmio.h to rpmstring.h | Panu Matilainen | 18 | -49/+56 | |
2007-11-23 | Move string helpers from lib/misc.h to rpmio/rpmstring.h | Panu Matilainen | 9 | -78/+78 | |
- splitString, freeSplitString, stripTrailingChar | |||||
2007-11-23 | Move stringbuf into librpmio, rename header | Panu Matilainen | 10 | -17/+19 | |
- rename header to more generic rpmstring.h for collecting misc string helper functions | |||||
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 | |