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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-21
Add per-datatype iterators to rpmtd
Panu Matilainen
2
-0
/
+34
2008-05-21
Convert rpmfiBuildFDeps() into fooTag() style interface
Panu Matilainen
1
-82
/
+37
2008-05-21
Lose rpmfiBuildFClasses() completely
Panu Matilainen
1
-53
/
+23
2008-05-21
Misplaced assert
Panu Matilainen
1
-1
/
+1
2008-05-21
Eliminate rpmfiBuildFClasses() and rpmfiBuildFDepts() from the API+ABI
Panu Matilainen
3
-172
/
+146
2008-05-21
Split tag extensions out of formats.c
Panu Matilainen
3
-422
/
+439
2008-05-21
Minor fixes to triggercondsTag()
Panu Matilainen
1
-4
/
+2
2008-05-21
Resurrect triggercondsTag()
Panu Matilainen
1
-44
/
+44
2008-05-21
Add rpmtdDup() method for deep copying of tag containers
Panu Matilainen
2
-0
/
+36
2008-05-21
Turn rpmtd freeData into flag bitfield, allowing more precise control
Panu Matilainen
4
-16
/
+30
2008-05-21
Convert mireSkip() to use new interfaces
Panu Matilainen
1
-69
/
+15
2008-05-21
Add arraysize format
Panu Matilainen
3
-14
/
+20
2008-05-21
Fix up for RPM_BIN_TYPE td->count abuse just once, in rpmtdCount()
Panu Matilainen
2
-5
/
+4
2008-05-21
Drop unused variables from formatValues()
Panu Matilainen
1
-2
/
+0
2008-05-21
Lose the useless rpmtdToString()
Panu Matilainen
5
-52
/
+4
2008-05-21
Lose padding argument from formatters
Panu Matilainen
3
-112
/
+49
2008-05-21
Avoid leaking memory on legacy header interface emulation
Panu Matilainen
1
-0
/
+2
2008-05-21
Treat all integer types as unsigned in formatting
Panu Matilainen
1
-3
/
+3
2008-05-21
Simplify xmlFormat()
Panu Matilainen
1
-30
/
+8
2008-05-21
Add rpmtdFormat() method and enumeration of supported formats
Panu Matilainen
4
-23
/
+98
2008-05-21
Handle RPM_CHAR_TYPE too in stringFormat()
Panu Matilainen
3
-2
/
+31
2008-05-21
Add stringFormat() for barebones string representation
Panu Matilainen
2
-71
/
+51
2008-05-21
Make formatter functions operate on rpmtd current item
Panu Matilainen
2
-136
/
+100
2008-05-21
Push rpmtd a bit deeper into formatting
Panu Matilainen
1
-25
/
+15
2008-05-21
Minimally convert formatting to pass around rpmtd
Panu Matilainen
1
-36
/
+34
2008-05-21
Remove unused datafree handling from formatValue()
Panu Matilainen
1
-4
/
+0
2008-05-19
Teach rpmtd about the raw i18n string (array) type
Panu Matilainen
1
-1
/
+3
2008-05-17
Move all i18n string munging into separate function
Panu Matilainen
1
-19
/
+28
2008-05-17
Add HEADERGET_RAW flag to disable i18n lookups
Panu Matilainen
2
-9
/
+14
2008-05-17
Push header getter flags down to internal helpers
Panu Matilainen
2
-9
/
+8
2008-05-17
Oops, thinko/typo in headerGetFlags
Panu Matilainen
1
-1
/
+1
2008-05-17
Add typedefs for header get/put flags, use instead of int
Panu Matilainen
2
-8
/
+9
2008-05-16
Remove unused hRET_s and HE_s definitions for good
Panu Matilainen
1
-28
/
+0
2008-05-16
Use rpmTag enumeration for finding tag format func instead of names
Panu Matilainen
1
-25
/
+29
2008-05-16
Eliminate rpmHeaderFormats and rpmHeaderTagExtensions from the API
Panu Matilainen
4
-25
/
+26
2008-05-16
Push finding of formatter and tag extension functions down to formats.c
Panu Matilainen
4
-23
/
+36
2008-05-16
Make extension formatter functions opaque
Panu Matilainen
4
-62
/
+58
2008-05-16
Eliminate the now unnecessary extension type fields
Panu Matilainen
4
-43
/
+30
2008-05-16
Split format and tag extensions to separate tables
Panu Matilainen
4
-4
/
+9
2008-05-15
Dumb segfault in %posttrans
Panu Matilainen
1
-0
/
+1
2008-05-15
Unbreak conditional formatting
Panu Matilainen
1
-1
/
+2
2008-05-15
Change headerTagTagFunction() to take tag container as arg
Panu Matilainen
3
-172
/
+90
2008-05-15
Eliminate unnecessary extension fields
Panu Matilainen
1
-13
/
+14
2008-05-15
Permit tags down to HEADER_IMAGE in queries to match previous behavior
Panu Matilainen
1
-1
/
+1
2008-05-15
Unify header and extension tag handling of headerFormat()
Panu Matilainen
1
-114
/
+49
2008-05-15
Convert rpmtsAddInstallElement() to new headerGet()
Panu Matilainen
1
-7
/
+7
2008-05-14
Commentary fixes
Panu Matilainen
1
-1
/
+2
2008-05-14
Teach headerGet() to retrieve extension tags if enabled with flags
Panu Matilainen
2
-2
/
+43
2008-05-14
Simplify rpmDisplayQueryTags()
Panu Matilainen
1
-14
/
+0
2008-05-14
Teach rpm tag table about extensions
Panu Matilainen
3
-3
/
+15
[next]