Realize the remaining bits of direct rpmdb interface are dead too
[platform/upstream/rpm.git] / build / pack.c
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-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-04-13 Panu MatilainenError out at build on unsupported payload compressors...
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2008-12-10 Florian FestiMove ->actions from rpmfi to rpmfs
2008-11-27 Panu MatilainenOops, it wasn't unnecessary include afterall..
2008-11-27 Panu MatilainenRemove unnecessary rpmfi_internal.h include
2008-11-27 Panu MatilainenPass rpmte to fsmSetup()
2008-11-18 Panu MatilainenLazy allocation of FSM for file info sets
2008-11-18 Panu MatilainenGenerate and insert SOURCERPM tag earlier
2008-11-10 Jindrich NovyAdd the post-build package checker feature in rpmbuild...
2008-09-22 Jindrich NovyFix error messages in processScriptFiles()
2008-08-13 Panu MatilainenUnbreak payload size tag generation on ppc (rhbz#458817)
2008-06-26 Panu MatilainenTeach build about 64bit payload etc size tags
2008-06-26 Panu MatilainenType corrections
2008-06-19 Panu MatilainenUse type specific headerPut() for all of build/pack.c
2008-06-18 Panu MatilainenConvert RPM_BIN_TYPE uses in build to headerPut()
2008-06-17 Panu MatilainenShut up incompatible pointer warnings from rpmtdFromStr...
2008-06-17 Panu MatilainenConvert rest of writeRPM() to headerPut()
2008-06-17 Panu MatilainenConvert most of build/pack.c to use rpmtdFromFoo()...
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-09 Panu MatilainenUse 64bit type internally for package archive size...
2008-05-26 Panu MatilainenOops, don't free data we're supposed to pass around...
2008-05-26 Panu MatilainenConvert addPackageProvides() to new headerGet()
2008-05-26 Panu MatilainenConvert writeRPM() to use new headerGet()
2008-05-26 Panu MatilainenConvert addFileToTag() to new headerGet()
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-22 Jindrich NovyAllow lzma payload in writeRPM()
2008-04-15 Panu MatilainenAbort build on unknown payload compressor
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-10 Panu MatilainenFirst crack at adding ISA provides to packages (rhbz...
2008-04-10 Panu MatilainenAdd a static, far simpler addPackageProvides() to build
2008-04-10 Panu MatilainenRemove unnecessary providePackageNVR() from writeRPM()
2008-03-24 Panu MatilainenEliminate bogus const's from spec structure
2008-03-24 Panu MatilainenEliminate wtf pointer games with rpmGetPath result.
2008-03-24 Panu MatilainenAvoid entirely silly rpmio use in addFileToTagAux()
2008-03-23 Jindrich NovyUse rasprintf() to prevent overflows and remove BUFSIZ...
2008-03-23 Jindrich NovyFix writeRPM, use dynamic allocation, remove bogus...
2008-03-06 Panu MatilainenMake yet more build tables readonly
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-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-02 Panu MatilainenSignedness consistency in rpmfi interface vs internal...
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-18 Panu MatilainenMake fsm failedFile non-const like it really is
2007-12-16 Panu MatilainenBogus const in temporary variables
2007-12-16 Panu MatilainenMuch of spec internals is exposed, let them be const...
2007-12-16 Panu MatilainenRemove const from rpmMkTempFile file name parameter
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-11 Panu MatilainenSilly thinko/typo causing source rpms to provide their...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenYet more rpmbuild fixups from rpmerr.h removal (partly...
2007-12-07 Panu Matilainenrpm5.org: fixup various places in rpmbuild from rpmerr...
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenSplit rpmfi internals to separate header
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-12-01 Panu MatilainenMore rpmlead exorcizing
2007-12-01 Panu MatilainenMake rpmlead opaque, add methods to deal with it
2007-11-27 Panu MatilainenRemove unneeded includes
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-22 Panu MatilainenMove makeTempFile() from misc.h to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-13 Panu MatilainenFix free on invalid pointer after displaying "Unable...
2007-11-08 Panu MatilainenRemove dead & unused RPMTAG_ARCHIVESIZE addition code
2007-11-07 Panu MatilainenDocument rpmio_internal.h uses outside rpmio/
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Panu MatilainenUse fdGetFILE() instead of rpmio internal fdGetFp(...
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmio_internal.h" instead of <rpmio_internal.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-17 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-17 Panu Matilainenmisc.h is a private header
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-04-16 Paul NasratFix a typo: the macro is currently called %{buildsubdir}
2005-07-15 jbj- permit scriptlet includes from builddir for spec...
2004-03-16 niemeyer- Implemented support for internal Lua scripts.
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2002-12-24 jbjsplint fiddles.
2002-12-24 jbjfix: ia64 segfault on build.
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
next