Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-28 | Include "rpmpgp.h" instead of <rpmpgp.h>. | Ralf Corsépius | 3 | -3/+3 | |
2007-10-28 | Include "rpmsq.h" instead of <rpmsq.h>. | Ralf Corsépius | 5 | -5/+5 | |
2007-10-28 | Include "rpmsw.h" instead of <rpmsw.h>. | Ralf Corsépius | 4 | -4/+4 | |
2007-10-28 | Include "rpmurl.h" instead of <rpmurl.h>. | Ralf Corsépius | 8 | -8/+8 | |
2007-10-28 | Add @cond NODOXYGEN to hide away __RPM_USES_STDINT_H__ from docs. | Ralf Corsépius | 1 | -0/+2 | |
2007-10-27 | Abandon addlib(). | Ralf Corsépius | 1 | -22/+0 | |
Stop messing around with /usr/ucblib. | |||||
2007-10-27 | Eliminate AC_TRY_COMPILE (Obsolete). | Ralf Corsépius | 1 | -2/+2 | |
2007-10-27 | Stop messing around with triple-arg'ed main. | Ralf Corsépius | 1 | -10/+0 | |
2007-10-27 | Remove AC_PROG_GCC_TRADITIONAL (Obsolete). | Ralf Corsépius | 1 | -1/+0 | |
2007-10-27 | Remove AC_ISC_POSIX (Obsolete). | Ralf Corsépius | 1 | -2/+0 | |
2007-10-27 | Add deprecation notices. | Ralf Corsépius | 1 | -25/+6 | |
Depend upon C99-fixed-size types. | |||||
2007-10-27 | Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. | Ralf Corsépius | 1 | -2/+2 | |
2007-10-27 | Remove HAVE_VA_LIST_AS_ARRAY. | Ralf Corsépius | 1 | -13/+0 | |
2007-10-27 | Check for stdarg.h. | Ralf Corsépius | 1 | -25/+13 | |
Check for va_copy. | |||||
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 53 | -591/+591 | |
2007-10-26 | Fix invalid ifdef-outed code breaking syntax highlighting :) | Panu Matilainen | 1 | -2/+2 | |
2007-10-26 | Remove dead rpmal code | Panu Matilainen | 1 | -33/+0 | |
2007-10-26 | Rename rpmcliImportPubkey() -> rpmtsImportPubkey() | Panu Matilainen | 5 | -145/+144 | |
- it's not a cli function in any way - move to rpmts group | |||||
2007-10-24 | Add rpmdb/rpmints.h.in. | Ralf Corsépius | 4 | -15/+56 | |
2007-10-24 | Pass HEADERS to doxygen instead of pkginclude_HEADERS. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-24 | Minor fixes to generation of hacking | Ralf Corsépius | 1 | -3/+3 | |
2007-10-24 | Regenerate translations | Panu Matilainen | 23 | -4869/+4882 | |
2007-10-24 | Fix a format specification error in the Catalan translation | Panu Matilainen | 1 | -1/+1 | |
2007-10-24 | Add Catalan translation (rhbz#350401) | Panu Matilainen | 2 | -1/+4190 | |
From Xavier Conde & others | |||||
2007-10-24 | Use NEVRA, not NEVR everywhere for rpmProblems | Panu Matilainen | 3 | -12/+12 | |
2007-10-24 | Remove dead code | Panu Matilainen | 1 | -13/+0 | |
2007-10-24 | Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091) | Panu Matilainen | 1 | -3/+4 | |
2007-10-24 | Remove AC_CHECK_FUNC(fchmod). | Ralf Corsépius | 1 | -3/+0 | |
2007-10-24 | Remove dead and unused, ifdef'ed HAVE_FCHMOD block of code. | Ralf Corsépius | 1 | -11/+0 | |
2007-10-24 | doScript: Change 'what' to rpmBuildFlags. | Ralf Corsépius | 2 | -2/+2 | |
2007-10-23 | Pass -1 to setVarDefault for optflags. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-23 | Eliminate dead code in setPathDefault, setVarDefault. | Ralf Corsépius | 1 | -22/+2 | |
2007-10-23 | Remove unused python header stubs | Panu Matilainen | 2 | -59/+0 | |
2007-10-23 | One more useless rpmio_internal include removal | Panu Matilainen | 1 | -1/+0 | |
2007-10-23 | Remove bunch of unnecessary rpmio_internal & related includes from python | Panu Matilainen | 3 | -7/+1 | |
2007-10-22 | Remove bunch of unnecessary rpmio_internal includes | Panu Matilainen | 5 | -5/+2 | |
2007-10-22 | Remove ancient test-stuff | Panu Matilainen | 1 | -30/+0 | |
2007-10-22 | Fix rpmts.h internal includes instead of working around in rpminstall.c | Panu Matilainen | 2 | -1/+1 | |
2007-10-22 | Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNAL | Panu Matilainen | 4 | -10/+12 | |
2007-10-22 | Add set + get methods from ts dbmode | Panu Matilainen | 2 | -0/+34 | |
2007-10-19 | Reflect changes to doxygen docs. | Ralf Corsépius | 1 | -17/+25 | |
2007-10-19 | Add Doxyheader. | Ralf Corsépius | 1 | -1/+3 | |
2007-10-19 | New (copied from Doxyheader). | Ralf Corsépius | 2 | -0/+80 | |
2007-10-19 | New (renamed from Doxyfile.in). | Ralf Corsépius | 1 | -0/+1289 | |
2007-10-19 | Remove. | Ralf Corsépius | 1 | -42/+0 | |
2007-10-19 | Remove. | Ralf Corsépius | 1 | -1289/+0 | |
2007-10-19 | Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearer | Panu Matilainen | 5 | -10/+10 | |
2007-10-19 | Make rpmProblem standalone "object" | Panu Matilainen | 2 | -39/+98 | |
- problem set contains array of pointers to problems, not problems themselves - add functions for creating and destroying problems - use iterators for freeing the problems in rpmpsFree() - new rpmpsAppendProblem() API for appending existing problem item to problem set - implement rpmpsAppend using the new methods | |||||
2007-10-19 | Eliminate rpmps and rpmProblem structure details from the API | Panu Matilainen | 2 | -26/+26 | |
2007-10-19 | Use rpmProblem access methods instead of direct access to the struct | Panu Matilainen | 1 | -9/+10 | |