Realize the remaining bits of direct rpmdb interface are dead too
[platform/upstream/rpm.git] / build / files.c
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...
2008-04-19 Panu MatilainenUse argvFree() instead of manual free in loop
2008-04-17 Panu MatilainenEliminate splitString() and freeSplitString()
2008-04-17 Panu MatilainenFix dumb off-by-one errors introduced by rstrlcpy(...
2008-04-17 Panu MatilainenUse rstrlcpy() for various parseForFoo() functions...
2008-04-10 Panu MatilainenUnbreak srpm generation broken by 6c4b0cbd93709a0fa18af...
2008-04-09 Panu MatilainenRip the last remaining disk/file URL stuff in processSo...
2008-04-09 Panu MatilainenAnd more url ripping in build internals... (addFile)
2008-04-09 Panu MatilainenURL -> path renames continued... (build internal)
2008-04-09 Panu MatilainenRename FileListRec_s disk + cpio path variables
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-04-09 Panu MatilainenMore url-path ripping in build/
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-03 Jindrich NovyDon't use static buffers in parseForRegexLang()
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-06 Panu MatilainenMark bunch of static build-related tables as read-only
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-05 Panu MatilainenUse rpm_flag_t for header generic bitfields (file flags...
2008-02-05 Panu MatilainenMore rpm-headerdata types: rpm_dev_t and rpm_ino_t...
2008-02-05 Panu MatilainenAdd rpm_rdev_t type for rdev entries
2008-02-05 Panu MatilainenAdd rpm_mode_t type, use where spotted
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
next