<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/features.h.in, branch ethomson/codespaces</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>trace: always enabled</title>
<updated>2021-10-18T12:30:14+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-27T01:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8507bf81ea5cf11a99566f449e6b3af68bd02430'/>
<id>8507bf81ea5cf11a99566f449e6b3af68bd02430</id>
<content type='text'>
There's no need to make tracing opt-in; it should always be included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no need to make tracing opt-in; it should always be included.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5950 from boretrk/posixtest</title>
<updated>2021-08-25T16:20:50+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-25T16:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0850b1722cbd5095aa6f6e307b9c1bac49228d53'/>
<id>0850b1722cbd5095aa6f6e307b9c1bac49228d53</id>
<content type='text'>
open: input validation for empty segments in path</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
open: input validation for empty segments in path</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: dynamically load libssl and symbols (optionally)</title>
<updated>2021-08-24T18:09:10+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-08-11T00:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0903cac1d08817e87c556f5a3e6ec881be86c7f2'/>
<id>0903cac1d08817e87c556f5a3e6ec881be86c7f2</id>
<content type='text'>
Provide an interface around OpenSSL to dynamically load the libraries
and symbols, so that users can distribute a libgit2 library that is not
linked directly against OpenSSL.  This enables users to target multiple
distributions with a single binary.

This mechanism is optional and disabled by default.  Configure cmake
with -DUSE_HTTPS=OpenSSL-Dynamic to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide an interface around OpenSSL to dynamically load the libraries
and symbols, so that users can distribute a libgit2 library that is not
linked directly against OpenSSL.  This enables users to target multiple
distributions with a single binary.

This mechanism is optional and disabled by default.  Configure cmake
with -DUSE_HTTPS=OpenSSL-Dynamic to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: optional test for p_open() with empty path segments</title>
<updated>2021-08-08T11:26:24+00:00</updated>
<author>
<name>Peter Pettersson</name>
<email>boretrk@hotmail.com</email>
</author>
<published>2021-08-08T11:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e96fc0283aea9afd02f64bdcb26613422e74dc3a'/>
<id>e96fc0283aea9afd02f64bdcb26613422e74dc3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>alloc: add GIT_DEBUG_STRICT_ALLOC</title>
<updated>2021-07-19T19:41:44+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-07-19T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=48e6b02be9b0639fdc25e17514f11d7ef141dfbc'/>
<id>48e6b02be9b0639fdc25e17514f11d7ef141dfbc</id>
<content type='text'>
Add `GIT_DEBUG_STRICT_ALLOC` to help identify problematic callers of
allocation code that pass a `0` size to the allocators and then expect a
non-`NULL` return.

When given a 0-size allocation, `malloc` _may_ return either a `NULL`
_or_ a pointer that is not writeable.  Most systems return a non-`NULL`
pointer; AIX is an outlier.  We should be able to cope with this AIXy
behavior, so this adds an option to emulate it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `GIT_DEBUG_STRICT_ALLOC` to help identify problematic callers of
allocation code that pass a `0` size to the allocators and then expect a
non-`NULL` return.

When given a 0-size allocation, `malloc` _may_ return either a `NULL`
_or_ a pointer that is not writeable.  Most systems return a non-`NULL`
pointer; AIX is an outlier.  We should be able to cope with this AIXy
behavior, so this adds an option to emulate it.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECK</title>
<updated>2020-11-21T21:54:13+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-07-12T17:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8aed4629b13a5335c0d84792a61c303274f1e09c'/>
<id>8aed4629b13a5335c0d84792a61c303274f1e09c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>negotiate: use GSS.framework on macOS</title>
<updated>2019-10-13T11:54:05+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2019-09-21T06:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=dbc17a7e94909d232420f25f166b732623f9451b'/>
<id>dbc17a7e94909d232420f25f166b732623f9451b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: remove extra GIT_NTLM define</title>
<updated>2019-10-13T11:54:04+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2019-10-13T11:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0eecb660851028c13b31550a2230bc50d28fa188'/>
<id>0eecb660851028c13b31550a2230bc50d28fa188</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>http: provide an NTLM authentication provider</title>
<updated>2019-06-10T18:58:22+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-03-07T16:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=3192e3c970f490164852dd76f928b753f821e40d'/>
<id>3192e3c970f490164852dd76f928b753f821e40d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ntlm: add ntlmclient as a dependency</title>
<updated>2019-06-10T18:58:22+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-03-22T01:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a7f65f03bd1150f48398eaf48703f90025b41342'/>
<id>a7f65f03bd1150f48398eaf48703f90025b41342</id>
<content type='text'>
Include https://github.com/ethomson/ntlmclient as a dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include https://github.com/ethomson/ntlmclient as a dependency.
</pre>
</div>
</content>
</entry>
</feed>
