Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings seen on OpenCSW Solaris 10 | Tim Rühsen | 2018-06-10 | 1 | -1/+3 |
| | | | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | gnutls_system_recv_timeout: doc update | Nikos Mavrogiannopoulos | 2017-08-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | lib/system/fastopen: simplified TCP fast open for OSX | Nikos Mavrogiannopoulos | 2017-04-14 | 1 | -10/+20 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | lib/system/fastopen: Add TCP Fast Open for OSXtmp-fast-open-macosx | Tim Rühsen | 2017-04-11 | 1 | -1/+13 |
| | | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de> | ||||
* | gnutls_x509_trust_list_add_system_trust: Add macOS keychain support | David Caldwell | 2017-04-06 | 1 | -0/+72 |
| | | | | | | | | | | | | Also don't check for a default_trust_store_file in configure when building on macOS (unless explicitly asked to with --with-default-trust-store-file=xxx), because otherwise it finds /etc/ssl/cert.pem: This file is new (since 10.12.2?), which means libraries built on the newest OS version wouldn't work the same way on an older versions (and vice versa). "/etc/ssl/cert.pem" also doesn't seem to reflect additions and deletions from the user's or system's trusted roots keychain (in my limited testing). Signed-off-by: David Caldwell <david@porkrind.org> | ||||
* | renamed system/iconv.c -> str-iconv.ctmp-idna-print | Nikos Mavrogiannopoulos | 2016-11-25 | 1 | -173/+0 |
| | | | | | | We no longer use the system's functionality for converting between charsets (we use libunistring), hence it is no longer suitable for the wrappers to stay in system/. | ||||
* | unconditionally include unistring code | Nikos Mavrogiannopoulos | 2016-11-21 | 1 | -326/+4 |
| | | | | | | That simplifies internationalization support, at the cost of including a version of libunistring, which is used on systems which do not ship it. | ||||
* | _gnutls_utf8_to_ucs2: normalize to NFC UTF16 output | Nikos Mavrogiannopoulos | 2016-11-20 | 1 | -4/+13 |
| | |||||
* | Use libunistring when present instead of iconv() | Nikos Mavrogiannopoulos | 2016-11-20 | 1 | -15/+138 |
| | | | | | That allows us to rely to a single provider for unicode functionality. | ||||
* | _gnutls_utf8_to_ucs2: force NFC normalization form in windows | Nikos Mavrogiannopoulos | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Fix build of system/keys-win.c with older mingw | Nikos Mavrogiannopoulos | 2016-10-04 | 1 | -1/+28 |
| | | | | Patch by Eli Zaretskii <eliz@gnu> | ||||
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 3 | -308/+394 |
| | |||||
* | removed c-ctype.h from files that wasn't used at | Nikos Mavrogiannopoulos | 2016-09-11 | 4 | -4/+0 |
| | |||||
* | inet_ntop4: casted signed/unsigned comparisonminor-cleanups | Nikos Mavrogiannopoulos | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | _gnutls_ucs2_to_utf8: corrected use of WideCharToMultiByte in windows | Nikos Mavrogiannopoulos | 2016-09-07 | 1 | -2/+3 |
| | |||||
* | _gnutls_ucs2_to_utf8: fixed null termination check in windows code | Nikos Mavrogiannopoulos | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Added _gnutls_utf8_to_ucs2() | Nikos Mavrogiannopoulos | 2016-09-06 | 1 | -1/+151 |
| | | | | This function allows to convert between UTF8 to UCS2 big-endian. | ||||
* | gnutls_transport_set_fastopen: added flags optionstcp-fast-open | Nikos Mavrogiannopoulos | 2016-08-08 | 1 | -1/+3 |
| | | | | | This will allow minor modifications to the semantics of the function in the future, without introducing a new API. | ||||
* | fastopen: improved error checking at connect() | Nikos Mavrogiannopoulos | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | gnutls_transport_set_fastopen: doc update | Nikos Mavrogiannopoulos | 2016-07-29 | 1 | -7/+18 |
| | |||||
* | moved system-keys-win.c and system-key-dummy.c under system/ | Nikos Mavrogiannopoulos | 2016-07-27 | 2 | -0/+1467 |
| | |||||
* | split system.c to various files under system/ | Nikos Mavrogiannopoulos | 2016-07-27 | 7 | -0/+1471 |
| | |||||
* | Support TCP Fast Open | Tim Ruehsen | 2016-07-26 | 1 | -0/+204 |
This introduces a new function gnutls_transport_set_fastopen(). Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> Signed-off-by: Tim Ruehsen <tim.ruehsen@gmx.de> |