aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+1
* Remove Netware and OS/2Rich Salz2016-03-171-23/+1
* Make the BIO_ADDR param optional.Rich Salz2016-02-141-11/+4
* Make sure a socklen_t can compare with a sizeof() resultRichard Levitte2016-02-141-1/+1
* GH620: second diff from rt-2275, adds error codeRich Salz2016-02-111-0/+32
* bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov2016-02-081-12/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte2016-02-031-435/+90
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-031-0/+6
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-031-0/+36
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-031-8/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-10/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* realloc of NULL is like mallocRich Salz2015-04-281-5/+2
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-218/+2
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-7/+7
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-854/+839
* 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