<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/codeql</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>ci: run codeql</title>
<updated>2020-12-16T10:43:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-11-24T00:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=7d1c5d692703aae1a9acb18cf956c897da11ed59'/>
<id>7d1c5d692703aae1a9acb18cf956c897da11ed59</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 #5740 from libgit2/ethomson/zlib</title>
<updated>2020-12-16T00:16:10+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-16T00:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1865806e466d0b18d399ba877b940ab331d365b3'/>
<id>1865806e466d0b18d399ba877b940ab331d365b3</id>
<content type='text'>
pack: continue zlib while we can make progress</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pack: continue zlib while we can make progress</pre>
</div>
</content>
</entry>
<entry>
<title>pack: continue zlib while we can make progress</title>
<updated>2020-12-15T23:13:31+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-15T23:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=93f61c5a9f638e76189cef2dbde7839a9af5ff54'/>
<id>93f61c5a9f638e76189cef2dbde7839a9af5ff54</id>
<content type='text'>
Continue the zlib stream as long as we can make progress; stop when we
stop getting output _or_ when zlib stops taking input from us.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Continue the zlib stream as long as we can make progress; stop when we
stop getting output _or_ when zlib stops taking input from us.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4418 from libgit2/cmn/rc4</title>
<updated>2020-12-14T17:47:24+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-14T17:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4ab9567f6968f3cdd58ad260ba7782b6e46ca02e'/>
<id>4ab9567f6968f3cdd58ad260ba7782b6e46ca02e</id>
<content type='text'>
Re-enable the RC4 test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-enable the RC4 test</pre>
</div>
</content>
</entry>
<entry>
<title>badssl: RC4 should not fail with ECERTIFICATE</title>
<updated>2020-12-14T10:43:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-14T10:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=589b8129e065b0bcfdbb7c4eee815b6e149218bc'/>
<id>589b8129e065b0bcfdbb7c4eee815b6e149218bc</id>
<content type='text'>
Using RC4 is not a _certificate_ problem, it's a cipher problem.  The
SSL implementation should and will fail with an unrecoverable error
(-1).  There's no opportunity to accept/continue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using RC4 is not a _certificate_ problem, it's a cipher problem.  The
SSL implementation should and will fail with an unrecoverable error
(-1).  There's no opportunity to accept/continue.
</pre>
</div>
</content>
</entry>
<entry>
<title>badssl: re-enable RC4 test</title>
<updated>2020-12-13T15:56:36+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2017-11-18T14:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=89ffa98eacde35b045b16586be196dc2ca89ab0c'/>
<id>89ffa98eacde35b045b16586be196dc2ca89ab0c</id>
<content type='text'>
This used to fail with an error indicating a mis-use of OpenSSL on platforms
using it due to poor error handling. Re-enable it even if this isn't the right
error code to use for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This used to fail with an error indicating a mis-use of OpenSSL on platforms
using it due to poor error handling. Re-enable it even if this isn't the right
error code to use for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5727 from lhchavez/make-git-diff-fast</title>
<updated>2020-12-13T15:18:12+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-13T15:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=d185ab24af9498cfce524e53bb82229079ad2af5'/>
<id>d185ab24af9498cfce524e53bb82229079ad2af5</id>
<content type='text'>
Cache the parsed submodule config when diffing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache the parsed submodule config when diffing</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5735 from lhchavez/faster-strntol64</title>
<updated>2020-12-13T13:46:16+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-13T13:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=851e778ec7b1a7d9e3a072322b2e9b976a5241f6'/>
<id>851e778ec7b1a7d9e3a072322b2e9b976a5241f6</id>
<content type='text'>
Make git__strntol64() ~70%* faster</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make git__strntol64() ~70%* faster</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5384 from ianhattendorf/fix/winhttp-client-cert</title>
<updated>2020-12-13T13:44:56+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-13T13:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=86a1cdd38ee1cad0c578373a3888b92dbcb30106'/>
<id>86a1cdd38ee1cad0c578373a3888b92dbcb30106</id>
<content type='text'>
winhttp: support optional client cert</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
winhttp: support optional client cert</pre>
</div>
</content>
</entry>
<entry>
<title>README: show v1.1 build status</title>
<updated>2020-12-13T13:21:11+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-12-13T13:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=21fe183e1c5a9d4b39af8d76a8825c3d2ab61fe6'/>
<id>21fe183e1c5a9d4b39af8d76a8825c3d2ab61fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
