Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-06-06Add BIO_set_conn_int_port.David Benjamin
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
2016-02-26Add BIO_do_connect.David Benjamin
2015-11-04Don't bother sampling __func__.David Benjamin
2015-10-27Better handle IPv6.Matt Braithwaite
2015-10-13Align BIO_get_fd with upstream.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 1.David Benjamin
2015-05-05Add missing BUF_strdup failure checks.David Benjamin
2015-04-01Lowercase some Windows headers.Adam Langley
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith
2014-10-01Account for Windows and UNIX socket API differences.David Benjamin
2014-07-18Preserve the address length in bio/connect.c.David Benjamin
2014-06-21Inital import.Adam Langley