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
/
rpmfileutil.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io code
Panu Matilainen
1
-2
/
+1
2009-06-25
Kick out silly constfree() use
Panu Matilainen
1
-2
/
+2
2009-03-25
process the "./" in file paths correctly (rhbz#491388)
Jindrich Novy
1
-4
/
+12
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
1
-2
/
+2
2009-01-09
Don't try to create "" directories
Panu Matilainen
1
-1
/
+1
2008-12-05
Avoid "template" which is a reserved word in C++
Panu Matilainen
1
-2
/
+2
2008-11-25
Use the new LZMA (XZ) magic
Jindrich Novy
1
-3
/
+3
2008-11-22
Add function to retrieve rpm config base directory
Panu Matilainen
1
-0
/
+11
2008-11-21
Permit relative paths in rpmioMkpath() and rpmMkdirs()
Panu Matilainen
1
-2
/
+2
2008-10-10
Add rpmMkdirs() to librpmio
Panu Matilainen
1
-0
/
+23
2008-06-11
Enable rpmDoDigest() to pass large file sizes
Panu Matilainen
1
-3
/
+3
2008-05-03
Temp file handling tweaks
Panu Matilainen
1
-10
/
+20
2008-04-29
Don't use alloca in rpmGenPath()
Jindrich Novy
1
-2
/
+3
2008-04-29
Rewrite rpmioMkpath()
Jindrich Novy
1
-28
/
+19
2008-04-19
Change rpmGlob() argvPtr type to ARGV_t to make it obvious what it is
Panu Matilainen
1
-1
/
+1
2008-04-19
Simplify rpmGlob() a bit
Panu Matilainen
1
-23
/
+7
2008-04-19
Dynamically allocate buffers in rpmGetPath()
Panu Matilainen
1
-14
/
+8
2008-04-11
Rewrite rpmMkTempFile() for sanity
Panu Matilainen
1
-81
/
+24
2008-04-07
ARGV_t const pendantry
Panu Matilainen
1
-2
/
+2
2008-04-04
Rename currentDirectory() to rpmGetCwd() and move to librpmio
Panu Matilainen
1
-0
/
+15
2008-03-17
Add missing popt include
Panu Matilainen
1
-0
/
+2
2008-03-12
Remove rpmio internal copy of poptParseArgvString() & friends
Panu Matilainen
1
-112
/
+1
2008-02-04
Make check-programs build again, assorted type-fiddlings..
Panu Matilainen
1
-1
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-2
/
+2
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-1
/
+4
2008-01-27
Rename isCompressed() -> rpmFileIsCompressed() for namespacing
Panu Matilainen
1
-1
/
+1
2008-01-27
Detect lzma magic if it exists, otherwise dumb check for .lzma filename
Panu Matilainen
1
-6
/
+7
2008-01-27
Helper function for checking given suffix on path
Panu Matilainen
1
-0
/
+8
2008-01-09
Handle spaces in file path arguments correctly (#217258)
Panu Matilainen
1
-0
/
+23
2008-01-02
More assorted int -> size_t uses
Panu Matilainen
1
-2
/
+2
2007-12-18
Remove bogus const from rpmGlob argv return type
Panu Matilainen
1
-2
/
+2
2007-12-16
Remove const from rpmMkTempFile file name parameter
Panu Matilainen
1
-1
/
+1
2007-12-15
Further bogus const removals...
Panu Matilainen
1
-9
/
+9
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGenPath and rpmGetPath return type
Panu Matilainen
1
-3
/
+2
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-5
/
+5
2007-12-07
Fix misleading indentation
Panu Matilainen
1
-8
/
+9
2007-12-07
Don't do tilde expansion if HOME not set
Panu Matilainen
1
-1
/
+7
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
1
-5
/
+5
2007-12-01
Make rpmDoDigest() honor algorithm parameter
Panu Matilainen
1
-8
/
+8
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Move rpmGlob() from macros to rpmfileutil.h
Panu Matilainen
1
-0
/
+245
2007-11-23
Move rpmGetPath and rpmGenPath to rpmfileutil.h
Panu Matilainen
1
-0
/
+81
2007-11-23
Move rpmCleanPath from macros to rpmfileutil.h
Panu Matilainen
1
-0
/
+87
2007-11-23
Move file compression stuff from rpmmacro.h to rpmfileutil.h
Panu Matilainen
1
-0
/
+53
2007-11-23
Move rpmioMkpath from rpmio.h to rpmfileutil.h
Panu Matilainen
1
-0
/
+49
2007-11-22
Move makeTempFile() from misc.h to rpmfileutil.h
Panu Matilainen
1
-0
/
+100
2007-11-22
Calculating file checksums aint legacy activity
Panu Matilainen
1
-0
/
+221