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
/
lib
/
rpmtd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
Rename td2pool as rpmtdToPool, export and optimize
Panu Matilainen
1
-0
/
+19
2012-02-21
Add getter for rpmtd flags
Panu Matilainen
1
-0
/
+5
2011-08-17
Handle query format field width centrally in formatValue()
Panu Matilainen
1
-3
/
+1
2010-10-22
Switch header APIs to use rpmTagVal instead of rpmTag
Panu Matilainen
1
-11
/
+11
2010-09-21
Use the new tag type/return type getters everywhere
Panu Matilainen
1
-16
/
+16
2010-09-21
Use proper types for tag and format extension functions
Panu Matilainen
1
-4
/
+1
2009-01-28
Honor rpmtd type, not tag type, in rpmtdClass() (ticket #25)
Panu Matilainen
1
-1
/
+1
2008-11-17
Add rpmtdGetNumber() for getting numeric values from tag container
Panu Matilainen
1
-0
/
+26
2008-11-17
Introduce rpm tag "classes"
Panu Matilainen
1
-0
/
+6
2008-06-18
Add rpmtdFromUint8()
Panu Matilainen
1
-0
/
+27
2008-06-17
Make rpmtdFromStringArray() data argument const afterall
Panu Matilainen
1
-1
/
+1
2008-06-17
Add rpmtdFrom() methods for 16 and 64 bit types
Panu Matilainen
1
-0
/
+24
2008-06-17
Add some new rpmtd creation methods
Panu Matilainen
1
-14
/
+55
2008-06-06
Add access methods for 64bit integer types to rpmtd
Panu Matilainen
1
-0
/
+24
2008-05-23
Add rpmtdGetIndex() + rpmtdSetIndex() methods
Panu Matilainen
1
-0
/
+17
2008-05-23
Add rpmtdSetTag() method for setting (or changing) container tag + type
Panu Matilainen
1
-0
/
+28
2008-05-21
Add per-datatype iterators to rpmtd
Panu Matilainen
1
-0
/
+20
2008-05-21
Misplaced assert
Panu Matilainen
1
-1
/
+1
2008-05-21
Add rpmtdDup() method for deep copying of tag containers
Panu Matilainen
1
-0
/
+26
2008-05-21
Turn rpmtd freeData into flag bitfield, allowing more precise control
Panu Matilainen
1
-1
/
+8
2008-05-21
Fix up for RPM_BIN_TYPE td->count abuse just once, in rpmtdCount()
Panu Matilainen
1
-4
/
+3
2008-05-21
Lose the useless rpmtdToString()
Panu Matilainen
1
-37
/
+0
2008-05-21
Lose padding argument from formatters
Panu Matilainen
1
-3
/
+2
2008-05-21
Add rpmtdFormat() method and enumeration of supported formats
Panu Matilainen
1
-3
/
+33
2008-05-21
Handle RPM_CHAR_TYPE too in stringFormat()
Panu Matilainen
1
-0
/
+12
2008-05-19
Teach rpmtd about the raw i18n string (array) type
Panu Matilainen
1
-1
/
+3
2008-05-13
Add some more rpmtd access methods
Panu Matilainen
1
-0
/
+61
2008-05-13
Add methods to construct tag containers from argv and argi arrays
Panu Matilainen
1
-0
/
+41
2008-05-13
Add support for iterating over tag data container
Panu Matilainen
1
-0
/
+39
2008-05-13
Add rpmtdTag() method
Panu Matilainen
1
-0
/
+7
2008-05-13
New "tag data" container struct + some basic methods to deal with it
Panu Matilainen
1
-0
/
+47