<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch utf8-win</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>Add bounds checking to UTF-8 conversion</title>
<updated>2012-08-29T06:26:00+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-08-29T05:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0f4c61754bd123b3bee997b397187c9b813ca3e4'/>
<id>0f4c61754bd123b3bee997b397187c9b813ca3e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: Keep UTF-8 on the stack yo</title>
<updated>2012-08-29T06:09:43+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-08-06T10:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6813169ac9fe2558e4503f0149f22c5fad9d61c1'/>
<id>6813169ac9fe2558e4503f0149f22c5fad9d61c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UTF-8 changes yo</title>
<updated>2012-08-29T06:09:42+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-04-25T23:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3b73a03497e4fd67459960318308c9265bcd7805'/>
<id>3b73a03497e4fd67459960318308c9265bcd7805</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 #905 from carlosmn/signature-now</title>
<updated>2012-08-28T20:55:55+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-08-28T20:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=319ad0ba208ec67523a808269b8662c88727a0c9'/>
<id>319ad0ba208ec67523a808269b8662c88727a0c9</id>
<content type='text'>
signature: make the OS give us the offset for git_signature_now</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
signature: make the OS give us the offset for git_signature_now</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parentheses warning</title>
<updated>2012-08-28T18:22:44+00:00</updated>
<author>
<name>Michael Schubert</name>
<email>schu@schu.io</email>
</author>
<published>2012-08-28T18:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0844ed069e3a09fd2438b5704ee1519182634520'/>
<id>0844ed069e3a09fd2438b5704ee1519182634520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>signature: make the OS give us the offset for git_signature_now</title>
<updated>2012-08-28T16:02:12+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@elego.de</email>
</author>
<published>2012-08-28T16:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d03d309b1082af7002e82c4b7028b23836d7e905'/>
<id>d03d309b1082af7002e82c4b7028b23836d7e905</id>
<content type='text'>
There is a better and less fragile way to calculate time offsets. Let
the OS take care of dealing with DST and simply take the the offset
between the local time and UTC that it gives us.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a better and less fragile way to calculate time offsets. Let
the OS take care of dealing with DST and simply take the the offset
between the local time and UTC that it gives us.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: make cert check ignore work for invalid certs, not just CNs</title>
<updated>2012-08-28T13:39:06+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@elego.de</email>
</author>
<published>2012-08-28T12:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0d5dce268d47c4ecfb3f8cdda3379cd606630105'/>
<id>0d5dce268d47c4ecfb3f8cdda3379cd606630105</id>
<content type='text'>
Passing SSL_VERIFY_PEER makes OpenSSL shut down the connection if the
certificate is invalid, without giving us a chance to ignore that
error. Pass SSL_VERIFY_NONE and call SSL_get_verify_result if the user
wanted us to check.

When no CNs match, we used to jump to on_error which gave a bogus
error as that's for OpenSSL errors. Jump to cert_fail so we tell the
user that the error came from checking the certificate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing SSL_VERIFY_PEER makes OpenSSL shut down the connection if the
certificate is invalid, without giving us a chance to ignore that
error. Pass SSL_VERIFY_NONE and call SSL_get_verify_result if the user
wanted us to check.

When no CNs match, we used to jump to on_error which gave a bogus
error as that's for OpenSSL errors. Jump to cert_fail so we tell the
user that the error came from checking the certificate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'branch-delete-ref' into development</title>
<updated>2012-08-27T21:54:52+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-08-27T21:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=62eafd0620eff3d7ca3659a3f4a4808488f0b2c3'/>
<id>62eafd0620eff3d7ca3659a3f4a4808488f0b2c3</id>
<content type='text'>
Conflicts:
	include/git2/refs.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	include/git2/refs.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #904 from arrbee/better-object-peel</title>
<updated>2012-08-27T21:52:26+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-08-27T21:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bd2887a5e5d823b2fc9debef245bcd865ba3dd83'/>
<id>bd2887a5e5d823b2fc9debef245bcd865ba3dd83</id>
<content type='text'>
Make git_object_peel a bit smarter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make git_object_peel a bit smarter</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #897 from nulltoken/topic/git_reference_check_format</title>
<updated>2012-08-27T20:39:17+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-08-27T20:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b9d283d14aac37ed6b4e83aed2c17e0e7040d677'/>
<id>b9d283d14aac37ed6b4e83aed2c17e0e7040d677</id>
<content type='text'>
refs: expose git_reference_normalize_name()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refs: expose git_reference_normalize_name()</pre>
</div>
</content>
</entry>
</feed>
