<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/unc_tests</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>ctest: temporarily disable UNC path tests</title>
<updated>2017-06-07T09:54:48+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-06-07T09:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f218508f4a12b443e00d8d4c3b8a988033cf1872'/>
<id>f218508f4a12b443e00d8d4c3b8a988033cf1872</id>
<content type='text'>
(Temporarily) disable UNC path tests to work around AppVeyor issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Temporarily) disable UNC path tests to work around AppVeyor issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4251 from Keruspe/master</title>
<updated>2017-06-07T05:38:06+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2017-06-07T05:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=40139fe6e62e487e6ccae26df6f9b1ddc9b30b36'/>
<id>40139fe6e62e487e6ccae26df6f9b1ddc9b30b36</id>
<content type='text'>
Fix build with libressl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix build with libressl
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl_stream: fix building with libressl</title>
<updated>2017-06-07T05:36:57+00:00</updated>
<author>
<name>Marc-Antoine Perennou</name>
<email>Marc-Antoine@Perennou.com</email>
</author>
<published>2017-06-05T08:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f28744a5a3b11e05d64c4696ad5e9399d0b23b96'/>
<id>f28744a5a3b11e05d64c4696ad5e9399d0b23b96</id>
<content type='text'>
OpenSSL v1.1 has introduced a new way of initializing the library
without having to call various functions of different subsystems. In
libgit2, we have been adapting to that change with 88520151f
(openssl_stream: use new initialization function on OpenSSL version
&gt;=1.1, 2017-04-07), where we added an #ifdef depending on the OpenSSL
version. This change broke building with libressl, though, which has not
changed its API in the same way.

Fix the issue by expanding the #ifdef condition to use the old way of
initializing with libressl.

Signed-off-by: Marc-Antoine Perennou &lt;Marc-Antoine@Perennou.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OpenSSL v1.1 has introduced a new way of initializing the library
without having to call various functions of different subsystems. In
libgit2, we have been adapting to that change with 88520151f
(openssl_stream: use new initialization function on OpenSSL version
&gt;=1.1, 2017-04-07), where we added an #ifdef depending on the OpenSSL
version. This change broke building with libressl, though, which has not
changed its API in the same way.

Fix the issue by expanding the #ifdef condition to use the old way of
initializing with libressl.

Signed-off-by: Marc-Antoine Perennou &lt;Marc-Antoine@Perennou.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pr/4228'</title>
<updated>2017-06-04T21:46:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-06-04T21:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=dd0aa811dd329f5040c70f7aac514b3757eb2453'/>
<id>dd0aa811dd329f5040c70f7aac514b3757eb2453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: upgrade lock to an int</title>
<updated>2017-06-04T21:44:30+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-06-04T21:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f0848dd7e0d137939eb969af03bd75f9bf318286'/>
<id>f0848dd7e0d137939eb969af03bd75f9bf318286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4239 from roblg/toplevel-dir-ignore-fix</title>
<updated>2017-06-04T17:35:39+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-06-04T17:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=82e929a88bc79dc5ebd9a8484a40319ac6768c9b'/>
<id>82e929a88bc79dc5ebd9a8484a40319ac6768c9b</id>
<content type='text'>
Fix issue with directory glob ignore in subdirectories</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix issue with directory glob ignore in subdirectories</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4243 from pks-t/pks/submodule-workdir</title>
<updated>2017-06-04T17:03:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-06-04T17:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=04de614b1f421d99240d049763546f2d06421248'/>
<id>04de614b1f421d99240d049763546f2d06421248</id>
<content type='text'>
Submodule working directory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submodule working directory</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4179 from libgit2/ethomson/expand_tilde</title>
<updated>2017-05-20T15:18:07+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2017-05-20T15:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a1023a43027207ac7a5df7233bddfe7347bee256'/>
<id>a1023a43027207ac7a5df7233bddfe7347bee256</id>
<content type='text'>
Introduce home directory expansion function for config files, attribute files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce home directory expansion function for config files, attribute files</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4097 from implausible/fix/auto-detect-proxy-callbacks</title>
<updated>2017-05-20T12:18:32+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2017-05-20T12:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9b1260d36cf94c24eaa318dafab18f4179bc145e'/>
<id>9b1260d36cf94c24eaa318dafab18f4179bc145e</id>
<content type='text'>
Fix proxy auto detect not utilizing callbacks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix proxy auto detect not utilizing callbacks</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4174 from libgit2/ethomson/set_head_to_tag</title>
<updated>2017-05-20T12:17:36+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2017-05-20T12:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e694e4e9545bcbe7841cdacdbbe4a984af094f63'/>
<id>e694e4e9545bcbe7841cdacdbbe4a984af094f63</id>
<content type='text'>
git_repository_set_head: use tag name in reflog</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git_repository_set_head: use tag name in reflog</pre>
</div>
</content>
</entry>
</feed>
