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
2013-02-02
Add support for weak dependencies:
Anas Nashif
1
-0
/
+14
2012-07-11
Report config and missinok flags in deptype format extension too
Panu Matilainen
1
-0
/
+4
2011-12-15
Oops, newlines dont belong in format extension output
Panu Matilainen
1
-2
/
+2
2011-11-10
Doh, somehow managed to miss the warnings from these missing includes :(
Panu Matilainen
1
-0
/
+1
2011-11-09
Make base64 encoding/decoding part of rpmio public API
Panu Matilainen
1
-2
/
+2
2011-11-09
Take advantage of pgpPrtParams() directly in pgpsigFormat() extension
Panu Matilainen
1
-4
/
+3
2011-11-07
Use pgpDigParamsAlgo() throughout the codebase
Panu Matilainen
1
-2
/
+4
2011-11-07
Take advantage of parsePGPSig() in pgpsigFormat() too
Panu Matilainen
1
-4
/
+5
2011-10-24
Sanitize pgpsigFormat()
Panu Matilainen
1
-36
/
+13
2011-08-17
Handle query format field width centrally in formatValue()
Panu Matilainen
1
-100
/
+50
2011-06-01
Clean up + simplify pgpsigFormat()
Panu Matilainen
1
-32
/
+18
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part I
Panu Matilainen
1
-5
/
+4
2011-01-25
Teach rpm about post-transaction dependencies
Panu Matilainen
1
-0
/
+2
2010-09-28
Make RPMFILE_STATE_MISSING part of the rpmfileState enum
Panu Matilainen
1
-1
/
+0
2010-09-21
Move format extension table a bit to avoid unnecessary forward declaration
Panu Matilainen
1
-27
/
+25
2010-09-21
Use proper types for tag and format extension functions
Panu Matilainen
1
-8
/
+5
2010-05-28
Add internal helper for formatting file attribute strings
Panu Matilainen
1
-20
/
+2
2010-05-28
Add header extension tag RPMTAG_FILESTATUS for file verification
Panu Matilainen
1
-2
/
+13
2010-05-28
Add internal helper for formatting verify flags
Panu Matilainen
1
-23
/
+3
2010-05-19
Use pgpValString() for :pgpsig header formatting (RhBug:587755)
Panu Matilainen
1
-24
/
+2
2010-03-29
Teach rpm about pre-transaction dependencies
Panu Matilainen
1
-0
/
+2
2010-03-29
Report all enabled dependency bits in deptype format extension
Panu Matilainen
1
-12
/
+11
2010-02-09
Bah, missing include in commit 121f73bb4932d15e618e82d5c6d7b43280dc0f7d
Panu Matilainen
1
-0
/
+1
2010-02-09
Add macro expansion queryformat extension
Panu Matilainen
1
-0
/
+14
2009-10-30
Add file verifyflags format extension
Panu Matilainen
1
-0
/
+36
2009-10-30
Add file state format extension
Panu Matilainen
1
-0
/
+41
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in header code
Panu Matilainen
1
-1
/
+1
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
[next]