Axe the rpmsq debug code which was never getting built anyway
[platform/upstream/rpm.git] / rpmio / rpmfileutil.c
2010-10-22 Panu MatilainenEliminate use of pgpHashAlgo in rpmio interface arguments
2010-01-05 Panu MatilainenMove <ctype.h> include out of system.h to the places...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenUnconditionally include <sys/wait.h> where needed
2010-01-05 Panu MatilainenMove sys/mman.h include out of system.h to the places...
2010-01-04 Panu MatilainenUse MAP_FAILED instead of hardwired (void *)-1
2010-01-04 Panu MatilainenRe-enable mmap test in configure & fix the code build...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-06-25 Panu MatilainenKick out silly constfree() use
2009-03-25 Jindrich Novyprocess the "./" in file paths correctly (rhbz#491388)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-01-09 Panu MatilainenDon't try to create "" directories
2008-12-05 Panu MatilainenAvoid "template" which is a reserved word in C++
2008-11-25 Jindrich NovyUse the new LZMA (XZ) magic
2008-11-22 Panu MatilainenAdd function to retrieve rpm config base directory
2008-11-21 Panu MatilainenPermit relative paths in rpmioMkpath() and rpmMkdirs()
2008-10-10 Panu MatilainenAdd rpmMkdirs() to librpmio
2008-06-11 Panu MatilainenEnable rpmDoDigest() to pass large file sizes
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-29 Jindrich NovyDon't use alloca in rpmGenPath()
2008-04-29 Jindrich NovyRewrite rpmioMkpath()
2008-04-19 Panu MatilainenChange rpmGlob() argvPtr type to ARGV_t to make it...
2008-04-19 Panu MatilainenSimplify rpmGlob() a bit
2008-04-19 Panu MatilainenDynamically allocate buffers in rpmGetPath()
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-04 Panu MatilainenRename currentDirectory() to rpmGetCwd() and move to...
2008-03-17 Panu MatilainenAdd missing popt include
2008-03-12 Panu MatilainenRemove rpmio internal copy of poptParseArgvString(...
2008-02-04 Panu MatilainenMake check-programs build again, assorted type-fiddlings..
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-27 Panu MatilainenRename isCompressed() -> rpmFileIsCompressed() for...
2008-01-27 Panu MatilainenDetect lzma magic if it exists, otherwise dumb check...
2008-01-27 Panu MatilainenHelper function for checking given suffix on path
2008-01-09 Panu MatilainenHandle spaces in file path arguments correctly (#217258)
2008-01-02 Panu MatilainenMore assorted int -> size_t uses
2007-12-18 Panu MatilainenRemove bogus const from rpmGlob argv return type
2007-12-16 Panu MatilainenRemove const from rpmMkTempFile file name parameter
2007-12-15 Panu MatilainenFurther bogus const removals...
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath and rpmGetPath retur...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenFix misleading indentation
2007-12-07 Panu MatilainenDon't do tilde expansion if HOME not set
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-12-01 Panu MatilainenMake rpmDoDigest() honor algorithm parameter
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGlob() from macros to rpmfileutil.h
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Panu MatilainenMove rpmCleanPath from macros to rpmfileutil.h
2007-11-23 Panu MatilainenMove file compression stuff from rpmmacro.h to rpmfileu...
2007-11-23 Panu MatilainenMove rpmioMkpath from rpmio.h to rpmfileutil.h
2007-11-22 Panu MatilainenMove makeTempFile() from misc.h to rpmfileutil.h
2007-11-22 Panu MatilainenCalculating file checksums aint legacy activity