<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests, branch ethomson/no_void</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>ci: add NTLM tests</title>
<updated>2020-01-24T16:39:56+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-01-02T02:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7fd9b3f597d1910effd43149157d49127244a238'/>
<id>7fd9b3f597d1910effd43149157d49127244a238</id>
<content type='text'>
Download poxygit, a debugging git server, and clone from it using NTLM,
both IIS-style (with connection affinity) and Apache-style ("broken",
requiring constant reauthentication).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Download poxygit, a debugging git server, and clone from it using NTLM,
both IIS-style (with connection affinity) and Apache-style ("broken",
requiring constant reauthentication).
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: allow users to use expect/continue</title>
<updated>2020-01-24T16:16:36+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-10-25T11:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bf55facf15e5b6897ff7305162a77d92089f6c82'/>
<id>bf55facf15e5b6897ff7305162a77d92089f6c82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: support CLAR_TRACE_LEVEL</title>
<updated>2020-01-24T16:16:36+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-12-13T04:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=dcd3b815a202add047e8d90799c56da486c50ce0'/>
<id>dcd3b815a202add047e8d90799c56da486c50ce0</id>
<content type='text'>
The CLAR_TRACE_LEVEL environment variable was supported when building
with GIT_TRACE.  Now we always build with GIT_TRACE, but that variable
is not provided to tests.  Simply support clar tracing always.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CLAR_TRACE_LEVEL environment variable was supported when building
with GIT_TRACE.  Now we always build with GIT_TRACE, but that variable
is not provided to tests.  Simply support clar tracing always.
</pre>
</div>
</content>
</entry>
<entry>
<title>net: introduce git_net_url_joinpath</title>
<updated>2020-01-24T15:54:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-12-06T04:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e995f74e8822456f97a2000da5a8d6803b88f643'/>
<id>e995f74e8822456f97a2000da5a8d6803b88f643</id>
<content type='text'>
Provide a mechanism to add a path and query string to an existing url
so that we can easily append `/info/refs?...` type url segments to a url
given to us by a user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a mechanism to add a path and query string to an existing url
so that we can easily append `/info/refs?...` type url segments to a url
given to us by a user.
</pre>
</div>
</content>
</entry>
<entry>
<title>net: refactor gitno redirect handling</title>
<updated>2020-01-24T15:54:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-12-01T03:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=471daeea559ada7ac215806d55f2f686e7389608'/>
<id>471daeea559ada7ac215806d55f2f686e7389608</id>
<content type='text'>
Move the redirect handling into `git_net_url` for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the redirect handling into `git_net_url` for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: test that clone returns 4321</title>
<updated>2020-01-24T15:54:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-12-02T23:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=fe4efe2e36a23e3647dc205ffcdc2452823bb0b1'/>
<id>fe4efe2e36a23e3647dc205ffcdc2452823bb0b1</id>
<content type='text'>
This conditional was backwards.  We should instead test that clone
returns 4321, not that 4321 returns clone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This conditional was backwards.  We should instead test that clone
returns 4321, not that 4321 returns clone.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: perform SPNEGO tests</title>
<updated>2020-01-24T15:54:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-10-20T16:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e5fb5fe5ad50fc60831fa33531ffef2dae3e1967'/>
<id>e5fb5fe5ad50fc60831fa33531ffef2dae3e1967</id>
<content type='text'>
Attempt to obtain a Kerberos ticket from LIBGIT2.ORG and then clone the
Negotiate-protected site at test.libgit2.org with that ticket.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempt to obtain a Kerberos ticket from LIBGIT2.ORG and then clone the
Negotiate-protected site at test.libgit2.org with that ticket.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge: update enum type name for consistency</title>
<updated>2020-01-18T14:05:24+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-01-18T14:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=94beb3a3f4a9bad33476673468f52d6caf81acc0'/>
<id>94beb3a3f4a9bad33476673468f52d6caf81acc0</id>
<content type='text'>
libgit2 does not use `type_t` suffixes as it's redundant; thus, rename
`git_merge_diff_type_t` to `git_merge_diff_t` for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libgit2 does not use `type_t` suffixes as it's redundant; thus, rename
`git_merge_diff_type_t` to `git_merge_diff_t` for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5361 from csware/no-return-freed_object</title>
<updated>2020-01-17T07:34:30+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2020-01-17T07:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1908884d46fbad2be8962ffbb57840a61f468a3a'/>
<id>1908884d46fbad2be8962ffbb57840a61f468a3a</id>
<content type='text'>
Do not return free'd git_repository object on error</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not return free'd git_repository object on error</pre>
</div>
</content>
</entry>
<entry>
<title>Do not return free'd git_repository object on error</title>
<updated>2020-01-16T16:53:50+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2020-01-16T16:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=470a05d0d95ab8a840f1a851b1c498245ccfafaf'/>
<id>470a05d0d95ab8a840f1a851b1c498245ccfafaf</id>
<content type='text'>
Regression introduced in commit dde6d9c706bf1ecab545da55ab874a016587af1f.

This issue causes lots of crashes in TortoiseGit.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression introduced in commit dde6d9c706bf1ecab545da55ab874a016587af1f.

This issue causes lots of crashes in TortoiseGit.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
