summaryrefslogtreecommitdiff
path: root/rpmio/rpmfileutil.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-02Dont use mmap() for anything, axe the code insteadPanu Matilainen1-38/+0
2012-05-31Split rpmGlob() to a separate source filePanu Matilainen1-140/+0
2012-05-22Add support for 7zip compressed tarballsChristophe Fergeau1-0/+4
2012-05-21Split prelink checking into a helper functionPanu Matilainen1-42/+42
2011-10-11rpmio: Set a umask before using mkstemp()Mukund Sivaraman1-0/+6
2011-06-27Honor trailing slash in rpmGlob()Panu Matilainen1-1/+16
2011-05-28Eliminate bunch of obvious dead NULL-assignments around librpmioPanu Matilainen1-6/+6
2011-04-29Add lrzip support.Ville Skyttä1-0/+3
2011-04-29Add lzip support.Ville Skyttä1-0/+3
2011-04-26Understand 'PK00' zip archives (RhBug:699529)Jindrich Novy1-2/+3
2010-10-22Eliminate use of pgpHashAlgo in rpmio interface argumentsPanu Matilainen1-1/+1
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Unconditionally include <sys/wait.h> where neededPanu Matilainen1-0/+1
2010-01-05Move sys/mman.h include out of system.h to the places that carePanu Matilainen1-0/+4
2010-01-04Use MAP_FAILED instead of hardwired (void *)-1Panu Matilainen1-1/+1
2010-01-04Re-enable mmap test in configure & fix the code build againPanu Matilainen1-0/+1
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