Richard Levitte
|
b4c3565644
Use get_last_sys_error() instead of get_last_rtl_error()
|
6 年 前 |
Richard Levitte
|
3c7d0945b6
Update copyright years on all files merged since Jan 1st 2018
|
6 年 前 |
Rich Salz
|
617b49db14
Remove remaining NETWARE ifdef's
|
6 年 前 |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 年 前 |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 年 前 |
Matt Caswell
|
86f31dd9cc
Remove OPENSSL_assert() from various crypto/bio files
|
7 年 前 |
Richard Levitte
|
b57f0c598b
Clean away needless VMS check
|
7 年 前 |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 年 前 |
Matt Caswell
|
ad9a05621a
Handle malloc failures in BIO_accept
|
8 年 前 |
Richard Levitte
|
2bd8c85395
Make BIO_sock_error return a proper error code when getsockopt fails
|
8 年 前 |
Matt Caswell
|
b3599dbb6a
Rename int_*() functions to *_int()
|
8 年 前 |
Matt Caswell
|
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
|
8 年 前 |
Matt Caswell
|
62d876ad17
Deprecate BIO_sock_cleanup() and make it a no-op
|
8 年 前 |
Rich Salz
|
1fbab1dc6f
Remove Netware and OS/2
|
8 年 前 |
Rich Salz
|
d9d8e7a9c1
Make the BIO_ADDR param optional.
|
8 年 前 |
Richard Levitte
|
59d9bb591c
Make sure a socklen_t can compare with a sizeof() result
|
8 年 前 |
Rich Salz
|
27f172d9a3
GH620: second diff from rt-2275, adds error code
|
8 年 前 |
Andy Polyakov
|
2f0c9d5cdf
bio/b_sock.c: cleanup obsolete stuff.
|
8 年 前 |
FdaSilvaYY
|
0d4fb84390
GH601: Various spelling fixes.
|
8 年 前 |
Richard Levitte
|
5bca70ca49
Refactoring BIO: reimplement old socket handling functions with new ones
|
8 年 前 |
Richard Levitte
|
b00b21242a
Temporary pragma to have GCC quiet down about deprecated functions
|
8 年 前 |
Richard Levitte
|
d33b215b33
Refactoring BIO: new socket-handling functions, deprecate older ones
|
8 年 前 |
Richard Levitte
|
28a0841bf5
Refactoring BIO: add wrappers around sockaddr et al
|
8 年 前 |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 年 前 |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 年 前 |
Andy Polyakov
|
b13fdc4860
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
|
9 年 前 |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 年 前 |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 年 前 |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 年 前 |
Rich Salz
|
2d29e2df0c
realloc of NULL is like malloc
|
9 年 前 |