<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2/common.h, branch cmn/server-errors</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>doc: add documentation to all the public structs and enums</title>
<updated>2014-12-06T02:44:40+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-06T02:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a295bd2dc4a1ac2b15b9c39089d148499e6e9e00'/>
<id>a295bd2dc4a1ac2b15b9c39089d148499e6e9e00</id>
<content type='text'>
This makes them show up in the reference, even if the text itself isn't
the most descriptive.

These have been found with

    grep -Przon '\n\ntypedef struct.*?\{' -- include
    grep -Przon '\n\ntypedef enum.*?\{' -- include
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes them show up in the reference, even if the text itself isn't
the most descriptive.

These have been found with

    grep -Przon '\n\ntypedef struct.*?\{' -- include
    grep -Przon '\n\ntypedef enum.*?\{' -- include
</pre>
</div>
</content>
</entry>
<entry>
<title>Move un-namespaced constant to internal header</title>
<updated>2014-10-10T22:17:05+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-10-10T22:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=babbff347c19473a8ce571c6ef3fbd0cc7b8d9de'/>
<id>babbff347c19473a8ce571c6ef3fbd0cc7b8d9de</id>
<content type='text'>
FLAG_BITS only seems to be used internally
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FLAG_BITS only seems to be used internally
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2588 from swansontec/ssl-cert-path2</title>
<updated>2014-10-10T15:42:52+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-10-10T15:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9b36537de4d3db38e4c45a177cc42736fba0e3b8'/>
<id>9b36537de4d3db38e4c45a177cc42736fba0e3b8</id>
<content type='text'>
Add support for setting the SSL CA location</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for setting the SSL CA location</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for setting the SSL CA location</title>
<updated>2014-10-01T00:26:39+00:00</updated>
<author>
<name>William Swanson</name>
<email>swansontec@gmail.com</email>
</author>
<published>2014-09-27T03:31:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=737b445a1866706f271e163427823471bee8fb95'/>
<id>737b445a1866706f271e163427823471bee8fb95</id>
<content type='text'>
This allows users to specify self-signed certificates, or to provide their
own certificate stores on limited platforms such as mobile phones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows users to specify self-signed certificates, or to provide their
own certificate stores on limited platforms such as mobile phones.
</pre>
</div>
</content>
</entry>
<entry>
<title>object: introduce git_describe_object()</title>
<updated>2014-04-30T07:46:25+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2012-11-13T15:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=3a728fb508ea3eea8033a9e338c61a6421ad21b2'/>
<id>3a728fb508ea3eea8033a9e338c61a6421ad21b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>opts: bits are not bytes</title>
<updated>2014-03-24T12:21:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-03-23T14:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=6057c4a038d575ff02cdfce8ad93dfb541e90b2d'/>
<id>6057c4a038d575ff02cdfce8ad93dfb541e90b2d</id>
<content type='text'>
The default cache size is 256 megabytes, not megabits as claimed in the
docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default cache size is 256 megabytes, not megabits as claimed in the
docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>settings: use git_buf for returning strings</title>
<updated>2014-03-24T12:21:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-03-23T12:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=42dee8ecd78a10c91056ac80fdf0c67a4df57337'/>
<id>42dee8ecd78a10c91056ac80fdf0c67a4df57337</id>
<content type='text'>
This survived the last round of culling, as the signature is only in the
comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This survived the last round of culling, as the signature is only in the
comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the description for `GIT_FEATURE_SSH`.</title>
<updated>2014-03-03T11:59:35+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@gmail.com</email>
</author>
<published>2014-03-03T11:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=96484ecd9e133a08861aabd7391d48f470d64bd5'/>
<id>96484ecd9e133a08861aabd7391d48f470d64bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>features: Rename `_HAS_` to `_FEATURE_`</title>
<updated>2014-03-03T11:40:25+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2014-03-03T11:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ebb3c506fd880a383ea66679865e16e24253cb3a'/>
<id>ebb3c506fd880a383ea66679865e16e24253cb3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>caps: Rename the enum name too!</title>
<updated>2014-03-03T11:13:17+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2014-03-03T11:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2491c416ed84fb575506b0b58fb234ab2daa24fb'/>
<id>2491c416ed84fb575506b0b58fb234ab2daa24fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
