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
1996-10-21
1) use freeHeader(), not free() after writeheader()
ewt
1
-1
/
+6
1996-10-15
moved timedRead() to tread.c
ewt
1
-36
/
+1
1996-10-15
readHeader() should work when fd is a socket
ewt
1
-6
/
+38
1996-09-25
1) conditionally include asm/byteorder.h
ewt
1
-1
/
+5
1996-08-31
getEntry() allows NULL pointers
ewt
1
-0
/
+2
1996-08-15
tiny bug
root
1
-1
/
+1
1996-07-10
cleaned up some misleading error messages
ewt
1
-2
/
+2
1996-07-07
HEADER_MAGIC, error checking in readHeader(), dump BIN_TYPEs, fix other
root
1
-14
/
+79
1996-06-07
use the new tagtable to dump the header
root
1
-46
/
+7
1996-02-19
no comment :-(
ewt
1
-1
/
+1
1996-02-19
1) silly bug left over from getting rid of mutable flag
ewt
1
-1
/
+2
1996-02-19
tried to help header.c recover from Marc's recent mutilation of it :-)
ewt
1
-31
/
+24
1996-02-15
fixed the sizeofHeader()
root
1
-5
/
+5
1996-02-15
fixed return from unloadHeader()
root
1
-1
/
+1
1996-02-15
make load/unload sort like read/write
root
1
-2
/
+9
1996-02-15
do not allow STRING_TYPE with count != 1
root
1
-28
/
+65
1996-01-14
removed <sys/mman.h> (mmapping isn't used anymore)
ewt
1
-1
/
+6
1996-01-08
fix comment
marc
1
-2
/
+1
1995-12-27
added alignment code to addEntry()
marc
1
-4
/
+16
1995-12-27
changed semantics so in-core data is in host order
marc
1
-170
/
+283
1995-12-27
added modifyEntry()
marc
1
-0
/
+46
1995-12-27
sort indexes on write, use bsearch to find tags
marc
1
-22
/
+61
1995-12-27
fixed formatting
ewt
1
-11
/
+11
1995-12-20
added STRING_ARRAY_TYPE
marc
1
-40
/
+51
1995-12-20
added isEntry() freeIterator() and copyHeader()
marc
1
-0
/
+36
1995-12-19
fixed bug in string array stuff in getEntry()
marc
1
-6
/
+6
1995-12-18
fixed previous edit
marc
1
-1
/
+1
1995-12-18
allow type to be NULL in getEntry()
marc
1
-3
/
+7
1995-12-18
allow NULL to be passed for count in getEntry()
marc
1
-1
/
+3
1995-12-14
added iterator stuff
marc
1
-0
/
+67
1995-12-13
Added BIN_TYPE
ewt
1
-0
/
+6
1995-12-13
1) made dumpHeader use symbolic names
ewt
1
-355
/
+417
1995-12-12
Changed to use file descriptors instead of stdio
ewt
1
-12
/
+14
1995-11-27
Initial revision
root
1
-0
/
+464