]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio
Updatde from stable branch.
[thirdparty/openssl.git] / crypto / bio /
2008-12-25  Richard LevitteIn BIO_write(), update the write statistics, not the...
2008-12-22  Andy PolyakovThis _WIN32-specific patch makes it possible to "wrap...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-02  Dr. Stephen HensonFix warnings: printf format mismatches on 64 bit platforms.
2008-11-01  Andy PolyakovFix bss_log.c on Windows.
2008-11-01  Ben Lauriesize_tification.
2008-09-15  Andy PolyakovFix yesterday typos in bss_dgram.c.
2008-09-14  Andy PolyakovWinsock handles SO_RCVTIMEO in unique manner...
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-12  Dr. Stephen HensonAnd so it begins...
2008-01-03  Dr. Stephen HensonNetware support.
2007-12-03  Richard LevitteChange submitted by Doug Kaufman. He writes:
2007-10-13  Andy PolyakovBunch of constifications.
2007-10-09  Andy PolyakovAddendum to commit #16654.
2007-09-18  Andy PolyakovRemove excessive whitespaces from bio.h
2007-09-16  Andy PolyakovIt's inappropraite to override application signal,...
2007-09-15  Andy PolyakovMake bn2dec work on "SIXTY_FOUR_BIT" platforms.
2007-02-08  Dr. Stephen HensonAdd -hmac option to dgst from 0.9.7 stable branch.
2006-12-24  Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-11-29  Nils Larschreplace macros with functions
2006-11-21  Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-04-11  Ulf MöllerAdd BeOS support.
2006-02-15  Nils Larschmake some internal functions static; patch supplied...
2006-02-12  Ulf Möllermake update
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-02-09  Dr. Stephen HensonFix warnings about "sin" conflicting with sin(3) defini...
2006-02-09  Dr. Stephen HensonAvoid warnings about shadowed definitions.
2006-02-04  Dr. Stephen HensonUpdate filenames in makefiles.
2006-02-02  Nils Larschfix if statement: call conn_state() if the BIO is not...
2006-01-29  Nils Larschadd additional checks + cleanup
2006-01-04  Richard LevitteThe VMS I run on doesn't know socklen_t and uses size_t...
2006-01-02  Andy PolyakovRefine login in b_sock.c.
2006-01-02  Andy PolyakovFix typo and purify logic in b_sock.c
2006-01-02  Andy PolyakovMake b_sock.c IPv6 savvy.
2005-12-18  Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-12-16  Andy PolyakovMake bio.h resistant to gnu-ish __attribute__ redefenit...
2005-11-03  Andy PolyakovMake cygwin work in directories mounted with 'text...
2005-11-03  Andy PolyakovReserve for OPENSSL_NO_POSIX_IO macro which is to elimi...
2005-11-03  Andy PolyakovDisable BIO_s_fd on CE and disable fd:N as password...
2005-09-29  Andy PolyakovFix typo.
2005-09-29  Andy PolyakovFix missing applink call.
2005-07-26  Geoff ThorpeFix compilation when HAVE_LONG_LONG isn't defined.
2005-06-23  Andy PolyakovJumbo Makfiles update.
2005-06-13  Richard LevitteNetware patch submitted by Verdon Walker" <VWalker...
2005-06-06  Andy PolyakovAllow BIO_s_file to open and sequentially access files...
2005-05-18  Andy PolyakovEngage Applink in mingw. Note that application-side...
2005-05-17  Andy PolyakovEngage Applink for VC builds.
2005-05-17  Andy PolyakovOPENSSL_Applink update.
2005-05-16  Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15  Andy PolyakovFool-proofing Makefiles
2005-05-05  Nils Larschfix compiler warning; pow10 is also in math.h
2005-04-27  Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-27  Nils Larschadd missing parentheses
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-26  Bodo Möllermake update
2005-04-26  Ben LaurieAdd DTLS support.
2005-04-20  Dr. Stephen HensonStop bogus shadowing warning.
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-04-11  Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-05  Nils Larschsome const fixes and cleanup
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30  Ben LaurieBlow away Makefile.ssl.
2004-12-27  Andy PolyakovMinor cygwin update.
2004-11-02  Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-08-11  Richard LevitteBasically, I wanted to be able to make a dump to a...
2004-04-19  Geoff Thorpemake update
2004-03-25  Richard LevitteMake prototypes for some callback pointers.
2004-03-25  Geoff ThorpeProtect against gcc's "warning: cast does not match...
2004-03-24  Richard LevitteDon't define fd for platforms that do not use it, as...
2004-03-21  Richard LevitteRemove a warning for conversion double->long. This...
2004-03-21  Richard LevitteMake sure fd is defined where it should.
2003-12-27  Richard LevitteUse sh explicitely to run point.sh
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-11  Richard LevitteTo figure out if we're going outside the buffer, use...
2003-11-28  Richard LevitteNetware-specific changes,
2003-11-04  Geoff ThorpeAvoid some shadowed variable names.
2003-10-29  Geoff ThorpeRemove an unnecessary cast that causes certain compiler...
2003-09-28  Richard LevitteUhmm, It seem to have forgotten one file when I committ...
2003-08-06  Bodo Mölleradd OpenSSL license
2003-06-11  Richard LevitteMake sure to NUL-terminate the string on end-of-file...
2003-05-21  Richard LevitteFix sign bugs.
2003-04-03  Richard LevitteMake %p and %# work properly, at least with pointers...
2003-04-03  Richard LevitteAdd GCC attributes when compiled with gcc. This helps...
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_SOCK.
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_FP_API.
2003-02-20  Dr. Stephen HensonRe enable the read side non blocking test BIO code.
2003-02-05  Bodo Möllertypo in WIN16 section
2003-01-31  Richard LevitteWe can't say in advance what the argument to BIO_socket...
2003-01-30  Richard LevitteA few small bugs with BIO popping.
2002-12-29  Richard LevitteOS/2 does binary by default, apparently.
2002-11-15  Richard LevitteWinCE patches
2002-11-14  Richard LevitteFix to build better with DJGPP.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-14  Richard Levittemakedepend complains when a header file is included...
2002-10-09  Richard LevitteAdd a few more VxWorks targets.
2002-10-09  Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-02  Richard LevitteCertain flag macros were tested with #if instead if...
2002-07-17  Richard LevitteAdd support for shared libraries with OS/2.
2002-06-27  Richard LevittePass CFLAG to dependency makers, so non-standard system...
next