summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell
2017-05-11Clean away needless VMS checkRichard Levitte
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell
2016-04-28Make BIO_sock_error return a proper error code when getsockopt failsRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-14Make the BIO_ADDR param optional.Rich Salz
2016-02-14Make sure a socklen_t can compare with a sizeof() resultRichard Levitte
2016-02-11GH620: second diff from rt-2275, adds error codeRich Salz
2016-02-08bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-03Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28realloc of NULL is like mallocRich Salz
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-17RT3548: Remove some obsolete platformsRich Salz