<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/deps, branch ethomson/credtype</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>ntlm: prevent (spurious) compiler warnings</title>
<updated>2020-01-09T21:37:18+00:00</updated>
<author>
<name>Josh Bleecher Snyder</name>
<email>josharian@gmail.com</email>
</author>
<published>2020-01-09T21:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=93def7ad643988a1a1541f62132fe53151454610'/>
<id>93def7ad643988a1a1541f62132fe53151454610</id>
<content type='text'>
Pull in commit

https://github.com/ethomson/ntlmclient/commit/e7b2583e1bc28c33c43854e7c318e859b4e83bef

to fix #5353.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull in commit

https://github.com/ethomson/ntlmclient/commit/e7b2583e1bc28c33c43854e7c318e859b4e83bef

to fix #5353.</pre>
</div>
</content>
</entry>
<entry>
<title>ntlm: fix failure to find openssl headers</title>
<updated>2019-08-29T21:03:46+00:00</updated>
<author>
<name>Jason Haslam</name>
<email>jason@scitools.com</email>
</author>
<published>2019-08-29T21:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7218cf47e1e1490bb9f4573f492414d2a2691dbd'/>
<id>7218cf47e1e1490bb9f4573f492414d2a2691dbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zlib: remove unused functions</title>
<updated>2019-06-24T16:27:23+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-06-15T21:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9f3441ccf5caee60eba3d46629c15501be6bb165'/>
<id>9f3441ccf5caee60eba3d46629c15501be6bb165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>http_parser: cast pointer arithmetic safely</title>
<updated>2019-06-24T14:00:40+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-05-20T13:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b292c35fef2c0e509571a12f55a35e2ea30ef944'/>
<id>b292c35fef2c0e509571a12f55a35e2ea30ef944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deps: ntlmclient: disable implicit fallthrough warnings</title>
<updated>2019-06-14T06:44:13+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2019-06-14T06:44:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=358b7a9d1d4a18a7047f9e99fdd272259f7c5ab8'/>
<id>358b7a9d1d4a18a7047f9e99fdd272259f7c5ab8</id>
<content type='text'>
The ntlmclient dependency has quite a lot of places with implicit
fallthroughs. As at least modern GCC has enabled warnings on
implicit fallthroughs by default, the developer is greeted with a
wall of warnings when compiling that dependency.

Disable implicit fallthrough warnings for ntlmclient to fix this
issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ntlmclient dependency has quite a lot of places with implicit
fallthroughs. As at least modern GCC has enabled warnings on
implicit fallthroughs by default, the developer is greeted with a
wall of warnings when compiling that dependency.

Disable implicit fallthrough warnings for ntlmclient to fix this
issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>http_parser: handle URLs with colon but no port</title>
<updated>2019-06-11T20:55:31+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-06-11T20:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1bbdec69bef50208f77f0c4cbac7c6b56c35973f'/>
<id>1bbdec69bef50208f77f0c4cbac7c6b56c35973f</id>
<content type='text'>
When the end of the host is reached, and we're at the colon separating
the host with the port (ie, there is no numeric port) then do not error.
This is allowed by RFC 3986.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the end of the host is reached, and we're at the colon separating
the host with the port (ie, there is no numeric port) then do not error.
This is allowed by RFC 3986.
</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://git.baserock.org/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>
<entry>
<title>cmake: disable fallthrough warnings for PCRE</title>
<updated>2019-05-22T10:47:04+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-05-22T10:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1f9b72225d8ef45b3831f81eac46492bbf5071ec'/>
<id>1f9b72225d8ef45b3831f81eac46492bbf5071ec</id>
<content type='text'>
Our PCRE dependency has uncommented fallthroughs in switch statements.
Turn off warnings for those in the PCRE code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our PCRE dependency has uncommented fallthroughs in switch statements.
Turn off warnings for those in the PCRE code.
</pre>
</div>
</content>
</entry>
<entry>
<title>regex: don't warn on unused functions</title>
<updated>2019-05-19T10:12:13+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-01-13T10:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e4b2ef87c75ea48cba55bb32c327051ca82ddd90'/>
<id>e4b2ef87c75ea48cba55bb32c327051ca82ddd90</id>
<content type='text'>
PCRE includes compatibility functions that may go unused.  Don't warn.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PCRE includes compatibility functions that may go unused.  Don't warn.
</pre>
</div>
</content>
</entry>
<entry>
<title>regexec: use pcre as our fallback/builtin regex</title>
<updated>2019-05-19T10:12:13+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-01-12T22:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9ceafb57b2c91732cf7fc0a2be02808f871d5a8b'/>
<id>9ceafb57b2c91732cf7fc0a2be02808f871d5a8b</id>
<content type='text'>
Use PCRE 8.42 as the builtin regex implementation, using its POSIX
compatibility layer.  PCRE uses ASCII by default and the users locale
will not influence its behavior, so its `regcomp` implementation is
similar to `regcomp_l` with a C locale.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use PCRE 8.42 as the builtin regex implementation, using its POSIX
compatibility layer.  PCRE uses ASCII by default and the users locale
will not influence its behavior, so its `regcomp` implementation is
similar to `regcomp_l` with a C locale.
</pre>
</div>
</content>
</entry>
</feed>
