<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs, branch v1.2</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.2</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.2'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-12-04T19:38:48+00:00</updated>
<entry>
<title>README: v1.2 includes the rendered man page in the tarball</title>
<updated>2016-12-04T19:38:48+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-12-04T19:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9b5738457483c18f2197eae758a72526ca6730ca'/>
<id>urn:sha1:9b5738457483c18f2197eae758a72526ca6730ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README for v1.2 release</title>
<updated>2016-12-04T18:32:23+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-12-04T18:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ec89eb1d76733f07b27263d6fca65fa04189783b'/>
<id>urn:sha1:ec89eb1d76733f07b27263d6fca65fa04189783b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fusefrontend: preserve owner for symlinks</title>
<updated>2016-11-28T22:15:24+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-28T22:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=55df8acac30c382390ca59474f1732b0f1b230b8'/>
<id>urn:sha1:55df8acac30c382390ca59474f1732b0f1b230b8</id>
<content type='text'>
https://github.com/rfjakob/gocryptfs/issues/64
</content>
</entry>
<entry>
<title>fusefronted: preserve owner for device nodes and sockets</title>
<updated>2016-11-28T22:09:47+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-28T22:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e3c5e3f1c8db31e62bbb781a238da4cf76ed1ffc'/>
<id>urn:sha1:e3c5e3f1c8db31e62bbb781a238da4cf76ed1ffc</id>
<content type='text'>
https://github.com/rfjakob/gocryptfs/issues/64
</content>
</entry>
<entry>
<title>fusefrontend: use Lchown when preserving owner</title>
<updated>2016-11-28T21:46:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-28T21:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a66440c66816c919acfaa4cd079fe2fae7043294'/>
<id>urn:sha1:a66440c66816c919acfaa4cd079fe2fae7043294</id>
<content type='text'>
This prevents (unlikely) symlink race attacks
</content>
</entry>
<entry>
<title>main: fix USR1 race condition, fixes test flakiness</title>
<updated>2016-11-26T17:18:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-26T17:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7fc93ec0937d925941107a0d05341b6da8540d05'/>
<id>urn:sha1:7fc93ec0937d925941107a0d05341b6da8540d05</id>
<content type='text'>
We could have gotten the signal before the handler was ready,
which caused the process to wait indefinitely. This was the reason
test.bash sometimes hung.
</content>
</entry>
<entry>
<title>tests: don't call t.Fatal in checkExampleFS</title>
<updated>2016-11-26T14:20:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-26T14:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3f5c48e0585f6fe0782aded541e42879eb570e69'/>
<id>urn:sha1:3f5c48e0585f6fe0782aded541e42879eb570e69</id>
<content type='text'>
Calling t.Fatal means that the parent test has no chance
to clean up.
</content>
</entry>
<entry>
<title>test.bash: lock against multiple parallel incovations</title>
<updated>2016-11-26T12:43:50+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-26T12:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a6006c0d2bcef66cc3c6a6bb22de747b9be874c1'/>
<id>urn:sha1:a6006c0d2bcef66cc3c6a6bb22de747b9be874c1</id>
<content type='text'>
Running multiple test.bash in parallel causes all kinds of
mayham.
</content>
</entry>
<entry>
<title>Add write coalescing and -noprealloc to changelog</title>
<updated>2016-11-26T12:09:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-26T12:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=55ea345620ff1b11280512239ef17f63f47b53a5'/>
<id>urn:sha1:55ea345620ff1b11280512239ef17f63f47b53a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>performance.txt: add numbers for current gocryptfs master and encfs v1.9.1</title>
<updated>2016-11-26T11:46:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-26T11:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=cb5426e8ee1984b88c1ee6047a75e562d25d339d'/>
<id>urn:sha1:cb5426e8ee1984b88c1ee6047a75e562d25d339d</id>
<content type='text'>
</content>
</entry>
</feed>
