<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch stopwatch</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>Improvements to stopwatch implementation</title>
<updated>2013-09-21T22:25:54+00:00</updated>
<author>
<name>Philip Kelley</name>
<email>phkelley@hotmail.com</email>
</author>
<published>2013-09-21T22:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=e4987b6ce2db08d87463ef9291151ed6cb4839f2'/>
<id>e4987b6ce2db08d87463ef9291151ed6cb4839f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stopwatch APIs for timing</title>
<updated>2013-09-21T14:02:11+00:00</updated>
<author>
<name>Philip Kelley</name>
<email>phkelley@hotmail.com</email>
</author>
<published>2013-09-21T13:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=37bf1bc129e10fec17e9d1cd9674f659fb01670f'/>
<id>37bf1bc129e10fec17e9d1cd9674f659fb01670f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>msvc: No void* arithmetic on Windows</title>
<updated>2013-09-18T01:54:17+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-09-18T01:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=5a284edca42dd75cf62b3fe75020819fcfcea9f3'/>
<id>5a284edca42dd75cf62b3fe75020819fcfcea9f3</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 #1860 from libgit2/cmn/indexer-hash</title>
<updated>2013-09-18T01:49:47+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-09-18T01:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=4cf9323be1ed856e8d8b3d5c41390ea89e0583d3'/>
<id>4cf9323be1ed856e8d8b3d5c41390ea89e0583d3</id>
<content type='text'>
indexer: check the packfile trailer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indexer: check the packfile trailer</pre>
</div>
</content>
</entry>
<entry>
<title>indexer: don't reiterate the class in the message</title>
<updated>2013-09-18T00:27:31+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-09-18T00:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=e0aa6fc136c2e92b18ce1874e4bf5ec2e44ea928'/>
<id>e0aa6fc136c2e92b18ce1874e4bf5ec2e44ea928</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>indexer: check the packfile trailer for correctness</title>
<updated>2013-09-18T00:27:31+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-09-17T15:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=98eb2c59e829d56cf3ae5cf93ae197ee8f4a415b'/>
<id>98eb2c59e829d56cf3ae5cf93ae197ee8f4a415b</id>
<content type='text'>
The packfile trailer gets sent over and we should check whether it's
correct as part of our sanity checks of the packfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The packfile trailer gets sent over and we should check whether it's
correct as part of our sanity checks of the packfile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1858 from linquize/win32-template-dir</title>
<updated>2013-09-17T17:21:22+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-09-17T17:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=3d4f169867faf79abcfdff6667b361d88bb2e3b3'/>
<id>3d4f169867faf79abcfdff6667b361d88bb2e3b3</id>
<content type='text'>
Configurable template dir for Win32</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Configurable template dir for Win32</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1847 from libgit2/filters-alternative</title>
<updated>2013-09-17T16:57:55+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-09-17T16:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=bb371b62e950e3307d3acf2f772495a60565d266'/>
<id>bb371b62e950e3307d3acf2f772495a60565d266</id>
<content type='text'>
Alternative proposal for filter API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alternative proposal for filter API</pre>
</div>
</content>
</entry>
<entry>
<title>Update clar and recreate cl_assert_equal_sz</title>
<updated>2013-09-17T16:31:46+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-09-16T22:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=f60ed4e6495b8bf68d0604335672e6f300330b3b'/>
<id>f60ed4e6495b8bf68d0604335672e6f300330b3b</id>
<content type='text'>
This updates clar to the version without cl_assert_equal_sz and
then adds a new version of that macro the clar_libgit2.h.  The new
version works around a strange issue that seemed to be arising on
release builds with VS 10 64-bit builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates clar to the version without cl_assert_equal_sz and
then adds a new version of that macro the clar_libgit2.h.  The new
version works around a strange issue that seemed to be arising on
release builds with VS 10 64-bit builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes and cleanups</title>
<updated>2013-09-17T16:31:46+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-09-16T19:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=eefc32d54944ead5a5e3041c1b1f6c8c946cc014'/>
<id>eefc32d54944ead5a5e3041c1b1f6c8c946cc014</id>
<content type='text'>
This contains a few bug fixes and some header and API cleanups.

The main API change is that filters should now use GIT_PASSTHROUGH
to indicate that they wish to skip processing a file instead of
GIT_ENOTFOUND.

The bug fixes include a possible out-of-range buffer access in
the ident filter, a filter ordering problem I introduced into the
custom filter tests on Windows, and a filter buf NUL termination
issue that was coming up on Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This contains a few bug fixes and some header and API cleanups.

The main API change is that filters should now use GIT_PASSTHROUGH
to indicate that they wish to skip processing a file instead of
GIT_ENOTFOUND.

The bug fixes include a possible out-of-range buffer access in
the ident filter, a filter ordering problem I introduced into the
custom filter tests on Windows, and a filter buf NUL termination
issue that was coming up on Linux.
</pre>
</div>
</content>
</entry>
</feed>
