aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/b_sock.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-07http://cvs.openssl.org/chngview?cn=19053 made me wonder if bind() andAndy Polyakov1-5/+8
2009-12-30b_sock.c: correct indirect calls on WinSock platforms.Andy Polyakov1-3/+14
2009-11-15b_sock.c: fix compiler warning.Andy Polyakov1-1/+2
2009-10-06Combat gcc 4.4.1 aliasing rules.Andy Polyakov1-46/+67
2009-09-20PR: 2047Dr. Stephen Henson1-5/+15
2009-08-26PR: 2005Dr. Stephen Henson1-7/+2
2009-04-26Improve readability of bio/b_sock.cAndy Polyakov1-8/+8
2009-04-04Updates from 1.0.0-stableDr. Stephen Henson1-1/+1
2008-01-03Netware support.Dr. Stephen Henson1-7/+15
2007-12-03Change submitted by Doug Kaufman. He writes:Richard Levitte1-1/+1
2007-09-16It's inappropraite to override application signal, nor is it appropriateAndy Polyakov1-9/+1
2006-04-11Add BeOS support.Ulf Möller1-1/+10
2006-02-09Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson1-10/+10