aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/b_sock.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-6/+12
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-6/+6
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-9/+6
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-3/+3
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte1-2/+2
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte1-1/+1
2018-01-07Remove remaining NETWARE ifdef'sRich Salz1-8/+0
2017-10-18Remove parentheses of return.KaoruToda1-6/+6
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell1-8/+7
2017-05-11Clean away needless VMS checkRichard Levitte1-3/+0
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell1-4/+14
2016-04-28Make BIO_sock_error return a proper error code when getsockopt failsRichard Levitte1-2/+2
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-1/+1
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-1/+1
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell1-1/+1
2016-03-17Remove Netware and OS/2Rich Salz1-23/+1
2016-02-14Make the BIO_ADDR param optional.Rich Salz1-11/+4
2016-02-14Make sure a socklen_t can compare with a sizeof() resultRichard Levitte1-1/+1
2016-02-11GH620: second diff from rt-2275, adds error codeRich Salz1-0/+32
2016-02-08bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov1-12/+0
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-03Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte1-435/+90
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte1-0/+6
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte1-0/+36
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte1-8/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov1-10/+10
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-28realloc of NULL is like mallocRich Salz1-5/+2
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz1-218/+2
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-7/+7
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-7/+7
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-854/+839
2015-01-12RT3548: Remove unsupported platformsRich Salz1-2/+1
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-17RT3548: Remove some obsolete platformsRich Salz1-4/+0
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz1-1/+11
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz1-11/+1
2012-06-11b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov1-3/+4
2012-04-16OPENSSL_NO_SOCK fixes.Andy Polyakov1-1/+1
2011-05-25PR: 2512Dr. Stephen Henson1-0/+4
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte1-1/+24
2010-05-31fix PR#2261 in a different wayDr. Stephen Henson1-0/+7