fix msm-plugin.c svace issue: make sure dupPath is not NULL before strchr()
[platform/upstream/rpm.git] / build /
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-05-11 Panu MatilainenImprove spec %include error detection and message
2012-05-11 Panu MatilainenUnify pops from spec file stack to a function
2012-05-11 Panu MatilainenSimplify / sanitize pushing new files on spec file...
2012-04-24 Panu MatilainenEliminate rpmts and rpmte kludgery from package building
2012-04-24 Panu MatilainenBury build filestate setting inside fsm remains
2012-04-23 Michael SchroederAdd support for dpkg-style sorting of tilde in version...
2012-03-30 Florian FestiKill FSM: Make FSM_PKGBUILD a function
2012-03-30 Ales Kozumplikrpmbuild: warn if header color differs from color of...
2012-03-20 Panu MatilainenBump library sonames in preparation for new release
2012-03-07 Panu MatilainenRevert to former spec query behavior + comment
2012-02-29 Panu MatilainenExplicitly remap device numbers along with inodes at...
2012-02-28 Panu MatilainenDon't process spec %include in false branch of %if...
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 MatilainenTurn FSM into a blackbox, much like PSM is
2012-01-11 Panu MatilainenExplicitly tell rpmfiNew() when its being used for...
2012-01-05 Panu MatilainenPass and remember the controlling psm (if any) in fsm
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-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
next