summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
AgeCommit message (Expand)Author
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
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2012-06-11b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov
2012-04-16OPENSSL_NO_SOCK fixes.Andy Polyakov
2011-05-25PR: 2512Dr. Stephen Henson
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2010-05-31fix PR#2261 in a different wayDr. Stephen Henson
2010-01-07http://cvs.openssl.org/chngview?cn=19053 made me wonder if bind() andAndy Polyakov
2009-12-30b_sock.c: correct indirect calls on WinSock platforms.Andy Polyakov
2009-11-15b_sock.c: fix compiler warning.Andy Polyakov
2009-10-06Combat gcc 4.4.1 aliasing rules.Andy Polyakov
2009-09-20PR: 2047Dr. Stephen Henson
2009-08-26PR: 2005Dr. Stephen Henson
2009-04-26Improve readability of bio/b_sock.cAndy Polyakov
2009-04-04Updates from 1.0.0-stableDr. Stephen Henson
2008-01-03Netware support.Dr. Stephen Henson
2007-12-03Change submitted by Doug Kaufman. He writes:Richard Levitte
2007-09-16It's inappropraite to override application signal, nor is it appropriateAndy Polyakov
2006-04-11Add BeOS support.Ulf Möller
2006-02-09Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson