]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio/b_sock.c
Fix migration guide mappings for i2o/o2i_ECPublicKey
[thirdparty/openssl.git] / crypto / bio / b_sock.c
2021-06-15  Dr. David von OheimbBIO: Make source file names in crypto/bio/ consistent
2021-06-02  Paulibio: remove TODOs
2021-05-20  Matt CaswellUpdate copyright year
2021-05-19  Richard LevitteFix crypto/bio/b_sock.c for VMS
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-12  Randall S. BeckerNonStop port updates for 3.0.0.
2020-06-16  Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-04-23  Matt CaswellUpdate copyright year
2020-02-21  Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-10  Dr. David von Oheimbadd BIO_socket_wait(), BIO_wait(), and BIO_connect_retr...
2019-11-07  Richard LevitteUpdate source files for pre-3.0 deprecation
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-02  Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-22  Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22  Rich SalzAdd ERR_put_func_error, and use it.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-04-26  Richard LevitteUse get_last_sys_error() instead of get_last_rtl_error()
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07  Rich SalzRemove remaining NETWARE ifdef's
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-21  Matt CaswellRemove OPENSSL_assert() from various crypto/bio files
2017-05-11  Richard LevitteClean away needless VMS check
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-04  Matt CaswellHandle malloc failures in BIO_accept
2016-04-28  Richard LevitteMake BIO_sock_error return a proper error code when...
2016-04-13  Matt CaswellRename int_*() functions to *_int()
2016-04-13  Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13  Matt CaswellDeprecate BIO_sock_cleanup() and make it a no-op
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 Polyakovhttp://cvs.openssl.org/chngview?cn=19053 made me wonder...
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.
next