Explicitly tell rpmfiNew() when its being used for build
[platform/upstream/rpm.git] / build / files.c
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
2010-09-02 Panu MatilainenEliminate _noDirTokens from librpmbuild API+ABI
2010-09-01 Panu MatilainenEliminate silly and unused timecheck feature from ...
2010-09-01 Steve LawrenceRemove the existing %policy directive
2010-08-26 Panu MatilainenPermit packages with no files to omit %files entirely
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenEliminate initSourceHeader() from librpmbuild API
2010-08-25 Panu MatilainenEliminate ancient leftover initSourceHeader() call
2010-08-25 Panu MatilainenMove source+patch tag insertion into initSourceHeader()
2010-08-24 Panu MatilainenEliminate now unnecessary buildio.h
2010-08-10 Giulio EulisseAdd missing libgen.h include
2010-04-13 Panu MatilainenUse correct tag for NOPATCH
2010-04-12 Michael SchroederSeems like a change was made to make %attr(-) go back...
2010-03-19 Panu MatilainenBury FTS inside librpmbuild and eliminate from public ABI
2010-03-01 Panu MatilainenRemove now unused inFtw from file lists
2010-03-01 Panu MatilainenLose ancient prefix remnants from build code
2010-02-17 Panu MatilainenPlug a silly memleak in processPackageFiles()
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenRemove libcap stuff out of system.h
2009-12-22 Panu MatilainenUse %{__mkdir_p} macro in build instead of hardwired...
2009-12-02 Panu MatilainenBack out overly strict file type check on %ghost files
2009-09-15 Panu MatilainenAllow absolute paths in file lists again (SuseBug:53559...
2009-09-10 Panu MatilainenOops, accessing the wrong header in processBinaryFiles()
2009-09-02 Panu MatilainenEliminate headerGetColor() uses everywhere
2009-09-02 Panu MatilainenTake advantage of new header string getters
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpmbuil...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-18 Panu MatilainenCopy BUGURL to source rpm's too
2009-08-06 Jindrich NovyCorrectly inherit default %attr(-,-,-) attributes from...
2009-06-26 Panu MatilainenBase64-encode %policy files to ensure it can be present...
2009-06-23 Jindrich NovyTeach %files to accept multiple filelists (ticket ...
2009-05-29 Panu MatilainenFix calculation of hardlinked files (RhBug:503020)
2009-04-20 Jindrich NovyRequire file attributes in spec if %ghost files are...
2009-04-10 Jindrich NovyDon't require %ghost file presence in build root (rhbz...
2009-04-09 Jindrich NovyRemove file flags that have never been enabled
2009-03-11 Panu MatilainenPlug a memleak in genCpioListAndHeader()
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-06 Panu MatilainenBump FileDigests rpmlib dependency version
2009-01-23 Panu MatilainenCheck for binaries in noarch packages at build-time
2009-01-09 Panu MatilainenDon't bother calculating string sizes manually
2009-01-09 Panu MatilainenFix buffer overflow on oversized filelist entries ...
2008-11-27 Panu MatilainenRemove unnecessary rpmfi_internal.h include
2008-11-18 Panu MatilainenAdd control bits for all (relevant) parts of rpmfi...
2008-11-18 Panu MatilainenGenerate and insert SOURCERPM tag earlier
2008-11-17 Panu MatilainenCalculate total file size correctly in build (mdvbz...
2008-11-15 Panu MatilainenEliminate bogus const from fi->apath
2008-11-15 Panu MatilainenAvoid having to reconstruct half of rpmfi manually...
2008-11-15 Panu MatilainenLose useless fsm/rpmfi astriplen field
2008-11-15 Panu MatilainenDon't bother creating a dummy transaction element for...
2008-11-15 Panu MatilainenMinor genCpioListAndHeader() cleanups
2008-11-14 Panu MatilainenDon't have to free what's not allocated to begin with...
2008-11-11 Panu MatilainenMove file action calculations to rpmfiNew() where possible
2008-11-11 Panu MatilainenFigure out cpio mapflags in rpmfiNew()
2008-11-11 Panu MatilainenAdjust rpmfi directory count while messing with it...
2008-11-05 Panu MatilainenCalculate filename buffer len lazily in rpmfiFN() as...
2008-11-05 Panu MatilainenKill off per-file cpio map flags
2008-10-30 Panu MatilainenConvert in-tree users of rpmfiNew() to use flag names
2008-10-29 Panu MatilainenStart adding POSIX 1.e draft file capability support...
2008-10-26 Panu MatilainenBeginnings of file capability (POSIX.1e draft 15) verif...
2008-10-10 Panu MatilainenConvert in-tree users to headerConvert()
2008-09-22 Panu MatilainenKick out useless and ancient junk genCpioListAndHeader()
2008-09-16 Panu MatilainenResurrect --nodirtokens build option
next