summaryrefslogtreecommitdiff
path: root/rpmio/rpmfileutil.c
Commit message (Expand)AuthorAgeFilesLines
* Call RPM_CONFIGDIR just that consistentlyPanu Matilainen2023-03-301-1/+1
* Preserve literal value of quoted paths in %filesMichal Domonkos2022-10-041-3/+13
* Add support for whitespace escaping in %filesMichal Domonkos2022-10-041-0/+18
* Kick out 21 year old commented-out debugging fprintf()'sPanu Matilainen2022-05-061-6/+0
* Warn on undefined components in buildtree macrosPanu Matilainen2020-04-201-0/+2
* fix zstd magicThierry Vignaud2020-01-021-1/+1
* Fix use-after-free introduced in 0f21bdd0d7b2c45564ddb5a24bbebd530867bd54Panu Matilainen2019-05-141-1/+1
* Eliminate the hysterical filesize retval from rpmDoDigest() now that we canPanu Matilainen2019-05-141-7/+2
* Stop papering over the security disaster known as prelinkPanu Matilainen2019-05-141-167/+9
* Fix division by zero in prelink detection, issue 420Bernhard Rosenkränzer2018-04-091-1/+1
* Add support for zstd compressed payloadJeff Johnson2017-08-091-0/+3
* Cosmetics: if, while and switch are followed by a spacePanu Matilainen2017-02-271-2/+2
* Add RubyGems support.Vít Ondruch2015-11-121-0/+2
* Use more accurate bzip2 patch detectionPádraig Brady2015-03-181-1/+2
* Avoid pointless large stack alloction (RhBug:1106594)Panu Matilainen2014-06-111-3/+4
* Handle fork(), pipe() and dup2() failures in prelink helper launchPanu Matilainen2013-04-121-13/+23
* Make rpmConfigDir() thread-safePanu Matilainen2013-02-151-4/+9
* Failure to calculate digest in rpmDoDigest() is, well, a failurePanu Matilainen2013-02-121-1/+1
* Dont use mmap() for anything, axe the code insteadPanu Matilainen2012-07-021-38/+0
* Split rpmGlob() to a separate source filePanu Matilainen2012-05-311-140/+0
* Add support for 7zip compressed tarballsChristophe Fergeau2012-05-221-0/+4
* Split prelink checking into a helper functionPanu Matilainen2012-05-211-42/+42
* rpmio: Set a umask before using mkstemp()Mukund Sivaraman2011-10-111-0/+6
* Honor trailing slash in rpmGlob()Panu Matilainen2011-06-271-1/+16
* Eliminate bunch of obvious dead NULL-assignments around librpmioPanu Matilainen2011-05-281-6/+6
* Add lrzip support.Ville Skyttä2011-04-291-0/+3
* Add lzip support.Ville Skyttä2011-04-291-0/+3
* Understand 'PK00' zip archives (RhBug:699529)Jindrich Novy2011-04-261-2/+3
* Eliminate use of pgpHashAlgo in rpmio interface argumentsPanu Matilainen2010-10-221-1/+1
* Move <ctype.h> include out of system.h to the places that need itPanu Matilainen2010-01-051-0/+1
* Move <errno.h> include out of system.h to the places that need itPanu Matilainen2010-01-051-0/+1
* Unconditionally include <sys/wait.h> where neededPanu Matilainen2010-01-051-0/+1
* Move sys/mman.h include out of system.h to the places that carePanu Matilainen2010-01-051-0/+4
* Use MAP_FAILED instead of hardwired (void *)-1Panu Matilainen2010-01-041-1/+1
* Re-enable mmap test in configure & fix the code build againPanu Matilainen2010-01-041-0/+1
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io codePanu Matilainen2009-08-311-2/+1
* Kick out silly constfree() usePanu Matilainen2009-06-251-2/+2
* process the "./" in file paths correctly (rhbz#491388)Jindrich Novy2009-03-251-4/+12
* LZMA -> XZ renamingPanu Matilainen2009-03-181-2/+2
* Don't try to create "" directoriesPanu Matilainen2009-01-091-1/+1
* Avoid "template" which is a reserved word in C++Panu Matilainen2008-12-051-2/+2
* Use the new LZMA (XZ) magicJindrich Novy2008-11-251-3/+3
* Add function to retrieve rpm config base directoryPanu Matilainen2008-11-221-0/+11
* Permit relative paths in rpmioMkpath() and rpmMkdirs()Panu Matilainen2008-11-211-2/+2
* Add rpmMkdirs() to librpmioPanu Matilainen2008-10-101-0/+23
* Enable rpmDoDigest() to pass large file sizesPanu Matilainen2008-06-111-3/+3
* Temp file handling tweaksPanu Matilainen2008-05-031-10/+20
* Don't use alloca in rpmGenPath()Jindrich Novy2008-04-291-2/+3
* Rewrite rpmioMkpath()Jindrich Novy2008-04-291-28/+19
* Change rpmGlob() argvPtr type to ARGV_t to make it obvious what it isPanu Matilainen2008-04-191-1/+1