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
/
header-py.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-24
Enable subtyping on the rest of our type-objects
Panu Matilainen
1
-1
/
+1
2009-09-24
Call (sub)type tp_free from destructors
Panu Matilainen
1
-1
/
+1
2009-09-24
Make object allocation type agnostic
Panu Matilainen
1
-5
/
+5
2009-09-23
Decouple python spec objects from transaction objects
Panu Matilainen
1
-5
/
+0
2009-09-23
Add rpmtd to python object converter, change header code to use that
Panu Matilainen
1
-107
/
+7
2009-09-23
Turn tagNumFromPyObject() into an object converter interface
Panu Matilainen
1
-9
/
+12
2009-09-23
Turn rpmFdFromPyObject() into an object converter interface
Panu Matilainen
1
-9
/
+5
2009-09-23
Permit any file object in rpm.readHeaderListFromFD()
Panu Matilainen
1
-3
/
+3
2009-09-23
Permit file objects in python header constructor
Panu Matilainen
1
-1
/
+7
2009-09-23
Add write() method to python headers
Panu Matilainen
1
-1
/
+27
2009-09-23
Add hdr.format(), deprecate hdr.sprintf()
Panu Matilainen
1
-1
/
+9
2009-09-23
Make fiFromHeader() static inside header-py, deprecate
Panu Matilainen
1
-0
/
+7
2009-09-23
Deprecate rpm.headerLoad()
Panu Matilainen
1
-22
/
+4
2009-09-23
Deprecate header filelist munging methods
Panu Matilainen
1
-0
/
+8
2009-09-23
Eliminate unnecessary function
Panu Matilainen
1
-6
/
+2
2009-09-23
Permit headerConvert() from python
Panu Matilainen
1
-0
/
+13
2009-09-23
Add has_key() method to header object
Panu Matilainen
1
-0
/
+11
2009-09-23
Add support for creating new header objects
Panu Matilainen
1
-1
/
+30
2009-09-23
Rpm's allocators dont return on OOM, remove unnecessary check
Panu Matilainen
1
-5
/
+1
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
-48
/
+0
2009-09-22
Put some consistency to python object creation
Panu Matilainen
1
-0
/
+2
2009-09-22
Make all python object creation wrappers return PyObject pointers
Panu Matilainen
1
-6
/
+6
2009-09-22
Sanitize python object -> tag number exception handling
Panu Matilainen
1
-11
/
+10
2009-09-22
Use Py_RETURN_NONE macro for returning None everywhere
Panu Matilainen
1
-8
/
+4
2009-09-22
We dont support ancient python versions...
Panu Matilainen
1
-2
/
+0
2009-08-14
Add isSource() method to python header object (ticket #32)
Panu Matilainen
1
-0
/
+7
2009-02-05
Fix typo in python bindings documentation (Masatake YAMATO)
Panu Matilainen
1
-1
/
+1
2008-12-04
Fix python header retrieval return type for non-existent tags (rhbz#473239)
Panu Matilainen
1
-16
/
+10
2008-10-10
Convert in-tree users to headerConvert()
Panu Matilainen
1
-7
/
+5
2008-06-17
Replace headerRemoveEntry() with headerDel() everywhere
Panu Matilainen
1
-1
/
+1
2008-06-10
Eliminate rpmfiBuildFNames() use in python
Panu Matilainen
1
-12
/
+7
2008-05-26
Convert python rpmMergeHeaders to new interfaces
Panu Matilainen
1
-19
/
+22
2008-05-26
Convert python hdrKeyList() to new header iterator interface
Panu Matilainen
1
-4
/
+6
2008-05-15
Let rpmtdFreeData() do it's job...
Panu Matilainen
1
-9
/
+1
2008-05-15
Minimal conversion of in-rpm python bindings to new headerGet()
Panu Matilainen
1
-102
/
+23
2008-05-12
Convert internal uses of headerSprintf() to headerFormat()
Panu Matilainen
1
-2
/
+2
2008-04-10
Just call legacyRetrofit() instead of combined compress + provide retrofits
Panu Matilainen
1
-5
/
+3
2008-04-03
Shut up a few silly compiler warnings that have crept in
Panu Matilainen
1
-1
/
+1
2008-03-18
Minimal namespacing for locale-insensitive x*() string functions
Panu Matilainen
1
-1
/
+1
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-5
/
+5
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-4
/
+9
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-2
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+2
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-2
/
+2
2007-12-14
Bogus const removal continued...
Panu Matilainen
1
-1
/
+1
2007-12-14
Bunch of const char* corrections
Panu Matilainen
1
-2
/
+3
2007-12-13
Use rpm_tagtype_t everywhere for rpm (header) tagtype type
Panu Matilainen
1
-4
/
+4
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-8
/
+11
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-6
/
+7
[prev]
[next]