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
/
header.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-30
Implement "fast" flag to headerImport()
Panu Matilainen
1
-0
/
+1
2011-11-30
Add an enhanced interface for unloading, aka exporting, headers
Panu Matilainen
1
-0
/
+9
2011-11-30
Add an enhanced interface for loading, aka importing, headers
Panu Matilainen
1
-0
/
+17
2010-11-17
Yet another round of enum-as-function-argument elimination
Panu Matilainen
1
-3
/
+3
2010-11-17
Avoid enum as function argument for headerConvert()
Panu Matilainen
1
-2
/
+2
2010-10-22
Switch header APIs to use rpmTagVal instead of rpmTag
Panu Matilainen
1
-18
/
+18
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
1
-4
/
+8
2010-09-13
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
1
-7
/
+0
2010-09-01
Passed-in values are const for every headerPutType() variant
Panu Matilainen
1
-6
/
+6
2009-09-30
Add alternative header iterator method
Panu Matilainen
1
-1
/
+8
2009-09-02
Deprecate headerGetColor(), implement using headerGetNumber()
Panu Matilainen
1
-0
/
+1
2009-09-02
Add convenience function for retrieving numeric header data
Panu Matilainen
1
-0
/
+8
2009-09-02
Deprecate headerNVR() and friends
Panu Matilainen
1
-0
/
+5
2009-09-02
Add two new convenience functions for header string data
Panu Matilainen
1
-0
/
+16
2009-01-20
Add a bit of documentation for headerGet() flags
Panu Matilainen
1
-2
/
+11
2009-01-20
Add headerGet() flag to request argv-style NULL-terminated string arrays
Panu Matilainen
1
-0
/
+1
2009-01-05
Eliminate header magic duplication all over the place, export it
Panu Matilainen
1
-0
/
+5
2008-11-12
Add rpmdb record number to headers retrieved from rpmdb
Panu Matilainen
1
-0
/
+7
2008-10-10
Add headerConvert() "proxy" for performing various conversions on header data
Panu Matilainen
1
-0
/
+13
2008-07-08
Shove header legacy interfaces into rpmlegacy.h
Panu Matilainen
1
-181
/
+0
2008-07-03
Change headerPutString() arg name to match the others
Panu Matilainen
1
-1
/
+1
2008-06-19
Add type-safe headerPutFoo() methods for supported tag data types
Panu Matilainen
1
-0
/
+33
2008-06-18
Group legacy interfaces at the end of header.h
Panu Matilainen
1
-199
/
+143
2008-06-18
Switch around headerAdd*Entry() family vs headerPut()
Panu Matilainen
1
-3
/
+4
2008-06-18
Switch around headerMod() and headerModifyEntry()
Panu Matilainen
1
-1
/
+1
2008-06-18
Add headerMod() to headerPut() etc family
Panu Matilainen
1
-0
/
+11
2008-06-17
Rename headerRemoveEntry() to headerDel(), add compat wrapper
Panu Matilainen
1
-1
/
+13
2008-06-13
Deprecate headerGetEntry() and headerGetEntryMinMemory()
Panu Matilainen
1
-2
/
+4
2008-06-11
Add headerGet() flag to force allocation of returned data
Panu Matilainen
1
-0
/
+1
2008-05-26
Treat epoch as unsigned integer
Panu Matilainen
1
-1
/
+1
2008-05-26
Deprecate headerNextIterator()
Panu Matilainen
1
-1
/
+3
2008-05-22
Remove some leftover doxygen @todo markers
Panu Matilainen
1
-1
/
+0
2008-05-21
Eliminate rpmTagTable internals from API/ABI completely
Panu Matilainen
1
-30
/
+0
2008-05-17
Add HEADERGET_RAW flag to disable i18n lookups
Panu Matilainen
1
-0
/
+1
2008-05-17
Push header getter flags down to internal helpers
Panu Matilainen
1
-1
/
+1
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
1
-6
/
+7
2008-05-16
Remove unused hRET_s and HE_s definitions for good
Panu Matilainen
1
-28
/
+0
2008-05-16
Eliminate rpmHeaderFormats and rpmHeaderTagExtensions from the API
Panu Matilainen
1
-21
/
+1
2008-05-16
Push finding of formatter and tag extension functions down to formats.c
Panu Matilainen
1
-0
/
+4
2008-05-16
Make extension formatter functions opaque
Panu Matilainen
1
-32
/
+2
2008-05-16
Eliminate the now unnecessary extension type fields
Panu Matilainen
1
-9
/
+0
2008-05-16
Split format and tag extensions to separate tables
Panu Matilainen
1
-0
/
+1
2008-05-15
Change headerTagTagFunction() to take tag container as arg
Panu Matilainen
1
-11
/
+4
2008-05-14
Teach headerGet() to retrieve extension tags if enabled with flags
Panu Matilainen
1
-1
/
+2
2008-05-14
Teach rpm tag table about extensions
Panu Matilainen
1
-0
/
+1
2008-05-13
Add headerPut() for adding data to headers through tag container
Panu Matilainen
1
-0
/
+14
2008-05-13
Convert header tag iterator to use rpmtd
Panu Matilainen
1
-0
/
+8
2008-05-13
Convert headerGetEntry() internals to use rpmtd for data
Panu Matilainen
1
-0
/
+15
2008-05-13
New "tag data" container struct + some basic methods to deal with it
Panu Matilainen
1
-0
/
+1
[next]