Age | Commit message (Expand) | Author |
2023-07-05 | Hide symbols in asn1 and bio | Bob Beck |
2022-12-22 | in case of failure, always report the error with BIOerror(); | Ingo Schwarze |
2018-02-07 | Restore the old behavior when a port number without a host name is | Alexander Bluhm |
2018-02-06 | Do not call freeaddrinfo() with a NULL parameter. | Alexander Bluhm |
2017-04-30 | No original OpenSSL code remains in this file. Relicense | Bob Beck |
2017-04-30 | Make BIO_get_host_ip just yet another getaddrinfo wrapper | Bob Beck |
2017-04-30 | Rework BIO_accept to be more like modern code. | Bob Beck |
2017-04-30 | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to | Bob Beck |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2016-12-20 | Delete completely useless crap and just use getaddrinfo. Fix man page | Bob Beck |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |
2014-12-03 | We're not supporting 16-bit Windows, remove cast. | Brent Cook |
2014-11-26 | normalize set/getsockopt usage. | Brent Cook |
2014-10-13 | The return value on success of fcntl(F_SETFL) is not actually specified, | Brent Cook |
2014-10-13 | Use O_NONBLOCK over FIONBIO. | Brent Cook |
2014-07-16 | do not need a variable to track locking, since all code paths have it | Theo de Raadt |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Simplify realloc() usage; ok tedu@ | Miod Vallat |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-10 | replace getservbyname_r with getaddrinfo for portability | Brent Cook |
2014-07-09 | include <limits.h> for LONG_MIN/LONG_MAX. | Brent Cook |
2014-07-09 | add <sys/filio.h> header for FIONBIO | Brent Cook |
2014-07-08 | Pretty much everything has SO_REUSEADDR - nuke the #ifdefs. | Joel Sing |
2014-07-08 | We have EAI_FAMILY - remove the #ifdefs. | Joel Sing |
2014-07-08 | More KNF. | Joel Sing |
2014-07-08 | Avoid locking in BIO_get_port() by using getservbyname_r() instead of | Joel Sing |
2014-07-08 | Simplify various BIO_sock_* fuctions - less code, better variable names, | Joel Sing |
2014-06-24 | Replace 48 lines of code with a single inet_pton() call. The previous | Joel Sing |
2014-06-24 | Actually make BIO_set_tcp_ndelay() work - TCP_NODELAY will not magically | Joel Sing |
2014-06-22 | BIO_sock_init() no longer does anything, so stop calling it. | Joel Sing |
2014-06-22 | Just use SOMAXCONN and IPPROTO_TCP, since we know we have them. | Joel Sing |
2014-06-22 | In BIO_get_port(), use strol() with appropriate range checks rather than | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-08 | Stop using DSO_global_lookup to reach getaddrinfo() and friends | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-05 | Sort and group includes. | Joel Sing |
2014-05-05 | Repair BIO_socket_nbio operation. | Joel Sing |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-23 | The usual idiom to cope with systems not defining socklen_t is to add a | Miod Vallat |
2014-04-23 | close socket in failure cases too | Ted Unangst |
2014-04-23 | if realloc failed, BIO_accept would leak memory and return NULL, causing | Ted Unangst |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-18 | unifdef NO_SOCK | Ted Unangst |
2014-04-18 | Put the final pieces from e_os.h in the required places, and remove it. | Theo de Raadt |
2014-04-18 | unistd.h for protos where needed | Theo de Raadt |
2014-04-17 | more windows/netware leftovers | Ted Unangst |
2014-04-17 | delete if 0 code | Ted Unangst |
2014-04-17 | Mostly gut e_os.h: | Theo de Raadt |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |