Age | Commit message (Expand) | Author |
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-11 | Tsk. Tsk. Someone forgot to compile test the other half. | Joel Sing |
2014-06-11 | Provide support for non-funopen systems. | Theo de Raadt |
2014-06-11 | c-file-style hints, begone; ok beck | Theo de Raadt |
2014-06-08 | Stop using DSO_global_lookup to reach getaddrinfo() and friends | Theo de Raadt |
2014-06-03 | Fix memory leak. | Loganaden Velvindron |
2014-06-01 | Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements | Miod Vallat |
2014-05-30 | Fix some more nasty stringyness in here by using asprintf instead of cruft. | Bob Beck |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-30 | remove CONST_STRICT. ok beck deraadt | Ted Unangst |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-29 | Any sane platform has stdio. Stop pretending we will ever use a platform | Bob Beck |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-24 | Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t). | Joel Sing |
2014-05-22 | mark BIO_snprintf as deprecated, so warnings will be generated for it's | Bob Beck |
2014-05-05 | Sort and group includes. | Joel Sing |
2014-05-05 | Repair BIO_socket_nbio operation. | Joel Sing |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-26 | This is not FreeBSD. | Joel Sing |
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-21 | wrong calloc, see people do care | Theo de Raadt |
2014-04-21 | Replace entire printf-like guts with calls to libc snprintf. | Theo de Raadt |
2014-04-21 | Bring malloc/calloc/realloc sequences to modern standard | Theo de Raadt |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of | Bob Beck |
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 | don't fake up SSIZE_MAX | Ted Unangst |
2014-04-17 | more windows/netware leftovers | Ted Unangst |
2014-04-17 | delete if 0 code | Ted Unangst |
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt |
2014-04-17 | Mostly gut e_os.h: | Theo de Raadt |
2014-04-17 | some KNF cleanup following the script | Theo de Raadt |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | Revert unintended whitespace changes. | Joel Sing |