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
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
2008-05-12
Push extension defaults one level deeper into headerFormat()
Panu Matilainen
1
-2
/
+2
2008-05-12
Simplify header extension handling
Panu Matilainen
1
-8
/
+0
2008-05-12
Move headerVerifyInfo() to header.[ch] where it logically belongs
Panu Matilainen
1
-0
/
+11
2008-05-12
Convert internal uses of headerSprintf() to headerFormat()
Panu Matilainen
1
-1
/
+0
2008-05-12
Add simpler headerFormat() function, deprecate headerSprintf()
Panu Matilainen
1
-3
/
+16
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
1
-1
/
+1
2008-05-12
Start (re-)joining librpmdb and librpm
Panu Matilainen
1
-0
/
+615
2001-11-19
- header handling moved to librpmdb to avoid linkage loops.
jbj
1
-727
/
+0
2001-11-11
Rip alGetHeader() out of depends.c.
jbj
1
-4
/
+5
2001-11-01
- depends.c: availablePackage is (almost) opaque.
jbj
1
-1
/
+1
2001-11-01
- add header refcount annotations throughout.
jbj
1
-4
/
+20
2001-10-15
- use only header methods, routines are now static.
jbj
1
-3
/
+1
2001-10-15
Explicit branchstate annotations.
jbj
1
-1
/
+2
2001-09-24
Move to lclint-3.0.0.15, revisit and clean up annotations.
jbj
1
-0
/
+2
2001-07-20
- fix: yet another segfault from bad metadata prevented.
jbj
1
-5
/
+8
2001-07-06
- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.
jbj
1
-2
/
+2
2001-06-28
- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.
jbj
1
-8
/
+8
2001-06-19
- finalize per-header methods, accessing headerFoo through vector.
jbj
1
-165
/
+360
[next]