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
/
formats.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-01
Deal with multiple scriptlet dependency bits in deptype format extension
Panu Matilainen
1
-19
/
+28
2008-12-09
Add "deptype" format extension
Panu Matilainen
1
-0
/
+38
2008-11-17
Make depflagsFormat() accept any numeric type
Panu Matilainen
1
-5
/
+3
2008-11-17
Simplify xmlFormat() by taking advantage of rpmtdClass()
Panu Matilainen
1
-10
/
+4
2008-11-17
Make fflagsFormat() accept any numeric type
Panu Matilainen
1
-3
/
+2
2008-11-17
Make permsFormat() work with any numeric type
Panu Matilainen
1
-2
/
+2
2008-11-17
Make triggertypeFormat() work for any numeric type
Panu Matilainen
1
-12
/
+14
2008-11-17
Make shescapeFormat() to accept any numeric type
Panu Matilainen
1
-3
/
+3
2008-11-17
Take advantage of rpmtdGetNumber() for date format specifiers
Panu Matilainen
1
-6
/
+3
2008-11-17
Take advantage of rpmtdGetNumber() for numeric format specifiers
Panu Matilainen
1
-20
/
+15
2008-11-17
Simplify stringFormat() by using rpmtdGetNumber()
Panu Matilainen
1
-20
/
+5
2008-06-07
Couple of more 64bit format types
Panu Matilainen
1
-0
/
+2
2008-06-07
Use inttypes.h formats in stringFormat()
Panu Matilainen
1
-3
/
+9
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-05-21
Split tag extensions out of formats.c
Panu Matilainen
1
-421
/
+1
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
Turn rpmtd freeData into flag bitfield, allowing more precise control
Panu Matilainen
1
-13
/
+9
2008-05-21
Add arraysize format
Panu Matilainen
1
-0
/
+15
2008-05-21
Lose the useless rpmtdToString()
Panu Matilainen
1
-1
/
+1
2008-05-21
Lose padding argument from formatters
Panu Matilainen
1
-95
/
+44
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
1
-18
/
+33
2008-05-21
Handle RPM_CHAR_TYPE too in stringFormat()
Panu Matilainen
1
-2
/
+9
2008-05-21
Add stringFormat() for barebones string representation
Panu Matilainen
1
-0
/
+48
2008-05-21
Make formatter functions operate on rpmtd current item
Panu Matilainen
1
-125
/
+93
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
1
-2
/
+19
2008-05-16
Push finding of formatter and tag extension functions down to formats.c
Panu Matilainen
1
-0
/
+29
2008-05-16
Make extension formatter functions opaque
Panu Matilainen
1
-28
/
+28
2008-05-16
Eliminate the now unnecessary extension type fields
Panu Matilainen
1
-28
/
+28
2008-05-16
Split format and tag extensions to separate tables
Panu Matilainen
1
-1
/
+5
2008-05-15
Change headerTagTagFunction() to take tag container as arg
Panu Matilainen
1
-160
/
+85
2008-05-12
Simplify header extension handling
Panu Matilainen
1
-13
/
+7
2008-05-12
Move header "default" formats to formats.c along with the rest of 'em
Panu Matilainen
1
-0
/
+165
2008-05-03
Initialize nb before use
Panu Matilainen
1
-1
/
+1
2008-04-30
Rewrite xmlFormat() and remove useless xmlstrlen() and xmlstrcpy()
Jindrich Novy
1
-65
/
+37
2008-04-16
Oops, only free if allocated ;)
Panu Matilainen
1
-2
/
+4
2008-04-16
Plug a memory leak in armorFormat()
Panu Matilainen
1
-1
/
+4
2008-04-07
Remove static print buffer from pgpHexStr, return malloc'ed memory instead
Panu Matilainen
1
-1
/
+2
2008-04-07
Missing rpmstring.h include
Panu Matilainen
1
-0
/
+1
2008-04-03
Simplify message key creation in i18nTag()
Jindrich Novy
1
-13
/
+6
2008-03-07
Another pile of read-only constants marked as such..
Panu Matilainen
1
-2
/
+2
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-1
/
+1
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-23
/
+23
2008-02-05
Use rpm_flag_t for header generic bitfields (file flags etc)
Panu Matilainen
1
-5
/
+7
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-2
/
+2
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-2
/
+2
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+2
[next]