summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
AgeCommit message (Expand)Author
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
2006-02-09Avoid warnings about shadowed definitions.Dr. Stephen Henson
2006-01-04The VMS I run on doesn't know socklen_t and uses size_t instead.Richard Levitte
2006-01-02Refine login in b_sock.c.Andy Polyakov
2006-01-02Fix typo and purify logic in b_sock.cAndy Polyakov
2006-01-02Make b_sock.c IPv6 savvy.Andy Polyakov
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte
2003-01-31We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-06-13Add support for DJGPP.Richard Levitte
2002-03-29Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.Richard Levitte
2001-10-27Stop compiler warnings.Dr. Stephen Henson
2001-10-26disable caching in BIO_gethostbynameBodo Möller