aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_acpt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-6/+0
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee2016-08-101-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix BIO_set_nbio_accept()Richard Levitte2016-04-281-4/+5
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-031-120/+271
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-031-0/+6
* 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-6/+6
* Add and use OPENSSL_zallocRich Salz2015-09-021-3/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-6/+3
* remove malloc castsRich Salz2015-04-281-1/+1
* free NULL cleanupRich Salz2015-03-251-8/+4
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-6/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-366/+351
* RT3548: Remove unsupported platformsRich Salz2015-01-121-6/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Constification.Ben Laurie2013-10-071-1/+1
* Fix warnings.Ben Laurie2010-06-121-3/+2
* make some internal functions static; patch supplied by Kurt RoeckxNils Larsch2006-02-151-4/+4
* Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte2003-03-201-2/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-121-0/+12
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-7/+7
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+1
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-1/+1
* VMS support bug fixes.Ulf Möller1999-05-131-2/+2
* VMS support.Ulf Möller1999-05-131-0/+5
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-21/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-31/+12
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-29/+27
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+18
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+484