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
/
tagexts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
Test for file data tag sanity in fnTag() extensions
Panu Matilainen
1
-22
/
+38
2012-02-21
Fix crash on INSTFILENAMES extension on non-installed package
Panu Matilainen
1
-10
/
+18
2012-02-21
Sanitize filename tag extension handling
Panu Matilainen
1
-30
/
+15
2012-02-08
Add tag extension to calculate hardlink count for files
Panu Matilainen
1
-0
/
+22
2011-09-06
Add four new extension tags for pretty-formatting dependencies
Panu Matilainen
1
-0
/
+45
2011-09-01
Add RPMTAG_INSTFILENAMES tag extension for state-aware file lists
Panu Matilainen
1
-15
/
+46
2011-06-16
Try to generate fileclass in the tag ext at runtime if missing from header
Panu Matilainen
1
-21
/
+55
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part I
Panu Matilainen
1
-4
/
+4
2010-11-29
Eliminate dead RPMTAG_INSTALLPREFIX tag extension
Panu Matilainen
1
-26
/
+0
2010-11-15
Remove RPMTAG_FILESTATUS tag extension
Panu Matilainen
1
-23
/
+0
2010-10-22
Switch header APIs to use rpmTagVal instead of rpmTag
Panu Matilainen
1
-1
/
+1
2010-09-21
Default to the common case wrt dir name/index tags, not relocation
Panu Matilainen
1
-6
/
+3
2010-09-21
Move rpmHeaderTagFunc() a bit to avoid unnecessary forward declaration
Panu Matilainen
1
-17
/
+14
2010-09-21
Use proper types for tag and format extension functions
Panu Matilainen
1
-5
/
+4
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
1
-2
/
+3
2010-05-28
Add header extension tag RPMTAG_FILESTATUS for file verification
Panu Matilainen
1
-0
/
+23
2010-02-03
Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them
Florian Festi
1
-67
/
+1
2010-01-05
Sanitize i18nTag() when NLS disabled
Panu Matilainen
1
-5
/
+3
2009-12-07
Always return malloced data from i18n extensions for consistency
Panu Matilainen
1
-1
/
+1
2009-11-20
Add RPMTAG_EPOCHNUM tag extension
Panu Matilainen
1
-0
/
+16
2009-10-12
Add RPMTAG_VERBOSE extension
Panu Matilainen
1
-0
/
+15
2009-09-15
Don't add dependency type into file requires and provides (RhBug:523282)
Panu Matilainen
1
-1
/
+1
2009-09-02
Add header color tag extension, ie headerGetColor()
Panu Matilainen
1
-4
/
+25
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-4
/
+2
2009-09-02
Add tag extensions for common name-[epoch:]version-release[.arch] combos
Panu Matilainen
1
-0
/
+74
2009-09-01
Add dbinstance tag extension (port from rpm5.org)
Panu Matilainen
1
-0
/
+13
2009-07-03
Pass headerGet flags to extensions too (unused for now)
Panu Matilainen
1
-24
/
+24
2008-12-04
Pay more attention to tag extension return codes
Panu Matilainen
1
-10
/
+18
2008-12-04
Fix triggerconds return when no data is there (rhbz#474550)
Panu Matilainen
1
-2
/
+2
2008-10-30
Convert in-tree users of rpmfiNew() to use flag names
Panu Matilainen
1
-5
/
+3
2008-06-12
Make fssizes tag extension 64bit
Panu Matilainen
1
-15
/
+15
2008-06-12
Add more 64bit size tags + tag extensions for converting from old values
Panu Matilainen
1
-0
/
+18
2008-06-12
Move 32 to 64 bit tag conversion to helper function
Panu Matilainen
1
-27
/
+36
2008-06-12
Use HEADERGET_ALLOC instead of manual copy in longfilesizesTag()
Panu Matilainen
1
-20
/
+15
2008-06-10
Add new tag extension to retrieve filesizes as 64bit types
Panu Matilainen
1
-0
/
+43
2008-06-10
Minimally convert rpmfiBuildFNames() to new headerGet()
Panu Matilainen
1
-16
/
+23
2008-06-10
Callers are now well known, require non-NULL arguments
Panu Matilainen
1
-7
/
+4
2008-06-10
Eliminate rpmfiBuildFNames() from the API
Panu Matilainen
1
-0
/
+71
2008-06-10
Add RPMTAG_ORIGFILENAMES tag extension
Panu Matilainen
1
-0
/
+15
2008-06-09
Change tag extension returns codes to match headerGet()
Panu Matilainen
1
-32
/
+31
2008-05-26
Convert triggertypeTag() to new headerGet()
Panu Matilainen
1
-24
/
+24
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
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
Eliminate rpmfiBuildFClasses() and rpmfiBuildFDepts() from the API+ABI
Panu Matilainen
1
-0
/
+146
2008-05-21
Split tag extensions out of formats.c
Panu Matilainen
1
-0
/
+437