summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
AgeCommit message (Expand)Author
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2012-04-16OPENSSL_NO_SOCK fixes [from HEAD].Andy Polyakov
2011-05-25PR: 2512Dr. Stephen Henson
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2010-05-31fix PR#2261 in a different wayDr. Stephen Henson
2010-01-07b_sock.c: bind/connect are picky about socket address length [from HEAD].Andy Polyakov
2009-12-30b_sock.c: correct indirect calls on WinSock platforms [from HEAD].Andy Polyakov
2009-11-22bio_sock.c and bss_dgram.c: update from HEAD.Andy Polyakov
2009-11-09Combat gcc 4.4.1 aliasing rules. (from HEAD)Dr. Stephen Henson
2009-09-20PR: 2047Dr. Stephen Henson
2009-08-26PR: 2005Dr. Stephen Henson
2009-04-27b_sock.c: readability update from HEAD.Andy Polyakov
2009-04-03PR: 1888Dr. 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
2001-06-25Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-05Fix a memory leak in BIO_get_accept_socket(). This leak was small andRichard Levitte
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-10-09BIO_sock_init() returns 1 for success and -1 for failure, not 0;Bodo Möller
2000-07-31If a ip address is successfully parsed, the WSA structure under Win32 wasn'tRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-17SOCKETSHR is showing bad declarations again. However, a simple castRichard Levitte
1999-08-11Submitted by: Lidong Zhou <ldzhou@cs.cornell.edu>Bodo Möller
1999-06-07Use locking in a way that makes more sense.Bodo Möller