summaryrefslogtreecommitdiff
path: root/rpmio/rpmfileutil.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io codePanu Matilainen1-2/+1
2009-06-25Kick out silly constfree() usePanu Matilainen1-2/+2
2009-03-25process the "./" in file paths correctly (rhbz#491388)Jindrich Novy1-4/+12
2009-03-18LZMA -> XZ renamingPanu Matilainen1-2/+2
2009-01-09Don't try to create "" directoriesPanu Matilainen1-1/+1
2008-12-05Avoid "template" which is a reserved word in C++Panu Matilainen1-2/+2
2008-11-25Use the new LZMA (XZ) magicJindrich Novy1-3/+3
2008-11-22Add function to retrieve rpm config base directoryPanu Matilainen1-0/+11
2008-11-21Permit relative paths in rpmioMkpath() and rpmMkdirs()Panu Matilainen1-2/+2
2008-10-10Add rpmMkdirs() to librpmioPanu Matilainen1-0/+23
2008-06-11Enable rpmDoDigest() to pass large file sizesPanu Matilainen1-3/+3
2008-05-03Temp file handling tweaksPanu Matilainen1-10/+20
2008-04-29Don't use alloca in rpmGenPath()Jindrich Novy1-2/+3
2008-04-29Rewrite rpmioMkpath()Jindrich Novy1-28/+19
2008-04-19Change rpmGlob() argvPtr type to ARGV_t to make it obvious what it isPanu Matilainen1-1/+1
2008-04-19Simplify rpmGlob() a bitPanu Matilainen1-23/+7
2008-04-19Dynamically allocate buffers in rpmGetPath()Panu Matilainen1-14/+8
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen1-81/+24
2008-04-07ARGV_t const pendantryPanu Matilainen1-2/+2
2008-04-04Rename currentDirectory() to rpmGetCwd() and move to librpmioPanu Matilainen1-0/+15
2008-03-17Add missing popt includePanu Matilainen1-0/+2
2008-03-12Remove rpmio internal copy of poptParseArgvString() & friendsPanu Matilainen1-112/+1
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-1/+4
2008-01-27Rename isCompressed() -> rpmFileIsCompressed() for namespacingPanu Matilainen1-1/+1
2008-01-27Detect lzma magic if it exists, otherwise dumb check for .lzma filenamePanu Matilainen1-6/+7
2008-01-27Helper function for checking given suffix on pathPanu Matilainen1-0/+8
2008-01-09Handle spaces in file path arguments correctly (#217258)Panu Matilainen1-0/+23
2008-01-02More assorted int -> size_t usesPanu Matilainen1-2/+2
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen1-2/+2
2007-12-16Remove const from rpmMkTempFile file name parameterPanu Matilainen1-1/+1
2007-12-15Further bogus const removals...Panu Matilainen1-9/+9
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGenPath and rpmGetPath return typePanu Matilainen1-3/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-12-07Fix misleading indentationPanu Matilainen1-8/+9
2007-12-07Don't do tilde expansion if HOME not setPanu Matilainen1-1/+7
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-5/+5
2007-12-01Make rpmDoDigest() honor algorithm parameterPanu Matilainen1-8/+8
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGlob() from macros to rpmfileutil.hPanu Matilainen1-0/+245
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-0/+81
2007-11-23Move rpmCleanPath from macros to rpmfileutil.hPanu Matilainen1-0/+87
2007-11-23Move file compression stuff from rpmmacro.h to rpmfileutil.hPanu Matilainen1-0/+53
2007-11-23Move rpmioMkpath from rpmio.h to rpmfileutil.hPanu Matilainen1-0/+49
2007-11-22Move makeTempFile() from misc.h to rpmfileutil.hPanu Matilainen1-0/+100
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-0/+221