<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/config-refresh-remove</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>config: remove the refresh function and backend field</title>
<updated>2014-10-23T17:05:02+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-10-23T17:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=55cb4999720f46eddb97e25e7ddc6ac068dd0bae'/>
<id>55cb4999720f46eddb97e25e7ddc6ac068dd0bae</id>
<content type='text'>
We have been refreshing on read and write for a while now, so
git_config_refresh() is at best a no-op, and might just end up wasting
cycles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have been refreshing on read and write for a while now, so
git_config_refresh() is at best a no-op, and might just end up wasting
cycles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2622 from libgit2/refresh-config-snapshot</title>
<updated>2014-10-23T16:58:39+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-10-23T16:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4bb6ffb6bb8ad9d49eb173350be965183cd09c96'/>
<id>4bb6ffb6bb8ad9d49eb173350be965183cd09c96</id>
<content type='text'>
Refresh git configuration before looking for the tracking branch redux.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refresh git configuration before looking for the tracking branch redux.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2625 from libgit2/cmn/ssl-tls</title>
<updated>2014-10-23T15:27:13+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-10-23T15:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d676af43da6603f1b31fb6d2d3eb02793b260ad0'/>
<id>d676af43da6603f1b31fb6d2d3eb02793b260ad0</id>
<content type='text'>
ssl: dump the SSL ciphers in favour of TLS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssl: dump the SSL ciphers in favour of TLS</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: dump the SSL ciphers in favour of TLS</title>
<updated>2014-10-23T13:56:29+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-10-18T13:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f0f9737094080a3c23abc013347a66342d360ec5'/>
<id>f0f9737094080a3c23abc013347a66342d360ec5</id>
<content type='text'>
All versions of SSL are considered deprecated now, so let's ask OpenSSl
to only use TLSv1. We still ask it to load those ciphers for
compatibility with servers which want to use an older hello but will use
TLS for encryption.

For good measure we also disable compression, which can be exploitable,
if the OpenSSL version supports it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All versions of SSL are considered deprecated now, so let's ask OpenSSl
to only use TLSv1. We still ask it to load those ciphers for
compatibility with servers which want to use an older hello but will use
TLS for encryption.

For good measure we also disable compression, which can be exploitable,
if the OpenSSL version supports it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from @carlosmn to refresh the parent config before snapshotting.</title>
<updated>2014-10-23T04:21:30+00:00</updated>
<author>
<name>Alan Rogers</name>
<email>alanjrogers@me.com</email>
</author>
<published>2014-10-20T22:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ad5adacb1d1913620f022d7bb6c9b877ff3a4faf'/>
<id>ad5adacb1d1913620f022d7bb6c9b877ff3a4faf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the length of the file so that the change is picked up.</title>
<updated>2014-10-23T04:21:29+00:00</updated>
<author>
<name>Alan Rogers</name>
<email>alanjrogers@me.com</email>
</author>
<published>2014-10-20T22:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1e2fe921a5fc8ad8188b69956179703f10d0a4ad'/>
<id>1e2fe921a5fc8ad8188b69956179703f10d0a4ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test to make sure a new snapshot has the new value.</title>
<updated>2014-10-23T04:21:04+00:00</updated>
<author>
<name>Alan Rogers</name>
<email>alanjrogers@me.com</email>
</author>
<published>2014-10-16T02:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5490c9d47036c44a255d3177f93664f4e034834b'/>
<id>5490c9d47036c44a255d3177f93664f4e034834b</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 #2617 from linquize/describe-example</title>
<updated>2014-10-23T03:48:04+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-10-23T03:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=943fde7f8c1d270c2f0b73ff52f07b91e1983390'/>
<id>943fde7f8c1d270c2f0b73ff52f07b91e1983390</id>
<content type='text'>
describe: add example</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
describe: add example</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2619 from ethomson/remotes_with_unc</title>
<updated>2014-10-23T03:38:59+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-10-23T03:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=196f3b1a9fcebea574aacb03bc31f6468a7647b4'/>
<id>196f3b1a9fcebea574aacb03bc31f6468a7647b4</id>
<content type='text'>
Remote paths: canonicalize UNC paths on Win32</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote paths: canonicalize UNC paths on Win32</pre>
</div>
</content>
</entry>
<entry>
<title>Remote paths: canonicalize UNC paths on Win32</title>
<updated>2014-10-22T21:49:53+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-10-14T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=12f32d919390f47124bed41d6c54d75b666e1e5e'/>
<id>12f32d919390f47124bed41d6c54d75b666e1e5e</id>
<content type='text'>
Git for Windows will handle UNC paths only when in forward-slash
format, eg "//server/path".  When given a UNC path as a remote,
rewrite standard format ("\\server\path") into this ridiculous
format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Git for Windows will handle UNC paths only when in forward-slash
format, eg "//server/path".  When given a UNC path as a remote,
rewrite standard format ("\\server\path") into this ridiculous
format.
</pre>
</div>
</content>
</entry>
</feed>
