Updated list formatting, added hyperlinks, modernized syntax
[openssl.git] / crypto / bio / bss_conn.c
2024-04-02 Hugo LandauBIO_s_connect: Do not set keepalive on dgram sockets
2023-09-07 Matt CaswellCopyright year updates
2023-09-01 Hugo LandauMinor updates
2023-09-01 Hugo LandauBIO: Add BIO_dgram_detect_peer_addr API
2023-09-01 Hugo LandauBIO_s_connect: Support configuration of non-blocking...
2023-09-01 Hugo LandauBIO_s_connect: Add support for datagram mode
2023-09-01 Hugo LandauBIO_s_connect: Make internal functions static
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-17 Bernd EdlingerFix KTLS with BIO_new_connect
2022-05-09 Max BachmannExclude IPv6 code using OPENSSL_USE_IPV6 instead of...
2022-05-03 Matt CaswellUpdate copyright year
2022-03-10 Todd ShortAdd TFO support to socket BIO and s_client/s_server
2021-11-15 Dr. David von OheimbBIO_s_connect(): Enable BIO_gets()
2021-06-02 Paulibio: remove TODOs
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-03-11 Matt CaswellUpdate copyright year
2021-02-19 John BaldwinCorrect the return value of BIO_get_ktls_*().
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-06 John BaldwinSlightly abstract ktls_start() to reduce OS-specific...
2020-09-06 John BaldwinFix the socket BIO control methods to use ktls_crypto_i...
2020-06-16 Dr. David von OheimbFix err checking and mem leaks of BIO_set_conn_port...
2020-06-01 Dr. David von OheimbMake BIO_do_connect() and friends handle multiple IP...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-16 John BaldwinSupport KTLS on connections using BIO_TYPE_CONNECT.
2020-02-04 Matt CaswellTeach more BIOs how to handle BIO_CTRL_EOF
2019-11-02 Richard LevitteBIO_s_connect: add an error state and use it
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
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-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-03 Matt CaswellUpdate copyright year
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-02-28 Todd ShortRemove some #if 0 code in ssl, crypto/bio
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-20 Davide GalassiBIO socket connect failure was not handled correctly.
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-02-22 FdaSilvaYYGH678: Add a few more zalloc
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-02-03 Richard LevitteTemporary pragma to have GCC quiet down about deprecate...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-02 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-12-22 Rich SalzRT3548: Remove unsupported platforms.
2013-10-07 Ben LaurieConstification.
2006-02-02 Nils Larschfix if statement: call conn_state() if the BIO is not...
2005-04-27 Nils Larschadd missing parentheses
2005-04-20 Dr. Stephen HensonStop bogus shadowing warning.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2004-03-25 Richard LevitteMake prototypes for some callback pointers.
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_SOCK.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-01-26 Richard LevitteApply a small patch from Oscar Jacobsson <oscar@jacobss...
2002-01-12 Ben LauriePrototype info function.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
1999-06-10 Bodo MöllerAvoid warnings.
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-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Ulf MöllerFix typos in error codes.
1999-04-17 Ben LaurieMassive constification.
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
next