aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
Commit message (Expand)AuthorAgeFilesLines
* BIO: Make source file names in crypto/bio/ consistentDr. David von Oheimb2021-06-151-413/+0
* bio: remove TODOsPauli2021-06-021-1/+0
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Fix crypto/bio/b_sock.c for VMSRichard Levitte2021-05-191-4/+8
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-12/+10
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+7
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-161-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-211-86/+1
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-101-2/+119
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-6/+12
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-6/+6
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-9/+6
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-3/+3
* Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte2018-04-261-2/+2
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-8/+0
* Remove parentheses of return.KaoruToda2017-10-181-6/+6
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell2017-08-211-8/+7
* Clean away needless VMS checkRichard Levitte2017-05-111-3/+0
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Handle malloc failures in BIO_acceptMatt Caswell2016-05-041-4/+14
* Make BIO_sock_error return a proper error code when getsockopt failsRichard Levitte2016-04-281-2/+2
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+1
* Remove Netware and OS/2Rich Salz2016-03-171-23/+1
* Make the BIO_ADDR param optional.Rich Salz2016-02-141-11/+4
* Make sure a socklen_t can compare with a sizeof() resultRichard Levitte2016-02-141-1/+1
* GH620: second diff from rt-2275, adds error codeRich Salz2016-02-111-0/+32
* bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov2016-02-081-12/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte2016-02-031-435/+90
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-031-0/+6
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-031-0/+36
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-031-8/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-10/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* realloc of NULL is like mallocRich Salz2015-04-281-5/+2
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-218/+2
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-7/+7
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7