fix msm-plugin.c svace issue: make sure dupPath is not NULL before strchr()
[platform/upstream/rpm.git] / python / rpmmodule.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2018-01-25 Panu MatilainenAdd scriptlet-specific disablers for %pretrans and... 03/168303/1 submit/tizen_base/20180330.050344
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-05-16 Panu MatilainenExplicitly differentate internal/exported file attributes
2012-01-05 Panu MatilainenAdd enum for RPMCALLBACK_INST_STOP callback event
2012-01-03 Panu MatilainenImplement scriptlet start and stop callbacks (RhBug...
2011-12-22 David Malcolmmark strings extracted from PyArg_Parse* as "const"
2011-09-01 Panu MatilainenOops, RPMSENSE_PRETRANS and _POSTTRANS missing from...
2011-09-01 Panu MatilainenOops, missing include for rpmFreeMacros() in python...
2011-09-01 Panu MatilainenAdd method to reset + reload rpm configuration to pytho...
2011-08-29 Panu MatilainenAdd a new pseudo index for actually installed files
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2010-11-03 Florian FestiRename rpmdbKeyIterator to rpmdbIndexIterator
2010-10-22 Panu MatilainenTeach python about the new RPMDBI_* tags
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
2010-10-21 Florian FestirpmdbKeyIterator: loop over keys in the database indexes
2010-05-04 Panu MatilainenRename python module version symbol to __version__...
2010-03-29 Panu MatilainenLose unused RPMSENSE_PATCHES
2010-03-29 Panu MatilainenDrop "support" for per-scriptlet build-requires
2010-03-18 Panu MatilainenAdd a new problem type for obsoletes
2010-03-15 Panu MatilainenTell python about RPMTRANS_FLAG_NOCONTEXTS
2010-02-04 Panu MatilainenMake rpm version available to python
2009-11-24 Panu MatilainenDisable rpm.td type for now
2009-11-18 Panu MatilainenDeclare a few python functions only taking one argument...
2009-11-18 Panu MatilainenRip python checkSignals() wtf'ery
2009-11-18 Panu MatilainenPython archscore() only ever takes one argument, simplify
2009-11-18 Panu MatilainenMake python ts.problems() return a python list, not...
2009-10-29 Panu MatilainenPermit any file-like object in rpm.setLogFile()
2009-10-29 Panu MatilainenUpdate module initialization to work with both Python...
2009-10-27 Panu MatilainenLet Python decide the "native" string type for tag...
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
2009-10-14 Panu MatilainenAdd first rough-cut python bindings for rpmio fd
2009-10-09 Panu MatilainenAdd bindings for rpm keyring and pubkey types
2009-10-05 Panu MatilainenHandle all rpmds variants in its constructor
2009-10-05 Panu MatilainenType mismatch is TypeError, not rpm.error
2009-10-05 Panu MatilainenTeach python about the lowlevel RPMRC codes
2009-10-05 Panu MatilainenTeach python about RPMSENSE_ANY
2009-10-05 Panu MatilainenAdd minimal python wrapping for rpmProblem objects
2009-10-02 Panu MatilainenAdd rpmlog() wrapper to python bindings
2009-10-02 Panu MatilainenTeach python about RPMDBI_LABEL
2009-10-02 Panu MatilainenSplit rpmbuild dependencies to separate _rpmb module
2009-10-02 Panu MatilainenAdd a dummy python-level transaction set class, use...
2009-09-30 Panu MatilainenAdd beginnings of rpmtd wrappings to python
2009-09-28 Panu MatilainenPush rpm.signalsCaught() to python level
2009-09-28 Panu MatilainenImplement rpm.readHeaderFromFD() in python instead...
2009-09-28 Panu MatilainenImplement rpm.readHeaderListFromFD() in python instead...
2009-09-28 Panu MatilainenImplement rpmreadHeaderListFromFile() in python instead...
2009-09-28 Panu MatilainenA few cases of Py_RETURN_NONE missed on the first round
2009-09-28 Panu MatilainenArrange rpm.headerLoad() compatibility on python level
2009-09-23 Panu MatilainenPermit headerConvert() from python
2009-09-22 Panu MatilainenRename python system.h for disambiguation
2009-09-22 Panu MatilainenLose the empty doxygen markers
2009-09-22 Panu MatilainenUse Py_RETURN_NONE macro for returning None everywhere
2009-09-22 Panu MatilainenPython initialization spring clean
2009-09-22 Panu MatilainenLose the utterly broken rpmio FD_t wrappers
2009-09-22 Panu MatilainenWe dont support ancient python versions...
2009-09-22 Panu MatilainenKick out mummified rpmdb python interface remnants
2009-04-09 Jindrich NovyRemove file flags that have never been enabled
2009-03-26 Florian FestiRemove rpmal from the Python API
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-01-08 Panu MatilainenCast to intptr_t instead of int to kick out the final...
2008-06-03 Panu MatilainenUse rpmsqIsCaught() instead of directly accessing rpmsq...
2008-06-02 Panu MatilainenChange rpmTagGetNames() interface to more like that...
2008-05-26 Jindrich NovyRemove legacy RPMSENSE_SERIAL.
2008-05-22 Panu MatilainenOops, rpmTagGetValue() expects tagname without RPMTAG_...
2008-05-21 Panu MatilainenDon't muck with rpmTagTable internals in python initial...
2008-05-15 Panu MatilainenDon't look into extensions when adding tags to python
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-11 Panu MatilainenRegister the new SCRIPT_ERROR callback value to python
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-29 Panu MatilainenLose python fts
2007-11-29 Panu MatilainenLose the useless rpmrc python stuff, group macro handli...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-29 Panu MatilainenRemove unnecessary includes
2007-10-28 Ralf CorsépiusInclude "rpmdb.h" instead of <rpmdb.h>.
2007-10-28 Ralf CorsépiusInclude "rpmsq.h" instead of <rpmsq.h>.
2007-10-23 Panu MatilainenOne more useless rpmio_internal include removal
2007-10-23 Panu MatilainenRemove bunch of unnecessary rpmio_internal & related...
2007-10-16 Ralf CorsépiusDon't unnecessarily include stdio.h
2007-10-16 Panu MatilainenRemove unimplemented, unused RPMPROB_BADPRETRANS
2007-09-20 Panu MatilainenRip out unused anaconda-related hacks
2007-09-11 Ralf CorsépiusRemove split tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Ralf CorsépiusRemove __LCLINT__-ifdef'ed blocks.
2007-08-30 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-08-30 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm-cli
2007-08-30 Panu MatilainenGet rpmcli.h includes out of python bindings
2007-08-28 Ralf Corsépiushg sucks rocks
2007-08-28 Panu MatilainenAdd expandMacro() to python bindings.
2007-08-14 Panu MatilainenAvoid python 2.5 requirement by using int instead of...
2007-07-21 Panu MatilainenMake rpmdbCheckTerminate() non-terminating.
2007-07-20 Panu MatilainenForce rpmdb clean termination on exit from python.
2007-07-20 Panu MatilainenAdd python methods for checking pending signals from...
2007-07-12 Panu MatilainenRip out rhnLoad() and rhnUnload() from python bindings.
2007-07-12 Panu MatilainenOne last fix for const qualifier discarding complaint...
2007-07-11 Panu MatilainenCast to int to avoid gcc complaint from python enum...
next