<feed xmlns='http://www.w3.org/2005/Atom'>
<title>foofs/src/storage, branch master</title>
<subtitle>A flexible distributed encrypted filesystem which focuses on redundancy and local speed, with an eventual-consistency guarantee.</subtitle>
<id>https://git.amat.us/foofs/atom/src/storage?h=master</id>
<link rel='self' href='https://git.amat.us/foofs/atom/src/storage?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/'/>
<updated>2011-09-17T20:28:30Z</updated>
<entry>
<title>Add vim modeline to storage.h.</title>
<updated>2011-09-17T20:28:30Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-17T20:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=86fbf2c9a539f81d395fffdb3058f9e4bdd1d571'/>
<id>urn:sha1:86fbf2c9a539f81d395fffdb3058f9e4bdd1d571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Break GET handling into seperate file and change URL syntax.</title>
<updated>2011-09-17T20:26:26Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-17T20:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=3514ca96832297fdec523097d2f5b5ec21d5d145'/>
<id>urn:sha1:3514ca96832297fdec523097d2f5b5ec21d5d145</id>
<content type='text'>
The GET URL syntax was changed to agree with clean URL conventions.
The client can now specify a list of c-indexes to skip. It can also request a
particular c-index, these requests can be pipelined of course. This gives
the client the ability to list all the c-blocks it wants or doesn't want.
It now returns the X-Block-N headers before the c-blocks so that the client
can act in response to the data as it's being received. However this adds a
a delay between the generation of the X-Block-N headers and the reading
of the files in which they can disappear. It also uses potentially unbounded
memory, but we expect that the erasure coding scheme will limit the
number of possible c-blocks to 255.

P.S. Actually it always used potentially unbounded memory because the
footers were buffered by libmicrohttpd anyway.
</content>
</entry>
<entry>
<title>Change the PUT URL syntax and add missing existence check.</title>
<updated>2011-09-14T03:18:00Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-14T03:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=2e1af7d4d7bb46a07fd2cd77e1f233c717297573'/>
<id>urn:sha1:2e1af7d4d7bb46a07fd2cd77e1f233c717297573</id>
<content type='text'>
The PUT URL was changed to agree with clean URL conventions. You can
now strip off the query portion and use it as a GET URL to retrieve
the resource. There was also a missing existence check that a client
would use to save bandwith by not having to upload a c-block that the
storage node was already storing.
</content>
</entry>
<entry>
<title>Add working PUT verb.</title>
<updated>2011-09-13T05:34:56Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-13T05:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=2730ee7e46919ffaabbb26eae483188158b554d1'/>
<id>urn:sha1:2730ee7e46919ffaabbb26eae483188158b554d1</id>
<content type='text'>
Cleaned up some of the code. There are still some unhandled EINTRs in places
where I think they are unliely to occur, TODO's added. Tested with curl and
works fine in both normal and chunked modes.
</content>
</entry>
<entry>
<title>Skip over dot-files.</title>
<updated>2011-09-12T22:44:47Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-12T22:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=9fb1af76244804a0eaed6ffe7ae17a5fca40b30c'/>
<id>urn:sha1:9fb1af76244804a0eaed6ffe7ae17a5fca40b30c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New convenience functions strprintf() and copy_path_elem().</title>
<updated>2011-09-12T17:06:13Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-12T17:06:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=2b4fef03d137675c1ab3519f921643f195967ed2'/>
<id>urn:sha1:2b4fef03d137675c1ab3519f921643f195967ed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed indenting in Anjuta's editor.</title>
<updated>2011-09-11T05:06:24Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-11T05:06:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=3bffe02f2048ecc82995cba7b976de4400e1893c'/>
<id>urn:sha1:3bffe02f2048ecc82995cba7b976de4400e1893c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle a failed MHD_queue_response().</title>
<updated>2011-09-11T04:54:56Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-11T04:54:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=722ccec3693c679b033fe1f085bf59bb5fe8eb15'/>
<id>urn:sha1:722ccec3693c679b033fe1f085bf59bb5fe8eb15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed warnings from new pedantic compiler settings.</title>
<updated>2011-09-11T04:47:58Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-11T04:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=bc20258f21d3a2936165c62f300821b71169085c'/>
<id>urn:sha1:bc20258f21d3a2936165c62f300821b71169085c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add legalese to source files.</title>
<updated>2011-09-11T04:47:37Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-09-11T04:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/foofs/commit/?id=3691bcc7ffef37fa1371eae2204c7d2909555662'/>
<id>urn:sha1:3691bcc7ffef37fa1371eae2204c7d2909555662</id>
<content type='text'>
</content>
</entry>
</feed>
