boringssl/crypto/bio
David Benjamin 04284b8952 Account for Windows and UNIX socket API differences.
close is closesocket. Also some of the headers are different
and inet_aton should be inet_pton.

Change-Id: I9eee0880d91833bdd3bcf0f2a352923c9fb1a891
Reviewed-on: https://boringssl-review.googlesource.com/1864
Reviewed-by: Adam Langley <agl@google.com>
2014-10-01 02:05:43 +00:00
..
bio_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
bio_mem.c Fix minor issues found by Clang's analysis. 2014-09-02 22:39:41 +00:00
bio_test.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
bio.c Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
buffer.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
connect.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
fd.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
file.c Inital import. 2014-06-20 13:17:32 -07:00
hexdump.c Inital import. 2014-06-20 13:17:32 -07:00
internal.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
pair.c Inital import. 2014-06-20 13:17:32 -07:00
printf.c Fix BIO_printf crash on Mac. 2014-08-04 21:11:21 +00:00
socket_helper.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
socket.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00