Make BIO opaque
[openssl.git] / crypto / bio / b_sock.c
2016-03-17 Rich SalzRemove Netware and OS/2
2016-02-14 Rich SalzMake the BIO_ADDR param optional.
2016-02-14 Richard LevitteMake sure a socklen_t can compare with a sizeof() result
2016-02-11 Rich SalzGH620: second diff from rt-2275, adds error code
2016-02-08 Andy Polyakovbio/b_sock.c: cleanup obsolete stuff.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-03 Richard LevitteRefactoring BIO: reimplement old socket handling functi...
2016-02-03 Richard LevitteTemporary pragma to have GCC quiet down about deprecate...
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-01-30 Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2012-06-11 Andy Polyakovb_sock.c: make getsockopt work in cases when optlen...
2012-04-16 Andy PolyakovOPENSSL_NO_SOCK fixes.
2011-05-25 Dr. Stephen HensonPR: 2512
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2010-05-31 Dr. Stephen Hensonfix PR#2261 in a different way
2010-01-07 Andy Polyakovcvs.openssl.org/chngview?cn=19053 made me wonder if...
2009-12-30 Andy Polyakovb_sock.c: correct indirect calls on WinSock platforms.
2009-11-15 Andy Polyakovb_sock.c: fix compiler warning.
2009-10-06 Andy PolyakovCombat gcc 4.4.1 aliasing rules.
2009-09-20 Dr. Stephen HensonPR: 2047
2009-08-26 Dr. Stephen HensonPR: 2005
2009-04-26 Andy PolyakovImprove readability of bio/b_sock.c
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2008-01-03 Dr. Stephen HensonNetware support.
2007-12-03 Richard LevitteChange submitted by Doug Kaufman. He writes:
2007-09-16 Andy PolyakovIt's inappropraite to override application signal,...
2006-04-11 Ulf MöllerAdd BeOS support.
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-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-06-13 Richard LevitteNetware patch submitted by Verdon Walker" <VWalker...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteNetware-specific changes,
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_SOCK.
2003-01-31 Richard LevitteWe can't say in advance what the argument to BIO_socket...
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-06-13 Richard LevitteAdd support for DJGPP.
2002-03-29 Richard LevitteFix of mixup bwtween SOMAXCONN and SO_MAXCONN.
2001-10-27 Dr. Stephen HensonStop compiler warnings.
2001-10-26 Bodo Möllerdisable caching in BIO_gethostbyname
2001-06-25 Richard LevitteMake get_ip() a bit more strict in it's parsing of...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-05 Richard LevitteFix a memory leak in BIO_get_accept_socket(). This...
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-10-09 Bodo MöllerBIO_sock_init() returns 1 for success and -1 for failur...
2000-07-31 Richard LevitteIf a ip address is successfully parsed, the WSA structu...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-17 Richard LevitteSOCKETSHR is showing bad declarations again. However...
1999-08-11 Bodo MöllerSubmitted by: Lidong Zhou <ldzhou@cs.cornell.edu>
1999-06-07 Bodo MöllerUse locking in a way that makes more sense.
1999-05-15 Bodo MöllerComment.
1999-05-14 Bodo MöllerVarious bugfixes: Uses locking for some more of the...
1999-05-13 Ulf MöllerVMS support bug fixes.
1999-05-13 Ulf MöllerVMS support.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonFixes so it will compile again under Win32.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-02-25 Ralf S. EngelschallFix 'port' variable from `int' to `unsigned int' in...
1999-01-07 Ben LaurieAccept NULL in *_free.
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...