Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / build / files.c
2018-04-26 Taejin WooImported Upstream version 4.14.1 37/177237/1 upstream upstream/4.14.1
2013-06-07 Panu MatilainenDont check for non-directories when recursing
2013-06-07 Panu MatilainenDetect and error out non-directory being specified...
2013-06-07 Panu MatilainenIgnore %attr() and %defattr() mode on symlinks
2013-06-07 Panu MatilainenAvoid redundant strlen() calls on buildroot
2013-06-07 Panu MatilainenEnsure packaged files are inside the buildroot (RhBug...
2013-06-07 Panu MatilainenPass the entire package struct to rpmlibNeedsFeature()
2013-06-07 Panu MatilainenPass the entire package struct to genCpioListAndHeader()
2013-06-07 Panu MatilainenUse struct Package for source package too
2013-01-29 Panu MatilainenMake double-quoting work for special %doc (and %license...
2012-11-18 Panu MatilainenFix double-free on %caps in spec (RhBug:877512)
2012-11-08 Panu MatilainenErm, actually mark the special %license files as RPMFIL...
2012-11-05 Panu MatilainenDont complain about non-colored arch-specific packages
2012-08-01 Panu MatilainenRefactor the struct stat hacking into a helper function
2012-08-01 Panu MatilainenPermit non-existent %ghost directories to be packaged...
2012-07-10 Panu MatilainenAccept "owner" as an alias to "user" %verify attribute...
2012-07-02 Panu MatilainenAlso track large file presence for src.rpm's (RhBug...
2012-07-02 Panu MatilainenPush payload file size limit checking into cpio code
2012-05-31 Panu MatilainenExport our own version of glob_pattern_p() as rpmIsGlob()
2012-05-29 Panu MatilainenParametrize default vs current %verify and %attr parsing
2012-05-28 Panu MatilainenInitial support for "special" %license, similar to...
2012-05-28 Panu MatilainenGeneralize special doc attribute to "special dir"
2012-05-28 Panu MatilainenHandle rpmfiNew() failure centrally in genCpioListAndHe...
2012-05-28 Panu MatilainenEliminate redundant helper variables from src.rpm gener...
2012-05-28 Panu MatilainenMove file list freeing to helper function
2012-05-28 Panu MatilainenHardlink detection doesn't need entire filelist, just...
2012-05-28 Panu MatilainenisDoc() only needs the doc dirs, not the entire filelist
2012-05-28 Panu MatilainenClean up file records freeing a bit
2012-05-28 Panu MatilainenSplit the actual file records into a struct of their own
2012-05-28 Panu MatilainenUse vfaMatch() for %config attributes as well
2012-05-28 Panu MatilainenUnify %verify and virtual file attribute handling
2012-05-28 Panu MatilainenEliminate unused negate field of VFA struct
2012-05-25 Panu MatilainenPush special %doc handling details out of processPackag...
2012-05-25 Panu MatilainenRefactor getSpecialDocDir() so it cannot fail
2012-05-16 Panu MatilainenPush special doc directory generation next to other...
2012-05-16 Panu MatilainenRefactor special doc handling out of parseForSimple()
2012-05-16 Panu MatilainenparseForSimple() doesn't need the entire file list...
2012-05-16 Panu MatilainenNegation doesn't make sense for any of the virtual...
2012-05-16 Panu MatilainenHandle %dir parsing with an internal file attribute
2012-05-16 Panu MatilainenHandle %docdir with an internal file attribute
2012-05-16 Panu MatilainenExplicitly differentate internal/exported file attributes
2012-05-15 Panu MatilainenEliminate unused argument to parseForSimple()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForCaps()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForLang()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForConfig()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForDev()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForAttr()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForVerify()
2012-05-14 Panu MatilainenCentralize fl.processingFailed setting for parseForFoo...
2012-05-14 Panu MatilainenAdd a helper function for freeing/resetting a file...
2012-05-14 Panu MatilainenEliminate redundant filelist initializiation
2012-05-14 Panu MatilainenSplit out the remaining "current file" state out of...
2012-05-14 Panu MatilainenSplit file languages and capabilities out of the global...
2012-05-14 Panu MatilainenSplit the file attribute recs (permissions) out of...
2012-05-14 Panu MatilainenSplit the various file flags out of the global filelist...
2012-05-14 Panu MatilainenShuffle FileList members around for a more logical...
2012-03-30 Ales Kozumplikrpmbuild: warn if header color differs from color of...
2012-02-29 Panu MatilainenExplicitly remap device numbers along with inodes at...
2012-02-10 Panu MatilainenRemap inode numbers to fit into 32bit integer space...
2012-01-28 Panu MatilainenDon't assume rpmfiNew() always succeeds
2012-01-11 Panu MatilainenEliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSO...
2012-01-11 Panu MatilainenExplicitly tell rpmfiNew() when its being used for...
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-10-23 Panu MatilainenWarn but don't fail the build on missing excluded files...
2011-10-23 Panu MatilainenEliminate bunch of exit points in addFile()
2011-08-02 Panu MatilainenStrip trailing slash from paths at addFile()
2011-08-02 Michael SchroederRestore %defattr() behavior on special %doc
2011-06-28 Panu MatilainenFix explicit directory %attr() when %defattr() is activ...
2011-06-27 Panu MatilainenPay attention to dir vs file when building (RhBug:505995)
2011-06-27 Panu MatilainenRemove ugly isDir recurse prevention hack on build
2011-06-23 Panu MatilainenEliminate static BUFSIZ use in filelist parsing
2011-06-21 Panu MatilainenUse ARGV_t for filelist current locale storage
2011-06-21 Panu MatilainenEliminate redundant noGlob member from filelist
2011-06-21 Panu MatilainenEliminate redundant special docs tracking members in...
2011-06-21 Panu MatilainenEliminate unused fileCount member from FileList struct
2011-06-13 Panu MatilainenDon't remove buildroot docdir on %doc usage (ticket...
2011-05-28 Panu MatilainenClean up spec %files -f <manifest> processing
2011-05-28 Panu MatilainenClean up checkFiles() a bit
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL-assingments from...
2011-05-27 Panu MatilainenMore dead NULL assignments of local variables in fileli...
2011-05-27 Panu MatilainenEliminate dead NULL assignments on processMetadataFile...
2011-05-27 Panu MatilainenEliminate bunch of dead increments in spec filelist...
2011-05-27 Panu MatilainenHandle readlink() failure in genCpioListAndHeader(...
2011-05-18 Panu MatilainenEliminate bogus ferror() checks
2010-12-23 Panu MatilainenRequire %files section for package generation again
2010-12-16 Panu MatilainenUnbreak file user/groupname handling in build
2010-12-15 Panu MatilainenUnify the user+group caching between librpm and librpmbuild
2010-12-01 Panu MatilainenPass RPM_BUILD_ROOT to helper scripts through environme...
2010-10-28 Panu MatilainenPass the script to doScript() as const char *
2010-10-28 Panu MatilainenUse ARGV_t for package fileFile, fileList and policyList
2010-10-28 Panu MatilainenEliminate splitString() leftover braindamage in process...
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-10-22 Panu MatilainenUse header datatype for hash algo instead of pgpHashAlg...
2010-10-01 Panu MatilainenStuff fts into a convenience library in misc/
2010-09-21 Panu MatilainenRemove bunch of double consts in librpmbuild
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 3
2010-09-21 Panu Matilainenstrstr() considered harmful, part 541
2010-09-21 Panu MatilainenRename specdFlags to remove unnecessary type vs variabl...
2010-09-21 Panu MatilainenFix up bunch of silly int vs rpmRC return code mismatches
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
next