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
/
rpmio
/
rpmio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-04
Clean up poll() vs select() tests
Panu Matilainen
1
-0
/
+6
2009-10-17
Unbreak lzdio/xzdio
Panu Matilainen
1
-7
/
+11
2009-10-16
Use a helper function for finding fileno of specific io type
Panu Matilainen
1
-39
/
+24
2009-10-16
Lose unnecessary url type checking from fdSize()
Panu Matilainen
1
-15
/
+2
2009-10-16
Lose unused leftover definitions
Panu Matilainen
1
-14
/
+0
2009-10-16
Eliminate ufdio-specific read, write, seek and close
Panu Matilainen
1
-162
/
+3
2009-10-15
Add ftell() clone to FD_t
Panu Matilainen
1
-0
/
+15
2009-10-14
Make fdUpdateDigests() static now that its possible
Panu Matilainen
1
-1
/
+8
2009-10-14
Make FD_t struct opaque, finally
Panu Matilainen
1
-0
/
+42
2009-10-14
Eliminate last remaining FD_t struct privacy violation
Panu Matilainen
1
-0
/
+12
2009-10-14
Remove cpio stuff from FD_t
Panu Matilainen
1
-3
/
+0
2009-10-14
Move debug goo defs to rpmio.c
Panu Matilainen
1
-0
/
+7
2009-10-14
Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuff
Panu Matilainen
1
-9
/
+58
2009-10-14
Move fd statistics foo inside rpmio.c now that it can
Panu Matilainen
1
-0
/
+55
2009-10-14
Move fdDigest*() to rpmio.c where they better belong
Panu Matilainen
1
-0
/
+30
2009-10-14
Remove pointless inlining of stuff in rpmio
Panu Matilainen
1
-9
/
+8
2009-10-14
Use common "not implemented" implementation of Fseek()
Panu Matilainen
1
-22
/
+4
2009-09-07
Avoid potentially calling a NULL function pointer
Panu Matilainen
1
-1
/
+1
2009-08-31
Accept direct compressor names as Fopen() modes too
Panu Matilainen
1
-4
/
+4
2009-08-31
Switch rpmio mode checking to use rstreq()
Panu Matilainen
1
-8
/
+8
2009-03-25
Implement fdUpdateDigests() and friends using digest bundle
Panu Matilainen
1
-20
/
+11
2009-03-18
Add support for "lzma alone" compression format (lzdio)
Panu Matilainen
1
-12
/
+68
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
1
-16
/
+16
2009-03-11
Eliminate now unnecessary FDDIGEST_t
Panu Matilainen
1
-4
/
+4
2009-03-09
Port XZ payload compression to xz-4.999.8 API
Jindrich Novy
1
-9
/
+3
2008-12-23
Increase XZ decompression memlimit
Jindrich Novy
1
-2
/
+2
2008-11-26
Increase memory limit for LZMA compression
Jindrich Novy
1
-2
/
+2
2008-11-26
Initialize the LZMA encoder/decoder on demand, not both
Jindrich Novy
1
-1
/
+5
2008-11-25
Port LZMA (XZ) support to the new API
Jindrich Novy
1
-8
/
+9
2008-11-04
Use more portable file access mode tests (ticket #5)
Panu Matilainen
1
-2
/
+6
2008-07-07
Teach Fflush() about lzdio
Panu Matilainen
1
-0
/
+4
2008-07-07
Kick out ftpStrerror() and related error code defines
Panu Matilainen
1
-62
/
+3
2008-07-04
Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]
Panu Matilainen
1
-1
/
+0
2008-07-04
Make ufdClose() static, nothing outside rpmio.c needs directly
Panu Matilainen
1
-1
/
+1
2008-07-04
Remove unused ufdGetFile() from librpmio
Panu Matilainen
1
-13
/
+0
2008-06-10
fwrite() returns size_t, use correct type
Panu Matilainen
1
-2
/
+3
2008-06-09
FD_t contentLength field is useless for us too...
Panu Matilainen
1
-5
/
+3
2008-06-09
Lose bunch of unused fields from FD_t
Panu Matilainen
1
-7
/
+0
2008-05-03
Temp file handling tweaks
Panu Matilainen
1
-1
/
+1
2008-04-29
Plug a memleak in lzclose()
Panu Matilainen
1
-2
/
+3
2008-04-22
Main lzma rpmio part based on SuSE patches, thanks for them!
Jindrich Novy
1
-1
/
+334
2008-04-11
Simplify url io a lot
Panu Matilainen
1
-26
/
+11
2008-04-03
Shut up a few silly compiler warnings that have crept in
Panu Matilainen
1
-0
/
+1
2008-04-01
Fix off-by one in urlOpen()
Jindrich Novy
1
-2
/
+1
2008-03-06
Make rpmio vectors read-only
Panu Matilainen
1
-16
/
+16
2008-02-26
Remove hidden --nolibio cli switch, avoid exporting noLibio
Panu Matilainen
1
-3
/
+2
2008-02-26
Make the rest of rpmio vectors static inside rpmio
Panu Matilainen
1
-5
/
+48
2008-02-26
Remove the last remains of unused and unnecesary rpmio rpc vectors
Panu Matilainen
1
-5
/
+5
2008-02-01
Avoid silly fixed size buffer in urlhelper
Panu Matilainen
1
-1
/
+3
[next]