index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
rpmfi-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-27
/
+69
2014-06-09
Make python module name configurable
Markus Lehtonen
1
-1
/
+1
2012-01-28
Don't assume rpmfiNew() always succeeds
Panu Matilainen
1
-0
/
+5
2012-01-02
fix the signatures of the METH_NOARGS callbacks
David Malcolm
1
-21
/
+21
2011-07-06
Revert the ds, ts, fi and spec python object creation commits
Panu Matilainen
1
-7
/
+20
2011-07-01
Fix/sanitize rpm.fi python object creation a bit
Panu Matilainen
1
-20
/
+7
2011-03-09
Python bindings dont need our debug.h for anything
Panu Matilainen
1
-2
/
+0
2010-10-22
Switch python bindings to use rpm(Dbi)TagVal as appropriate
Panu Matilainen
1
-1
/
+1
2009-10-28
Remove unnecessary (cmpfunc) casts from our type objects
Panu Matilainen
1
-1
/
+1
2009-10-19
Generalize type object initialization to work with both Python 2.* and Python...
David Malcolm
1
-2
/
+1
2009-10-19
Generalize access to ob_type so that they work with both Python 2.* and Pytho...
David Malcolm
1
-1
/
+1
2009-10-09
Revert explicit PyErr_NoMemory() returns to just returning NULL
Panu Matilainen
1
-1
/
+1
2009-10-05
Dont leak memory from rpm.fi() methods
Panu Matilainen
1
-8
/
+8
2009-09-30
Turn hdrGetHeader() into argument parsing converter interface
Panu Matilainen
1
-4
/
+4
2009-09-24
Enable subtyping on the rest of our type-objects
Panu Matilainen
1
-1
/
+1
2009-09-24
Eliminate all custom tp_free() type methods
Panu Matilainen
1
-8
/
+1
2009-09-24
Call (sub)type tp_free from destructors
Panu Matilainen
1
-4
/
+2
2009-09-24
Make object allocation type agnostic
Panu Matilainen
1
-3
/
+3
2009-09-23
Turn tagNumFromPyObject() into an object converter interface
Panu Matilainen
1
-4
/
+0
2009-09-23
Remove tp_print methods from all rpm-python objects
Panu Matilainen
1
-13
/
+1
2009-09-23
Lose the debug junk from python bindings
Panu Matilainen
1
-15
/
+0
2009-09-23
Make fiFromHeader() static inside header-py, deprecate
Panu Matilainen
1
-5
/
+0
2009-09-22
Rename python system.h for disambiguation
Panu Matilainen
1
-1
/
+1
2009-09-22
Lose the empty doxygen markers
Panu Matilainen
1
-12
/
+0
2009-09-22
Put some consistency to python object creation
Panu Matilainen
1
-6
/
+4
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
1
-5
/
+3
2009-09-22
Lose unnecessary next() methods
Panu Matilainen
1
-37
/
+0
2009-09-22
All rpm-python iterators are self-iterators, just use PyObject_SelfIter
Panu Matilainen
1
-8
/
+1
2009-09-22
Simplify fiFromHeader()
Panu Matilainen
1
-16
/
+2
2009-09-22
Sanitize python object -> tag number exception handling
Panu Matilainen
1
-8
/
+2
2009-09-22
Move allocations out of rpmfi object init method
Panu Matilainen
1
-29
/
+16
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
1
-8
/
+4
2009-09-22
Eliminate unnecessary custom object allocation functions
Panu Matilainen
1
-12
/
+1
2009-09-22
Use generic python get/set attribute functions directly where appropriate
Panu Matilainen
1
-12
/
+2
2009-09-22
Make the python object structures opaque
Panu Matilainen
1
-0
/
+6
2009-09-22
We dont support ancient python versions...
Panu Matilainen
1
-4
/
+0
2008-06-12
Make rpmfiFSize() return rpm_loff_t type, fixup callers
Panu Matilainen
1
-3
/
+3
2008-06-03
Don't leak memory on python fi.Digest() calls
Panu Matilainen
1
-4
/
+4
2008-06-02
rpmfiFDigestHex() instead of manual hex conversion
Panu Matilainen
1
-4
/
+2
2008-06-02
On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency
Panu Matilainen
1
-2
/
+2
2008-06-02
Add fi.Digest() method to python bindings
Panu Matilainen
1
-25
/
+16
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-04-07
Eliminate several copy-paste hex converters, use pgpHexStr() instead
Panu Matilainen
1
-14
/
+7
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-2
/
+2
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-0
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-2
/
+1
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-2
/
+2
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-1
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmlib.h" instead of <rpmlib.h>.
Ralf Corsépius
1
-1
/
+1
[next]