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
/
cpio.c
Age
Commit message (
Expand
)
Author
Files
Lines
1999-11-24
build/files.c: Remove dead code.
jbj
1
-2
/
+2
1999-11-24
lib/macro.c: Canonicalize paths in rpmGetPath().
jbj
1
-7
/
+7
1999-11-10
Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.
jbj
1
-6
/
+6
1999-11-04
Use Fopen almost everywhere.
jbj
1
-2
/
+3
1999-11-02
Add ref/deref/new/fileno/open vectors to FDIO_t.
jbj
1
-9
/
+8
1999-10-30
Make fdFileno() static, use Fileno()/Ferror() analogues throughout.
jbj
1
-3
/
+4
1999-10-29
fix: resurrect multiple target platform builds.
jbj
1
-2
/
+2
1999-10-29
check for memory leaks (almost all leaks are plugged).
jbj
1
-12
/
+8
1999-10-27
use compressed filenames on install side.
jbj
1
-99
/
+50
1999-10-20
lclint annotations.
jbj
1
-2
/
+2
1999-10-04
dumb cpp's want white space around lclint annotations (Tim Mooney).
jbj
1
-4
/
+4
1999-09-21
fix: removed files fingerprint memory leak.
jbj
1
-1
/
+1
1999-09-21
fix: command line install had header memory leak.
jbj
1
-16
/
+16
1999-09-20
Start experimental support for bzip2 payloads.
jbj
1
-0
/
+10
1999-09-19
do versioned provides/conflicts resolution correctly.
jbj
1
-2
/
+2
1999-09-17
lclint annotations.
jbj
1
-44
/
+79
1999-09-07
Use sizeof("...")-1 throughout.
jbj
1
-2
/
+2
1999-05-11
better cpio error message if package contains missing hard links.
jbj
1
-4
/
+4
1999-03-22
fix: don't add header if signature generation failed (Carlo Wood).
jbj
1
-1
/
+1
1999-02-19
Typo.
jbj
1
-1
/
+1
1999-02-18
rename file before unlinking to avoid EBUSY failures.
jbj
1
-2
/
+17
1999-01-21
Eliminate Makefile.inc dependence in subdirs.
jbj
1
-3
/
+5
1999-01-13
Use mmap when writing rpm's.
jbj
1
-3
/
+33
1999-01-08
EGCS cruft.
jbj
1
-2
/
+1
1998-12-05
translate cpio errors using cpioStrerror.
jbj
1
-36
/
+87
1998-12-05
Typos.
jbj
1
-3
/
+3
1998-12-03
added ARM patches.
jbj
1
-6
/
+8
1998-11-22
Start abstracting compressed I/O.
jbj
1
-2
/
+2
1998-11-19
lclint noise.
jbj
1
-0
/
+2
1998-11-18
implement abstract fd type almost everywhere.
jbj
1
-15
/
+21
1998-11-16
LCLINT pass 0.
jbj
1
-5
/
+5
1998-10-09
return CPIO_BAD_HEADER instead of exiting. (Scott M. Stone)
jbj
1
-1
/
+1
1998-10-08
Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.
jbj
1
-1
/
+0
1998-09-27
add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
jbj
1
-1
/
+3
1998-09-05
More RPMVAR_* conversion to macros.
jbj
1
-1
/
+0
1998-08-11
Sync with 2.5.2 branch patches.
jbj
1
-0
/
+1
1998-07-30
Consolidated includes for librpmbuild API.
jbj
1
-3
/
+0
1998-07-25
Aggregate system includes into system.h.
jbj
1
-23
/
+5
1998-07-25
Generalize cpio I/O to eliminate pipe to exec'd gzip on install.
jbj
1
-71
/
+126
1998-03-27
fixed minor typos
ewt
1
-1
/
+1
1998-03-27
strntoul() was returning a pointer into alloca()'s memory
ewt
1
-1
/
+8
1998-03-04
1) header file cleanups
ewt
1
-5
/
+7
1997-10-13
When creating archive use fsPath to find the file.
marc
1
-1
/
+1
1997-10-03
was calculating incorrect archive size for package w/ hard links
ewt
1
-0
/
+2
1997-08-25
don't do link count checking on dirs
ewt
1
-1
/
+2
1997-08-25
1) RPM_ARCHIVESIZE tag didn't get filled in properly
ewt
1
-3
/
+5
1997-07-31
return proper success code after writing hardlinks
ewt
1
-1
/
+1
1997-07-31
1) improved cpio error message
ewt
1
-1
/
+5
1997-07-31
1) cpio can now conditionally follow symlinks
ewt
1
-3
/
+10
1997-07-25
Get rid of warning
marc
1
-1
/
+1
[next]