<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyeclib.git/src/c, branch plugin_internal_rs</title>
<subtitle>opendev.org: openstack/pyeclib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/'/>
<entry>
<title>Plugging in new internal RS backend into pyeclib</title>
<updated>2015-05-19T17:31:54+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmgreen2@gmail.com</email>
</author>
<published>2015-05-19T17:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=169feb5589f9b342c0f013a89cb69c7caa6dc1b5'/>
<id>169feb5589f9b342c0f013a89cb69c7caa6dc1b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Guide users to liberasurecode messages in syslog upon errors</title>
<updated>2015-03-13T08:07:03+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-03-11T16:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=16cbe3c9f6ac9ebd392d8fc95bef2e7b59d127d9'/>
<id>16cbe3c9f6ac9ebd392d8fc95bef2e7b59d127d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap calls to pyeclib_c in core.py with try/catch and wrote example</title>
<updated>2015-03-11T05:46:38+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmg@box.com</email>
</author>
<published>2015-03-10T15:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=f48656c5d7a06a759499be9f6945ac8bc26d8d55'/>
<id>f48656c5d7a06a759499be9f6945ac8bc26d8d55</id>
<content type='text'>
test to validate exceptions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test to validate exceptions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Return liberasurecode errors in fixed length string buffers</title>
<updated>2015-03-09T21:02:01+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-03-09T00:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=d71d280ed70c4ff67db6771f838b9b773d46d13c'/>
<id>d71d280ed70c4ff67db6771f838b9b773d46d13c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve pyeclib error reporting (expose liberasurecode err returns)</title>
<updated>2015-03-08T09:17:38+00:00</updated>
<author>
<name>Tushar Gohad</name>
<email>tushar.gohad@intel.com</email>
</author>
<published>2015-03-08T09:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=189cf74381b3fe5bae37573da9f2d304aa4146ee'/>
<id>189cf74381b3fe5bae37573da9f2d304aa4146ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use liberasurecode_get_fragment_size</title>
<updated>2015-03-05T06:54:26+00:00</updated>
<author>
<name>Kota Tsuyuzaki</name>
<email>bloodeagle40234@gmail.com</email>
</author>
<published>2015-03-05T06:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=16b49c501afb076ba2c18cb817e7fa50af926b87'/>
<id>16b49c501afb076ba2c18cb817e7fa50af926b87</id>
<content type='text'>
Currently both liberasurecode and PyECLib have fragment size
calculation by dividing alignment data length. However it might cause
size mismatch because of backend specific metadata added to each
fragment. To prevent such a mismatch, we should use
liberasurecode_get_fragment_size which allows to retrieve fragment_size
from liberasurecode directly instead of calculation itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently both liberasurecode and PyECLib have fragment size
calculation by dividing alignment data length. However it might cause
size mismatch because of backend specific metadata added to each
fragment. To prevent such a mismatch, we should use
liberasurecode_get_fragment_size which allows to retrieve fragment_size
from liberasurecode directly instead of calculation itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>This is part of Kota's pull request #17.</title>
<updated>2015-02-07T22:55:59+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmgreen2@gmail.com</email>
</author>
<published>2015-02-07T22:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=cf0a5be97c0f1a9d965cb3099c1eaa1d8b203bdf'/>
<id>cf0a5be97c0f1a9d965cb3099c1eaa1d8b203bdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for decode metadata checks.</title>
<updated>2015-02-07T22:25:10+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmgreen2@gmail.com</email>
</author>
<published>2015-02-07T22:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=30a74e4483a510ef270e181db091b4e60e44b782'/>
<id>30a74e4483a510ef270e181db091b4e60e44b782</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding support for checking fragment metadata during decode and plumbing</title>
<updated>2015-02-07T19:12:52+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmgreen2@gmail.com</email>
</author>
<published>2015-02-04T06:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=bcf856f4dac541e78763398c98584e6382d4359c'/>
<id>bcf856f4dac541e78763398c98584e6382d4359c</id>
<content type='text'>
ragne parameter from python down to the C API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ragne parameter from python down to the C API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the API for check_metadata to return more structured success and error</title>
<updated>2015-02-04T05:46:19+00:00</updated>
<author>
<name>Kevin Greenan</name>
<email>kmgreen2@gmail.com</email>
</author>
<published>2015-02-04T05:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyeclib.git/commit/?id=3b36b99799d4d7bb7e43490dacf4a57b0528730b'/>
<id>3b36b99799d4d7bb7e43490dacf4a57b0528730b</id>
<content type='text'>
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
information.
</pre>
</div>
</content>
</entry>
</feed>
