optflags: set _FORTIFY_SOURCE for preproc
[platform/upstream/rpm.git] / build /
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-10-06 Panu MatilainenEliminate headerMergeLegacySigs() from the API
2011-10-06 Panu MatilainenAlso add RPMTAG_OPTFLAGS during spec parse since we...
2011-10-06 Panu MatilainenAdd implicit self-provides during spec parse already
2011-09-12 Panu MatilainenUse POPT_BIT_SET for setting the scriptlet flags
2011-09-12 Panu MatilainenRename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_...
2011-09-12 Panu MatilainenSanity check trigger scriptlet arguments on build
2011-08-02 Panu MatilainenStrip trailing slash from paths at addFile()
2011-08-02 Michael SchroederRestore %defattr() behavior on special %doc
2011-07-08 Panu MatilainenIf we need a FILE stream then get one...
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-17 Panu MatilainenAvoid extra newlines in parsed spec output outside...
2011-06-17 Panu MatilainenSupport retrieving the spec contents in parsed format
2011-06-16 Panu MatilainenError on unclosed macros & trailing line continuations...
2011-06-13 Panu MatilainenDon't remove buildroot docdir on %doc usage (ticket...
2011-06-08 Panu MatilainenHandle EINTR on the spot instead of restarting the...
2011-06-08 Panu MatilainenKick out self-pipe trick from depgen helper
2011-06-08 Panu MatilainenAbort depgen output reading on EOF, not child exiting
2011-05-28 Panu MatilainenClean up spec %files -f <manifest> processing
2011-05-28 Panu MatilainenRemove pointless variable and a dead assignment to it
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 MatilainenRip hysterical hoop-jumping on spec/pkg cpiolist freeing
2011-05-27 Panu MatilainenEliminate dead NULL-assignments on parsePolicies()...
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL-assignments from...
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL-assignments from...
2011-05-27 Panu MatilainenEliminate dead NULL-assignments in parseFiles()
2011-05-27 Panu MatilainenEliminate dead NULL-assignments from rpmSpecFree()
2011-05-27 Panu MatilainenEliminate dead NULL-assignments on OFI frees on spec...
2011-05-27 Panu MatilainenMove build restriction header copying to local scope
2011-05-27 Panu MatilainenClean up + plug memleak in parseDescription()
2011-05-27 Panu MatilainenEliminate dead NULL-assignments on exit from parseScript()
2011-05-27 Panu MatilainenClean up + fix memleaks in readIcon()
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL assignments in...
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 MatilainenMinor cleanup to doUntar() to eliminate dead assignment...
2011-05-27 Panu MatilainenClean up rpmfcGenerateDependsHelper() (aka external...
2011-05-27 Panu MatilainenEliminate a few more dead rpmdsFree() NULL assignments
2011-05-27 Panu MatilainenDon't bother NULL'ing everything on rpmfcFree()
2011-05-27 Panu MatilainenMinor cleanup to rpmfcExec()
2011-05-27 Panu MatilainenMinor cleanups to rpmfcGenerateDepends()
2011-05-27 Panu MatilainenEliminate some dead assignments on rpmdsFree()
2011-05-27 Panu MatilainenAdd a helper function for creation namespaced dependenc...
2011-05-27 Panu MatilainenMinor cleanups to rpmfcHelper()
2011-05-27 Panu MatilainenEliminate dead assignment, early exit means failure...
2011-05-27 Panu MatilainenCosmetics: rewrap/indent to fit 80 columns
2011-05-27 Panu MatilainenSanitize handlePreambleTag() error returns
2011-05-27 Panu MatilainenEliminate a couple more dead increments in spec parsing...
2011-05-27 Panu MatilainenEliminate bunch of dead increments in spec filelist...
2011-05-27 Panu MatilainenHandle readlink() failure in genCpioListAndHeader(...
2011-05-24 Panu MatilainenFix %prep parse error to abort build
2011-05-24 Michael SchroederDo not die on empty changelog section
2011-05-23 Jindrich NovyDistinguish between macro primitives with and w/o arguments
2011-05-23 Panu MatilainenAdd support for fileattr dependency namespacing
2011-05-23 Panu MatilainenWhoops, flags needs to be sorted for argvSearch() to...
2011-05-23 Panu MatilainenUnify fileattr include- and exclude-rule handling
2011-05-20 Panu MatilainenDon't fetch missing sources on spec query
2011-05-20 Jindrich NovyUnbreak %if, %if(n)arch, %if(n)os handling
2011-05-19 Michael SchroederSupport "magic_and_path" flag in fileattrs
2011-05-19 Panu MatilainenRemove redundant NULL checks
2011-05-18 Panu MatilainenFix error handling in payload copying
2011-05-18 Panu MatilainenEliminate dead cpio_copy() + related stuff
2011-05-18 Panu MatilainenFurther simplify & cleanup script file (error) handling
2011-05-18 Panu MatilainenClean up addFileToTagFoo() helpers
2011-05-18 Panu MatilainenMinor cleanups to cpio_doio()
2011-05-18 Panu MatilainenSimplify rpmio flags handling in writeRPM() / cpio_doio()
2011-05-18 Tero AhoPlug a minor memleak on writeRPM() error paths
2011-05-18 Panu MatilainenEliminate bogus ferror() checks
2011-05-16 Michael SchroederFix segfault on build with empty %prep section
2011-04-29 Ville SkyttäAdd lrzip support.
2011-04-29 Ville SkyttäAdd lzip support.
2011-04-22 Jindrich NovyDo not compile unused functions when SELinux support...
2011-04-19 Jindrich NovyAttempt to fetch sources/patches when they are missing...
2011-04-04 Jindrich NovyDon't list packages which will not be created in spec...
2011-03-15 Jindrich NovyFix cpio_doio()
2011-03-14 Jindrich NovyClean up rpmfcClassify()
2011-03-10 Jindrich NovyClean up rpmfcApply() and rpmfcHelper()
2011-03-09 Jindrich NovyClean up rpmfcExec()
2011-03-04 Jindrich NovyYet remove some unused variables to suppress warnings
2011-03-04 Panu MatilainenMake rpmspecQuery() return match the description
2011-03-04 Jindrich NovyActually propagare failure when addOrAppendListEntry...
2011-03-04 Jindrich NovyDefine variables in processBinaryPolicies() only if...
2011-03-04 Jindrich NovyAdd missing exit status check for waitpid() while execu...
2011-02-21 Panu MatilainenFix braindamage in the depgen helper collector loop...
2011-02-15 Michael SchroederAllow uncompressed payload in packages
2011-01-25 Panu MatilainenTeach rpm about post-transaction dependencies
2011-01-21 Panu MatilainenRestore default SIGPIPE handling for build scriptlets...
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 MatilainenRemove the now unused user/group caching code
2010-12-15 Panu MatilainenUnify the user+group caching between librpm and librpmbuild
next