Modify eu-strip option to perform strip in post script of rpm package & add option...
[platform/upstream/rpm.git] / lib / rpmlead.c
2012-10-30 Panu MatilainenHandle partial reads and errors in package IO (RhBug...
2011-07-07 Panu MatilainenFurther streamline & sanitize lead handling
2011-07-07 Panu MatilainenOnly bother mallocing lead for return if read actually...
2011-07-06 Panu MatilainenEliminate remaining assert()'s in rpmlead.c
2011-07-06 Panu MatilainenMake rpmLeadRead() return an allocated lead, fixup...
2011-07-06 Panu MatilainenStart beating a little bit of sense into the braindamag...
2011-03-23 Jindrich NovyAvoid timedRead() usage
2010-09-01 Panu MatilainenLift remaining build-related stuff out of librpm over...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2009-12-17 Panu MatilainenHardwire lead major version to 3 (RhBug:546663)
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-07-14 Panu MatilainenLog an error on short lead (RhBug:511101)
2008-12-08 Panu MatilainenAdd function to retrieve type from rpmlead
2008-10-10 Panu MatilainenYank out legacy.h, make the conversion functions static
2008-09-25 Jindrich NovyAvoid segfault in rpmLeadNew() if calloc() fails
2008-04-17 Panu MatilainenAdd missing include
2008-04-17 Panu MatilainenMake sure lead->name is zero-terminated
2008-03-31 Panu MatilainenMake rpmLeadCheck() return error msg instead of direct...
2008-03-07 Panu MatilainenMark another pile of header_magic duplicates as read...
2008-02-11 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2008-02-08 Panu MatilainenOops, package type in lead was reversed...
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse headerIsSource() instead of doing it manually
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-01 Panu MatilainenMake rpmlead opaque, add methods to deal with it
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
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-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-10-04 Ralf CorsépiusStop checking for machine/types.h (Private header of...
2007-09-11 Ralf CorsépiusRemove splint tags.
2003-04-16 jbj- resurrect manifests, RPMRC_NOTFOUND returned by readL...
2002-08-31 jbjSync with rpm-4.1.
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-08 jbjlclint fiddles.
2002-08-05 jbj- fix: check for lead magic, better error message on...
2002-07-03 jbj- use rpmfi in showQueryPackage(), eliminating headerGe...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-16 jbjMore lclint annotations.
2001-10-13 jbj- ratchet up to lclint "strict" level.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-04-29 jbj- more boring lclint annotations and fiddles.
2001-04-17 jbj- fix: Fwrite's are optimized out by aggressive compile...
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2000-12-12 jbjSync with rpm-4_0 branch.
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbjDoxygen annotations.
1999-11-10 jbjSwap 2nd and 3rd arg to Fread/Fwrite to preserve read...
1999-11-04 jbjUse Fopen almost everywhere.
1999-10-27 jbjuse compressed filenames on install side.
1999-09-12 jbjFiddles to resurrect lclint.
1999-07-13 jbjPerl bindings need
1998-11-18 jbjimplement abstract fd type almost everywhere.
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1998-01-11 marcAdd intl.h
1998-01-09 ewtadded more i18n strings
1997-11-18 ewtchanged #ifdef to #if
1997-11-18 ewtvarious header file cleanups
1997-10-17 marcCheck for write errors
1996-12-16 ewtfixed silly include file ordering problems on FreeBSD
1996-12-12 ewtuse _exit instead of exit in forks
1996-11-18 rootThe Great Renaming
1996-10-15 ewtuse timedRead() instead of read()
1996-09-25 ewtconditionally include <machine/types.h>
1996-06-19 rootcomment
1996-06-18 rootmisc headers
1996-02-14 rootadded support for old packages, lots of bug fixes
1996-01-05 marcget rid of some warnings
1996-01-05 marcInitial revision