<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/liberasurecode.git/include, branch fixCompileError</title>
<subtitle>github.com: openstack/liberasurecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/'/>
<entry>
<title>Fragment metadata checksumming support</title>
<updated>2016-03-10T07:33:16+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tusharsg@gmail.com</email>
</author>
<published>2016-03-03T03:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=a6a8d2018d50068f1177ba9f826518b003dc5917'/>
<id>a6a8d2018d50068f1177ba9f826518b003dc5917</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 method to check if a backend is present.</title>
<updated>2016-03-09T06:06:19+00:00</updated>
<author>
<name>Timur Alperovich</name>
<email>timuralp@swiftstack.com</email>
</author>
<published>2016-03-07T23:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=c7a94df0724af30b26e3856f9c14344fc9b73a09'/>
<id>c7a94df0724af30b26e3856f9c14344fc9b73a09</id>
<content type='text'>
Uses dlopen to check if a backend is present. This may be used by
consumers who need to check which backends are present on a system.

Issue #23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses dlopen to check if a backend is present. This may be used by
consumers who need to check which backends are present on a system.

Issue #23
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use PATH_MAX const.</title>
<updated>2016-02-28T17:54:23+00:00</updated>
<author>
<name>Ondřej Nový</name>
<email>novy@ondrej.org</email>
</author>
<published>2016-02-28T09:58:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=9f10068e3e8140ee22ecbeb57cbad6d38e121cbf'/>
<id>9f10068e3e8140ee22ecbeb57cbad6d38e121cbf</id>
<content type='text'>
There are systems, for example Hurd, which doesn't define this constant
because there are no such limit. See [1] link for explanation.

[1] http://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are systems, for example Hurd, which doesn't define this constant
because there are no such limit. See [1] link for explanation.

[1] http://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor rev</title>
<updated>2015-12-10T11:14:37+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-12-10T11:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=8788462b7e354eb3769607acbe8175d6f0275f7a'/>
<id>8788462b7e354eb3769607acbe8175d6f0275f7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split helpers.h include for backward compatibility</title>
<updated>2015-09-22T21:47:15+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-09-20T19:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=398c48c95d532906e470f7b8559ac4d043717d20'/>
<id>398c48c95d532906e470f7b8559ac4d043717d20</id>
<content type='text'>
Users of liberasurecode &lt;= 1.0.7 used alloc/free helpers
(which they shouldn't have).  This change is to make sure
we are still able to those older revs of programs and they
work with newer liberasurecode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users of liberasurecode &lt;= 1.0.7 used alloc/free helpers
(which they shouldn't have).  This change is to make sure
we are still able to those older revs of programs and they
work with newer liberasurecode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate erasurecode_stdinc.h dependency on log.h</title>
<updated>2015-09-18T16:42:43+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-09-18T16:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=dc11fba6858e8a3fc8b83f36f45c96317e4a8d01'/>
<id>dc11fba6858e8a3fc8b83f36f45c96317e4a8d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fragment_header defn to main erasurecode header</title>
<updated>2015-09-17T23:23:01+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-09-17T23:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=5ac6ae9c12a6e4ca356d5e268b171d906e734e05'/>
<id>5ac6ae9c12a6e4ca356d5e268b171d906e734e05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.0.9</title>
<updated>2015-09-06T06:26:28+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-09-06T06:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=0c703b047a851aec93384e1eefc39155816ed445'/>
<id>0c703b047a851aec93384e1eefc39155816ed445</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce the (k + m &lt; 32) limit, add unit tests</title>
<updated>2015-08-18T08:30:34+00:00</updated>
<author>
<name>Kota Tsuyuzaki</name>
<email>bloodeagle40234@gmail.com</email>
</author>
<published>2015-08-18T08:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=c9ce822825a55e3254c2f9e74a139fc89310ddc0'/>
<id>c9ce822825a55e3254c2f9e74a139fc89310ddc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename MAJOR, MINOR version macros</title>
<updated>2015-08-06T19:46:09+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-08-06T19:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/liberasurecode.git/commit/?id=63829197d588c536898b6499a58639ae8029ac50'/>
<id>63829197d588c536898b6499a58639ae8029ac50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
