index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
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