b_sock.c: fix compiler warning.
[openssl.git] / crypto / bio /
2009-11-15 Andy Polyakovb_sock.c: fix compiler warning.
2009-10-15 Dr. Stephen HensonPR: 2069
2009-10-06 Andy PolyakovCombat gcc 4.4.1 aliasing rules.
2009-10-04 Dr. Stephen HensonPrevent ignored return value warning
2009-09-22 Dr. Stephen HensonPR: 2050
2009-09-20 Dr. Stephen HensonPR: 2047
2009-09-04 Dr. Stephen HensonPR: 2028
2009-08-26 Dr. Stephen HensonPR: 2005
2009-07-24 Dr. Stephen HensonPR: 1990
2009-07-24 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-25 Dr. Stephen HensonStop warnings in gcc where "a" is const passed as a...
2009-06-25 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-05 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-06-05 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-18 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-17 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-16 Dr. Stephen HensonUpdate from 1.0.0 stable branch.
2009-05-15 Dr. Stephen HensonPR: 1929
2009-05-15 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-06 Dr. Stephen HensonFix from 1.0.0-stable.
2009-05-05 Richard LevitteMove the time fetching code to its own static function...
2009-04-28 Richard LevitteReimplement time check for VMS to mimic the way it...
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-26 Andy PolyakovImprove readability of bio/b_sock.c
2009-04-26 Richard LevitteInclude sys/time.h to declare gettimeofday().
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-03-09 Dr. Stephen HensonUpdate from stable branch.
2009-03-07 Dr. Stephen HensonUpdate from stable branch.
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.
next