<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/liberasurecode.git/src/utils, branch basic_rs</title>
<subtitle>github.com: openstack/liberasurecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/'/>
<entry>
<title>This fixed the memory leak mentioned in Issue #12:</title>
<updated>2015-04-27T18:59:32+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmg@box.com</email>
</author>
<published>2015-04-27T18:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=5afed811936994cee54f923e5d69174bd14a5bb7'/>
<id>5afed811936994cee54f923e5d69174bd14a5bb7</id>
<content type='text'>
https://bitbucket.org/tsg-/liberasurecode/issue/12/make-valgrind-test-fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bitbucket.org/tsg-/liberasurecode/issue/12/make-valgrind-test-fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Add md5sum implementation</title>
<updated>2015-03-08T08:56:16+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-03-08T08:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=688ed3260d0b931fd48703930ce0c36f5ef0b85a'/>
<id>688ed3260d0b931fd48703930ce0c36f5ef0b85a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile in pedantic mode and fail compilation on warnings. Also cleanup all existing warnings.</title>
<updated>2014-09-11T00:13:45+00:00</updated>
<author>
<name>Eric Lambert</name>
<email>eric_lambert@xyratex.com</email>
</author>
<published>2014-09-11T00:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=512353f8be456f9f8045faafbdb3356a4dbdb8ad'/>
<id>512353f8be456f9f8045faafbdb3356a4dbdb8ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>algsig: Move jerasure backend dlopen up a level</title>
<updated>2014-07-23T01:25:30+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2014-07-23T01:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=5b393fab81a3326553827ab7b1cda0ca008468a0'/>
<id>5b393fab81a3326553827ab7b1cda0ca008468a0</id>
<content type='text'>
.. also check for errors

Signed-off-by: Tushar Gohad &lt;tushar.gohad@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.. also check for errors

Signed-off-by: Tushar Gohad &lt;tushar.gohad@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ripping out galois.[ch] and dynamically pulling the multiplication functon from jerasure</title>
<updated>2014-07-22T20:37:39+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmg@box.com</email>
</author>
<published>2014-07-22T20:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=59bec942cb5e9a5c6206c5d2d46e443bf1ec09df'/>
<id>59bec942cb5e9a5c6206c5d2d46e443bf1ec09df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some compile errors in galois.c</title>
<updated>2014-07-22T15:28:46+00:00</updated>
<author>
<name>Eric Lambert</name>
<email>eric_lambert@xyratex.com</email>
</author>
<published>2014-07-22T15:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=99b47cb356d5cc59e1484a0e947a989171d4b2f7'/>
<id>99b47cb356d5cc59e1484a0e947a989171d4b2f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gf: Convert exit(1)s to return statements</title>
<updated>2014-07-21T16:36:33+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2014-07-21T16:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=94c0253253957eab810037ac6b9eadd02403e036'/>
<id>94c0253253957eab810037ac6b9eadd02403e036</id>
<content type='text'>
... shared library should not call exit()

Signed-off-by: Tushar Gohad &lt;tushar.gohad@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... shared library should not call exit()

Signed-off-by: Tushar Gohad &lt;tushar.gohad@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>alg_sig.h was moved to topdir/include</title>
<updated>2014-07-17T10:03:07+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2014-07-17T09:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=cd9ba46771d4ba453c598f33745212e5a2ba91d6'/>
<id>cd9ba46771d4ba453c598f33745212e5a2ba91d6</id>
<content type='text'>
Signed-off-by: Tushar Gohad &lt;tushar.gohad@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tushar Gohad &lt;tushar.gohad@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding Jerasure backend</title>
<updated>2014-07-18T06:06:35+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmgreen2@gmail.com</email>
</author>
<published>2014-07-18T03:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=d551320fa8444d1a184d3d1dc12f77c4e2ec1fc5'/>
<id>d551320fa8444d1a184d3d1dc12f77c4e2ec1fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove required gf-complete dependency from liberasurecode.</title>
<updated>2014-07-16T15:43:47+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmgreen2@gmail.com</email>
</author>
<published>2014-07-16T15:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/liberasurecode.git/commit/?id=0be44ad3ca61604a719edc1257ca9dfc258bdc0b'/>
<id>0be44ad3ca61604a719edc1257ca9dfc258bdc0b</id>
<content type='text'>
NOTE: We need to ensure that any erasure code backend using algebraic
signatures *must use* the same exact GF as those used in this library.  This
usually means same 'w' and primitive polynomial.

I plan to make the same change to Jerasure, so it will be compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: We need to ensure that any erasure code backend using algebraic
signatures *must use* the same exact GF as those used in this library.  This
usually means same 'w' and primitive polynomial.

I plan to make the same change to Jerasure, so it will be compatible.
</pre>
</div>
</content>
</entry>
</feed>
