<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs, branch v0.7</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.7</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.7'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2015-12-20T14:42:52+00:00</updated>
<entry>
<title>Add logo, update README for v0.7</title>
<updated>2015-12-20T14:42:52+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-20T14:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3bbaa1208f3fa2c63c5333acf08ec3e388c9a17e'/>
<id>urn:sha1:3bbaa1208f3fa2c63c5333acf08ec3e388c9a17e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update performance data for v0.7</title>
<updated>2015-12-20T14:39:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-20T14:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=04abad5e8498d9d7e49fa1400cb8b7193094a5f3'/>
<id>urn:sha1:04abad5e8498d9d7e49fa1400cb8b7193094a5f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Colorize output</title>
<updated>2015-12-19T14:46:19+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-19T14:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ad00ba38e5edc7311f6baf99d46c090c462b7248'/>
<id>urn:sha1:ad00ba38e5edc7311f6baf99d46c090c462b7248</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use NewGCMWithNonceSize only through goGCMWrapper to support Go 1.4</title>
<updated>2015-12-19T14:19:31+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-19T14:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8c7e31329dc9eb058f23544fef418c1d4ba248f6'/>
<id>urn:sha1:8c7e31329dc9eb058f23544fef418c1d4ba248f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase GCM IV size from 96 to 128 bits</title>
<updated>2015-12-19T14:02:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-19T13:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1caa9258685fa5fad8935d3bfcd0eac7d7f84f1e'/>
<id>urn:sha1:1caa9258685fa5fad8935d3bfcd0eac7d7f84f1e</id>
<content type='text'>
This pushes back the birthday bound for collisions to make it virtually
irrelevant.
</content>
</entry>
<entry>
<title>diriv: handle directory rename over directory</title>
<updated>2015-12-19T12:21:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-19T12:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=88826dc51d7919ef8b190c079955230e653323e2'/>
<id>urn:sha1:88826dc51d7919ef8b190c079955230e653323e2</id>
<content type='text'>
If an empty directory is overwritten we will always get
ENOTEMPTY as the "empty" directory will still contain gocryptfs.diriv.
Handle that case by removing the target directory and trying again.

Fixes issue #10
</content>
</entry>
<entry>
<title>go fmt</title>
<updated>2015-12-13T19:24:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-13T19:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=00a712b4d1e68bb3c156eb8f97fbb89d684a7e92'/>
<id>urn:sha1:00a712b4d1e68bb3c156eb8f97fbb89d684a7e92</id>
<content type='text'>
...and minimal comment changes.
</content>
</entry>
<entry>
<title>Handle EINTR returned by Fallocate</title>
<updated>2015-12-13T16:17:01+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-13T16:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8518d6d7bde33fdc7ef5bcb7c3c7709404392ad8'/>
<id>urn:sha1:8518d6d7bde33fdc7ef5bcb7c3c7709404392ad8</id>
<content type='text'>
Fallocate can return EINTR (interrupted system call) and does so
quite often when cpu profiling is enabled.
</content>
</entry>
<entry>
<title>tests: overwrite directory with another directory</title>
<updated>2015-12-11T22:27:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-11T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b02ad128146c818e871aedc0a7b2e6655b7790e9'/>
<id>urn:sha1:b02ad128146c818e871aedc0a7b2e6655b7790e9</id>
<content type='text'>
Testcase for issue #10 (currently failing)
</content>
</entry>
<entry>
<title>tests: add "gocryptfs -init -plaintextnames" cli testcase</title>
<updated>2015-12-11T21:21:00+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-12-11T21:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7758bdc61d10a5bb1daec3bdfb0af5d287c89657'/>
<id>urn:sha1:7758bdc61d10a5bb1daec3bdfb0af5d287c89657</id>
<content type='text'>
</content>
</entry>
</feed>
