<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gnutls.git/lib/system, branch tmp-cli-buffer-term</title>
<subtitle>gitlab.com: gnutls/gnutls.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/'/>
<entry>
<title>Fix warnings seen on OpenCSW Solaris 10</title>
<updated>2018-06-10T09:30:24+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2018-06-07T10:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=3f21d8601ddbb27f443f6a8fdf91ebe715d5cb94'/>
<id>3f21d8601ddbb27f443f6a8fdf91ebe715d5cb94</id>
<content type='text'>
Signed-off-by: Tim Rühsen &lt;tim.ruehsen@gmx.de&gt;
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Rühsen &lt;tim.ruehsen@gmx.de&gt;
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnutls_system_recv_timeout: doc update</title>
<updated>2017-08-03T05:26:53+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2017-07-29T23:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=a087b6334c53f69adf44aa58f2728dd592f4080c'/>
<id>a087b6334c53f69adf44aa58f2728dd592f4080c</id>
<content type='text'>
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/system/fastopen: simplified TCP fast open for OSX</title>
<updated>2017-04-14T17:53:29+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2017-04-13T22:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=78dcd394003ad1fa2c82e7fb09c0d117f9d0ed98'/>
<id>78dcd394003ad1fa2c82e7fb09c0d117f9d0ed98</id>
<content type='text'>
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nikos Mavrogiannopoulos &lt;nmav@gnutls.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/system/fastopen: Add TCP Fast Open for OSX</title>
<updated>2017-04-11T16:34:49+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2017-04-10T10:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=c99d46b13c32027a49b9991ba525ad01b8a3da62'/>
<id>c99d46b13c32027a49b9991ba525ad01b8a3da62</id>
<content type='text'>
Signed-off-by: Tim Rühsen &lt;tim.ruehsen@gmx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Rühsen &lt;tim.ruehsen@gmx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnutls_x509_trust_list_add_system_trust: Add macOS keychain support</title>
<updated>2017-04-06T10:36:22+00:00</updated>
<author>
<name>David Caldwell</name>
<email>david@porkrind.org</email>
</author>
<published>2017-04-05T04:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=c0eb46d3463cd21b3f822ac377ff37f067f66b8d'/>
<id>c0eb46d3463cd21b3f822ac377ff37f067f66b8d</id>
<content type='text'>
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 &lt;david@porkrind.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;david@porkrind.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed system/iconv.c -&gt; str-iconv.c</title>
<updated>2016-11-25T15:13:32+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-11-25T15:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=904aa7c298c426498cea8867e7aa73048345d4ff'/>
<id>904aa7c298c426498cea8867e7aa73048345d4ff</id>
<content type='text'>
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/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/.
</pre>
</div>
</content>
</entry>
<entry>
<title>unconditionally include unistring code</title>
<updated>2016-11-21T10:56:46+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-11-21T08:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=b19c8ce7600b4742e113afac5618ff206dbfd4b4'/>
<id>b19c8ce7600b4742e113afac5618ff206dbfd4b4</id>
<content type='text'>
That simplifies internationalization support, at the cost of
including a version of libunistring, which is used on systems
which do not ship it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That simplifies internationalization support, at the cost of
including a version of libunistring, which is used on systems
which do not ship it.
</pre>
</div>
</content>
</entry>
<entry>
<title>_gnutls_utf8_to_ucs2: normalize to NFC UTF16 output</title>
<updated>2016-11-20T16:31:49+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-11-09T13:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=461b1a7a79c7d588fdb89ee1f4528c57fecedd1e'/>
<id>461b1a7a79c7d588fdb89ee1f4528c57fecedd1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use libunistring when present instead of iconv()</title>
<updated>2016-11-20T16:31:49+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-11-08T14:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=10241198c0e35e59dcb59c8a725639684a7416d3'/>
<id>10241198c0e35e59dcb59c8a725639684a7416d3</id>
<content type='text'>
That allows us to rely to a single provider for unicode
functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That allows us to rely to a single provider for unicode
functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>_gnutls_utf8_to_ucs2: force NFC normalization form in windows</title>
<updated>2016-10-06T06:43:50+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2016-10-05T11:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gnutls.git/commit/?id=2323a72ac3da4939309015a6840d815aa0754422'/>
<id>2323a72ac3da4939309015a6840d815aa0754422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
