index
:
platform/upstream/rpm
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel_strip
origin/tizen
sandbox/akazmin/hwasan_build
sandbox/chanleebf/compression_change
sandbox/chanleebf/test
sandbox/denis13/LTO
sandbox/denis13/NoLTO
sandbox/denis13/esan
sandbox/denis13/lib64
sandbox/denis13/test_lib64
sandbox/dkson95/build
sandbox/dkson95/buildinfo
sandbox/dkson95/devel
sandbox/dkson95/gcc-14
sandbox/dkson95/llvm
sandbox/dkson95/lto
sandbox/dkson95/merge
sandbox/dkson95/strip
sandbox/dkson95/warning
sandbox/dnxowls/rpm_4.14.1_upgrade
sandbox/dnxowls/rpm_upgrade
sandbox/hglee/asan
sandbox/jaehun77/hardfp
sandbox/leemgs/chromium-efl
sandbox/leemgs/pbzip2
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_rpm
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/debug
sandbox/mkashkarov/ttc_14
sandbox/mro/isan
sandbox/mzx/bootstraping
sandbox/mzx/fix
sandbox/mzx/upstream
sandbox/nmerinov/llvm
sandbox/pavelkopyl/gcov
sandbox/soong9/remove_nss
sandbox/soong9/rpm_4.14.1
sandbox/test/rpm_upgrade
sandbox/tizentools/rpm_upgrade
sandbox/toolchain/sanitizer
sandbox/vbarinov/arch
sandbox/vbarinov/asan
sandbox/vbarinov/clang-build
sandbox/vbarinov/lib64
sandbox/vbarinov/mips
sandbox/vbarinov/riscbuild
sandbox/vbarinov/strip
sandbox/vbarinov/tizen
sandbox/wangbiao/py3_version_6_6
sandbox/wangbiao/py3_version_bak
sandbox/wangbiao/rpm_py3
sandbox/xuwc/rpm_erase
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: SCM / Build;
park <sk7.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
header.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-05-21
Turn rpmtd freeData into flag bitfield, allowing more precise control
Panu Matilainen
1
-1
/
+5
2008-05-21
Avoid leaking memory on legacy header interface emulation
Panu Matilainen
1
-0
/
+2
2008-05-17
Move all i18n string munging into separate function
Panu Matilainen
1
-19
/
+28
2008-05-17
Add HEADERGET_RAW flag to disable i18n lookups
Panu Matilainen
1
-9
/
+13
2008-05-17
Push header getter flags down to internal helpers
Panu Matilainen
1
-8
/
+7
2008-05-17
Add typedefs for header get/put flags, use instead of int
Panu Matilainen
1
-2
/
+2
2008-05-16
Eliminate rpmHeaderFormats and rpmHeaderTagExtensions from the API
Panu Matilainen
1
-0
/
+2
2008-05-16
Push finding of formatter and tag extension functions down to formats.c
Panu Matilainen
1
-16
/
+1
2008-05-16
Make extension formatter functions opaque
Panu Matilainen
1
-1
/
+11
2008-05-16
Eliminate the now unnecessary extension type fields
Panu Matilainen
1
-3
/
+1
2008-05-16
Split format and tag extensions to separate tables
Panu Matilainen
1
-2
/
+2
2008-05-15
Change headerTagTagFunction() to take tag container as arg
Panu Matilainen
1
-1
/
+1
2008-05-14
Teach headerGet() to retrieve extension tags if enabled with flags
Panu Matilainen
1
-1
/
+41
2008-05-13
Convert headerCopyTags() to use rpmtd internally
Panu Matilainen
1
-7
/
+4
2008-05-13
Convert headerCopy() to use the new interfaces internally
Panu Matilainen
1
-9
/
+7
2008-05-13
Add headerPut() for adding data to headers through tag container
Panu Matilainen
1
-0
/
+13
2008-05-13
Use a macro for copying td entries in compat wrappers
Panu Matilainen
1
-18
/
+12
2008-05-13
Convert header tag iterator to use rpmtd
Panu Matilainen
1
-8
/
+27
2008-05-13
Convert headerGetEntry() internals to use rpmtd for data
Panu Matilainen
1
-18
/
+46
2008-05-13
Start converting header internals to use the rpmtd struct
Panu Matilainen
1
-20
/
+47
2008-05-12
Move headerVerifyInfo() to header.[ch] where it logically belongs
Panu Matilainen
1
-0
/
+27
2008-05-12
Eliminate copy-paste versions of hdrchkFoo() macros
Panu Matilainen
1
-27
/
+0
2008-05-12
Split header sprintf formatting to separate source
Panu Matilainen
1
-1063
/
+0
2008-05-12
Move header "default" formats to formats.c along with the rest of 'em
Panu Matilainen
1
-165
/
+0
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
1
-2
/
+2
2008-05-12
Start (re-)joining librpmdb and librpm
Panu Matilainen
1
-0
/
+3039
2001-11-19
- header handling moved to librpmdb to avoid linkage loops.
jbj
1
-3277
/
+0
2001-11-11
- unify rpmFNSet into TFI_t.
jbj
1
-1
/
+1
2001-11-11
Rip alGetHeader() out of depends.c.
jbj
1
-9
/
+10
2001-11-01
- depends.c: availablePackage is (almost) opaque.
jbj
1
-2
/
+6
2001-11-01
- add header refcount annotations throughout.
jbj
1
-36
/
+66
2001-10-20
- add :base64 and :armor format extensions, dump binary tags in hex.
jbj
1
-0
/
+27
2001-10-18
Scaffholding for dumping full headers carried through transaction.
jbj
1
-1
/
+35
2001-10-17
Converging on lclint-3.0.17 strict level.
jbj
1
-3
/
+3
2001-10-16
Factor -type problems into explicit code annotations.
jbj
1
-0
/
+6
2001-10-16
More lclint annotations.
jbj
1
-0
/
+2
2001-10-15
- use only header methods, routines are now static.
jbj
1
-147
/
+419
2001-10-15
Explicit branchstate annotations.
jbj
1
-2
/
+16
2001-10-15
lclint fiddles to annotate globals.
jbj
1
-5
/
+17
2001-10-13
More lclint annotations.
jbj
1
-16
/
+16
2001-10-13
- ratchet up to lclint "strict" level.
jbj
1
-3
/
+10
2001-09-24
Move to lclint-3.0.0.15, revisit and clean up annotations.
jbj
1
-1
/
+3
2001-09-21
- lclint-3.0.0.15 fiddles.
jbj
1
-0
/
+17
2001-08-25
- within a region, entries sort by address; added drips sort by tag.
jbj
1
-11
/
+8
2001-08-16
- python: add exception to detect bad data in hdrUnload.
jbj
1
-0
/
+2
2001-08-15
- always use dl size in regionSwab() return.
jbj
1
-4
/
+10
2001-08-13
- fix: segfault on headerFree given malicious data.
jbj
1
-2
/
+4
2001-08-04
- fix: autoconf glob tests (#50845).
jbj
1
-3
/
+20
2001-08-03
lclint clean again.
jbj
1
-0
/
+4
[next]