Rename specdFlags to remove unnecessary type vs variable name confusion
[platform/upstream/rpm.git] / build / files.c
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
2008-09-15 Jindrich NovyUse proper return codes in files.c
2008-08-14 Panu MatilainenFix segfault on zero-length %policy file
2008-08-14 Panu MatilainenDon't fail build on too large but excluded files
2008-07-16 Panu MatilainenMake sure there's room for \0 (packages with no files)
2008-07-07 Panu MatilainenMake verifyAttrs and virtualFileAttributes static
2008-06-26 Panu MatilainenTeach build about 64bit payload etc size tags
2008-06-26 Panu MatilainenOnly insert 64bit filesizes on build if required
2008-06-26 Panu MatilainenAdd a bit of protection against oversized files
2008-06-19 Panu MatilainenUse type specific headerPut() for all of build/files.c
2008-06-17 Panu MatilainenShut up incompatible pointer warnings from rpmtdFromStr...
2008-06-17 Panu MatilainenOops, RPMTAG_FILEMODES is INT16, not 32 type
2008-06-17 Panu MatilainenConvert the rest of genCpioListAndHeader() to headerPut()
2008-06-17 Panu MatilainenConvert the straightforward bits of build/files.c to...
2008-06-10 Jindrich NovyAdd 64bit filesizes to header on build
2008-06-09 Panu MatilainenUse 64bit type internally for total file size counting...
2008-06-02 Panu MatilainenEnable build-time configuration of non-MD5 file checksu...
2008-06-02 Panu MatilainenUse RPMTAG_FILEDIGESTS instead of MD5S internally
2008-05-26 Panu MatilainenConvert processPackageFiles() to new headerGet() interface
2008-05-26 Panu MatilainenConvert timeCheck() to new headerGet() & resurrect...
2008-05-13 Panu MatilainenSimplify initSourceHeader()
2008-05-07 Panu MatilainenPlug another memleak from genCpioListAndHeader()
2008-05-07 Panu Matilainenrpmfi actions is already alloced by rpmfiNew(), don...
2008-05-06 Panu MatilainenEliminate nasty hackery with "special" doc + docdir...
2008-05-05 Jindrich NovyRemove obsolete parseForRegexLang()
2008-04-28 Panu MatilainengenCpioListAndHeader() indentation fixes, no other...
2008-04-28 Panu MatilainenAllocate buffer for %doc filenames dynamically
2008-04-28 Panu MatilainenRemove unnecessary block which just messes up indentation
2008-04-28 Panu MatilainenSet processingFailed just once
2008-04-28 Panu MatilainenOops...
2008-04-28 Panu Matilainen..and for parseForLang()
2008-04-28 Panu Matilainen..and the same for parseForConfig()
2008-04-28 Panu MatilainenparseForAttr() tweaks
2008-04-28 Panu MatilainenAvoid alloca() in parseForVerify(), streamline exit...
2008-04-28 Panu MatilainenAvoid alloca() in parseForDev()
2008-04-19 Panu MatilainenRemove ugly hardcoded docDirs list, use a macro instead
2008-04-19 Panu MatilainenAvoid entirely silly rpmio FD_t use in processPackageFi...
next