<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch threadsafe</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>Fix the threading implementation</title>
<updated>2011-03-17T20:16:54+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-17T20:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cb3e1334e8a5c3003fa0419442fc06d45508ac31'/>
<id>cb3e1334e8a5c3003fa0419442fc06d45508ac31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Thread safe cache</title>
<updated>2011-03-17T20:16:54+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-16T19:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=12d67a2a4e7f673e6239ac8865dfe8cb6ddcae53'/>
<id>12d67a2a4e7f673e6239ac8865dfe8cb6ddcae53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix headers for the new Revision Walker</title>
<updated>2011-03-16T21:59:09+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-16T21:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b5c5f0f8086ee4e9bccf0703386fd5219ac380c2'/>
<id>b5c5f0f8086ee4e9bccf0703386fd5219ac380c2</id>
<content type='text'>
The "oid.h" header is now included instead of "object.h".

The old "revwalk.h" header has been removed; it was empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "oid.h" header is now included instead of "object.h".

The old "revwalk.h" header has been removed; it was empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs are now always in-sync on disk</title>
<updated>2011-03-16T21:28:27+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-16T21:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7341bf87b111dfa0cf12761389e0e7a118363f42'/>
<id>7341bf87b111dfa0cf12761389e0e7a118363f42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define NO_GZIP in zconf.h instead of at compile time</title>
<updated>2011-03-16T21:02:31+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-16T21:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9f81a37aa416446726a00996dce01b02372a43b1'/>
<id>9f81a37aa416446726a00996dce01b02372a43b1</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 Revwalk reset behavior to the old version</title>
<updated>2011-03-15T23:53:25+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-15T23:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=36aaf1ff1a8540c364050f62f19f3021b6e121eb'/>
<id>36aaf1ff1a8540c364050f62f19f3021b6e121eb</id>
<content type='text'>
The `reset` call now removes the pushed commits so we can reuse
the revwalker. The API documentation has been updated with the details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `reset` call now removes the pushed commits so we can reuse
the revwalker. The API documentation has been updated with the details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix signature in `git_repository_gc`</title>
<updated>2011-03-15T23:10:40+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-15T23:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8613d4a930541dccdc948cb18e313551ec42cb0e'/>
<id>8613d4a930541dccdc948cb18e313551ec42cb0e</id>
<content type='text'>
The method returns an int with the amount of objects free'd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method returns an int with the amount of objects free'd
</pre>
</div>
</content>
</entry>
<entry>
<title>Export `git_repository_gc` properly</title>
<updated>2011-03-15T23:07:06+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-15T23:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=54a1b36c257a490f13a26d92d4c8e5e3912d00cd'/>
<id>54a1b36c257a490f13a26d92d4c8e5e3912d00cd</id>
<content type='text'>
One of my brainfarts made me export it as `git_repository_close` instead
of GC. Duh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of my brainfarts made me export it as `git_repository_close` instead
of GC. Duh.
</pre>
</div>
</content>
</entry>
<entry>
<title>Export `git_strarray_free` instead of inlining</title>
<updated>2011-03-15T23:06:15+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-15T23:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=955f9ae9bd25ceb59775463e04c0276209387b67'/>
<id>955f9ae9bd25ceb59775463e04c0276209387b67</id>
<content type='text'>
That way non-C bindings can use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way non-C bindings can use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly free commit a commit list in revwalk</title>
<updated>2011-03-15T23:04:17+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-03-15T23:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=36b313296638f8ae349e400ba9a7f5bbfb92b96f'/>
<id>36b313296638f8ae349e400ba9a7f5bbfb92b96f</id>
<content type='text'>
The commit list was not being properly free'd when a walk was stopped
halfway through.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commit list was not being properly free'd when a walk was stopped
halfway through.
</pre>
</div>
</content>
</entry>
</feed>
