summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add <sys/filio.h> header for FIONBIObcook2014-07-091-1/+2
* Pretty much everything has SO_REUSEADDR - nuke the #ifdefs.jsing2014-07-081-5/+1
* We have EAI_FAMILY - remove the #ifdefs.jsing2014-07-081-5/+1
* More KNF.jsing2014-07-081-11/+21
* Avoid locking in BIO_get_port() by using getservbyname_r() instead ofjsing2014-07-081-31/+31
* Simplify various BIO_sock_* fuctions - less code, better variable names,jsing2014-07-081-27/+12
* Replace 48 lines of code with a single inet_pton() call. The previousjsing2014-06-241-48/+3
* Actually make BIO_set_tcp_ndelay() work - TCP_NODELAY will not magicallyjsing2014-06-241-16/+3
* BIO_sock_init() no longer does anything, so stop calling it.jsing2014-06-221-10/+1
* Just use SOMAXCONN and IPPROTO_TCP, since we know we have them.jsing2014-06-221-14/+4
* In BIO_get_port(), use strol() with appropriate range checks rather thanjsing2014-06-223-34/+50
* tags as requested by miod and teduderaadt2014-06-1221-21/+22
* Tsk. Tsk. Someone forgot to compile test the other half.jsing2014-06-111-2/+2
* Provide support for non-funopen systems.deraadt2014-06-111-8/+30
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* Stop using DSO_global_lookup to reach getaddrinfo() and friendsderaadt2014-06-081-40/+3
* Fix memory leak.logan2014-06-031-0/+1
* Remove __bio_h__attr__ wrapper around __attribute__, since earlier statementsmiod2014-06-011-10/+4
* Fix some more nasty stringyness in here by using asprintf instead of cruft.beck2014-05-301-10/+7
* more: no need for null check before freederaadt2014-05-308-41/+19
* remove CONST_STRICT. ok beck deraadttedu2014-05-301-7/+0
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-292-8/+0
* Any sane platform has stdio. Stop pretending we will ever use a platformbeck2014-05-292-4/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+1
* Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).jsing2014-05-241-9/+9
* mark BIO_snprintf as deprecated, so warnings will be generated for it'sbeck2014-05-221-2/+2
* Sort and group includes.jsing2014-05-052-10/+11
* Repair BIO_socket_nbio operation.jsing2014-05-051-2/+3
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-2714-148/+132
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-263-20/+19
* This is not FreeBSD.jsing2014-04-261-18/+0
* The usual idiom to cope with systems not defining socklen_t is to add amiod2014-04-232-49/+8
* close socket in failure cases tootedu2014-04-231-0/+3
* if realloc failed, BIO_accept would leak memory and return NULL, causingtedu2014-04-231-2/+11
* wrong calloc, see people do carederaadt2014-04-211-1/+2
* Replace entire printf-like guts with calls to libc snprintf.deraadt2014-04-211-769/+46
* Bring malloc/calloc/realloc sequences to modern standardderaadt2014-04-218-27/+19
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-194-23/+23
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-192-12/+12
* unifdef NO_SOCKtedu2014-04-184-8/+0
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-183-36/+3
* unistd.h for protos where neededderaadt2014-04-186-0/+6
* don't fake up SSIZE_MAXtedu2014-04-171-8/+0
* more windows/netware leftoverstedu2014-04-172-22/+3
* delete if 0 codetedu2014-04-174-77/+14
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-9/+0
* Mostly gut e_os.h:deraadt2014-04-176-13/+13
* some KNF cleanup following the scriptderaadt2014-04-1715-70/+70
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-1711-68/+68
* Revert unintended whitespace changes.jsing2014-04-171-4/+4