aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
Commit message (Expand)AuthorAgeFilesLines
* RT3548: Remove unsupported platformsRich Salz2015-01-121-2/+1
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* RT3548: Remove some obsolete platformsRich Salz2014-12-171-4/+0
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+11
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-11/+1
* b_sock.c: make getsockopt work in cases when optlen is 64-bit value.Andy Polyakov2012-06-111-3/+4
* OPENSSL_NO_SOCK fixes.Andy Polyakov2012-04-161-1/+1
* PR: 2512Dr. Stephen Henson2011-05-251-0/+4
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-1/+24
* fix PR#2261 in a different wayDr. Stephen Henson2010-05-311-0/+7
* http://cvs.openssl.org/chngview?cn=19053 made me wonder if bind() andAndy Polyakov2010-01-071-5/+8
* b_sock.c: correct indirect calls on WinSock platforms.Andy Polyakov2009-12-301-3/+14
* b_sock.c: fix compiler warning.Andy Polyakov2009-11-151-1/+2
* Combat gcc 4.4.1 aliasing rules.Andy Polyakov2009-10-061-46/+67
* PR: 2047Dr. Stephen Henson2009-09-201-5/+15
* PR: 2005Dr. Stephen Henson2009-08-261-7/+2
* Improve readability of bio/b_sock.cAndy Polyakov2009-04-261-8/+8
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-041-1/+1
* Netware support.Dr. Stephen Henson2008-01-031-7/+15
* Change submitted by Doug Kaufman. He writes:Richard Levitte2007-12-031-1/+1
* It's inappropraite to override application signal, nor is it appropriateAndy Polyakov2007-09-161-9/+1
* Add BeOS support.Ulf Möller2006-04-111-1/+10
* Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson2006-02-091-10/+10
* Avoid warnings about shadowed definitions.Dr. Stephen Henson2006-02-091-25/+25
* The VMS I run on doesn't know socklen_t and uses size_t instead.Richard Levitte2006-01-041-1/+6
* Refine login in b_sock.c.Andy Polyakov2006-01-021-1/+15
* Fix typo and purify logic in b_sock.cAndy Polyakov2006-01-021-3/+3
* Make b_sock.c IPv6 savvy.Andy Polyakov2006-01-021-29/+115
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-131-3/+6
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-6/+6
* Netware-specific changes,Richard Levitte2003-11-281-1/+32
* Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte2003-03-201-2/+2
* We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte2003-01-311-2/+2
* WinCE patchesRichard Levitte2002-11-151-0/+2
* Fix to build better with DJGPP.Richard Levitte2002-11-141-0/+6
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+4
* Add support for DJGPP.Richard Levitte2002-06-131-0/+4
* Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.Richard Levitte2002-03-291-2/+2
* Stop compiler warnings.Dr. Stephen Henson2001-10-271-0/+5
* disable caching in BIO_gethostbynameBodo Möller2001-10-261-14/+22
* Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte2001-06-251-3/+3
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-6/+6
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Fix a memory leak in BIO_get_accept_socket(). This leak was small andRichard Levitte2001-02-051-4/+4
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-121-0/+1
* BIO_sock_init() returns 1 for success and -1 for failure, not 0;Bodo Möller2000-10-091-3/+3
* If a ip address is successfully parsed, the WSA structure under Win32 wasn'tRichard Levitte2000-07-311-2/+7
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-14/+14
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-2/+10