Avoid access(2) quirks querying symlinks, lstat(2) instead (#60288)
[platform/upstream/rpm.git] / python /
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-16 Panu MatilainenLone module-private const .. remove
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-15 Panu MatilainenRemove bogus const from rpmProblemString() return type
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-11 Panu MatilainenRegister the new SCRIPT_ERROR callback value to python
2007-12-10 Panu MatilainenAdd python method for for retrieving (without setting...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-01 Panu MatilainenDon't include idtx.h in rpmcli.h
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-29 Panu MatilainenLose python fts
2007-11-29 Panu MatilainenAvoid building rpmdebug-py
2007-11-29 Panu MatilainenLose the useless rpmrc python stuff, group macro handli...
2007-11-27 Panu MatilainenDrop extra include paths from python too
2007-11-27 Panu MatilainenMove rpmfiBuildFNames() to rpmfi now that it's possible
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
2007-11-27 Panu MatilainenRemove long since dead fields from python header objects
2007-11-23 Panu MatilainenRemove unnecessary paths from python includepath
2007-11-23 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-22 Ralf CorsépiusAdd -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
2007-11-07 Panu MatilainenRemove bunch of unnecessary misc.h includes, document...
2007-11-07 Panu MatilainenRemove .splintrc's in the tree
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-31 Panu MatilainenDisable python available package mechanism for now...
2007-10-29 Panu MatilainenRemove unnecessary includes
2007-10-29 Panu MatilainenRemove unused variable
2007-10-29 Panu MatilainenAvoid need for header_internal.h
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Panu MatilainenUse fdGetFILE() instead of rpmio internal fdGetFp(...
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "fts.h" instead of <fts.h>.
2007-10-28 Ralf CorsépiusInclude "rpmdb.h" instead of <rpmdb.h>.
2007-10-28 Ralf CorsépiusInclude "rpmpgp.h" instead of <rpmpgp.h>.
2007-10-28 Ralf CorsépiusInclude "rpmsq.h" instead of <rpmsq.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-26 Panu MatilainenRename rpmcliImportPubkey() -> rpmtsImportPubkey()
2007-10-24 Panu MatilainenRemove dead code
2007-10-24 Panu MatilainenDon't mess up problem pkgNEVR in python ts.check()...
2007-10-23 Panu MatilainenRemove unused python header stubs
2007-10-23 Panu MatilainenOne more useless rpmio_internal include removal
2007-10-23 Panu MatilainenRemove bunch of unnecessary rpmio_internal & related...
2007-10-22 Panu MatilainenUse rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_...
2007-10-19 Panu MatilainenRename rpmpsProblem() -> rpmpsGetProblem() to make...
2007-10-19 Panu MatilainenUse rpmProblem access methods instead of direct access...
2007-10-19 Panu MatilainenOnly permit appending to a problem set from python
2007-10-19 Panu MatilainenImplement python rpmps iteration with rpmlib level...
2007-10-19 Panu MatilainenConvert rpmts-py to use rpmps iterator
2007-10-17 Ralf CorsépiusCleanup CPPFLAGS.
2007-10-17 Ralf CorsépiusExpand AM_CPPFLAGS.
2007-10-16 Ralf CorsépiusDon't unnecessarily include stdio.h
2007-10-16 Panu MatilainenRemove unimplemented, unused RPMPROB_BADPRETRANS
2007-10-01 Ralf CorsépiusRemove (unused).
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-21 Panu MatilainenRename alKey & alNum to rpmal* for namespacing
2007-09-20 Panu MatilainenRip out unused anaconda-related hacks
2007-09-20 Panu MatilainenRename tagName/Value/Type() to rpmTagGet*()
2007-09-20 Panu MatilainenRemove the "dressed" rpmHeaderGetEntry() from API
2007-09-19 Ralf CorsépiusMove EXTRA_DIST out of PYTHON block.
2007-09-17 Panu MatilainenMore typos, doh...
2007-09-17 Panu MatilainenTypo..
2007-09-17 Panu MatilainenUse rpmtsGetRdb() instead of poking ts internals
2007-09-12 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-12 Ralf CorsépiusFormating cleanup.
2007-09-12 Ralf CorsépiusFormating cleanup.
2007-09-11 Ralf Corsépiuslocally define Py_ssize_t and lenfunc for python < 2.5
2007-09-11 Ralf CorsépiusRemove split tags.
2007-09-10 Ralf CorsépiusEliminate pyincdir, pylibdir, pyrpmdir.
2007-09-10 Ralf CorsépiusEliminate noinst_HEADERS. Cleanup
2007-09-10 Ralf CorsépiusAdd missing backslash.
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-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Panu MatilainenSanitize SELinux file context initialization.
2007-09-03 Ralf CorsépiusRemove lint-support.
2007-09-03 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-03 Ralf CorsépiusEliminate mylibs.
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-30 Panu MatilainenMove rollback IDTX out of cli-stuff, its needed by...
2007-08-28 Ralf Corsépiushg sucks rocks
2007-08-28 Panu MatilainenSupport accessing header info in python by object attri...
2007-08-28 Panu MatilainenAdd expandMacro() to python bindings.
2007-08-22 Ralf CorsépiusRemove INCPATH.
2007-08-14 Panu MatilainenAvoid python 2.5 requirement by using int instead of...
2007-08-06 Panu MatilainenAllow building without python-devel.
2007-08-05 Panu MatilainenAutomake cleanups.
2007-07-26 Panu MatilainenGet python to honor prefix on install
2007-07-25 Panu MatilainenFlatten python makefiles, path tweaks
2007-07-24 Panu MatilainenPython install path fiddling to appease with distcheck
2007-07-24 Panu MatilainenUse python distutils for determining include etc paths
next