<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/nametransform, branch v0.12</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.12</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.12'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-06-16T17:02:47+00:00</updated>
<entry>
<title>Rename nametransform, contentenc source files</title>
<updated>2016-06-16T17:02:47+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-16T17:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7e92ebe16a7735b29e0fdc62d4b5d49ce0dc2b66'/>
<id>urn:sha1:7e92ebe16a7735b29e0fdc62d4b5d49ce0dc2b66</id>
<content type='text'>
Let's have shorter names, and merge *_api.go into the "main"
file.

No code changes.
</content>
</entry>
<entry>
<title>Rename internal "toggledlog" package to "tlog"</title>
<updated>2016-06-15T21:30:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-15T21:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6c3f97399a01a2d8480b39978209099335efbf7d'/>
<id>urn:sha1:6c3f97399a01a2d8480b39978209099335efbf7d</id>
<content type='text'>
tlog is used heavily everywhere and deserves a shorter name.

Renamed using sed magic, without any manual rework:

   find * -type f -exec sed -i 's/toggledlog/tlog/g' {} +
</content>
</entry>
<entry>
<title>nametransform, main: better error messages</title>
<updated>2016-06-01T18:07:43+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-01T18:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=80b027f830ba5d9e5bf2514462208fcea573c388'/>
<id>urn:sha1:80b027f830ba5d9e5bf2514462208fcea573c388</id>
<content type='text'>
</content>
</entry>
<entry>
<title>longnames: fix fsstress failure, use dirfd</title>
<updated>2016-04-10T19:31:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-04-10T17:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db72fcea41f01f24ac3edb1cbf86d6b0be60f137'/>
<id>urn:sha1:db72fcea41f01f24ac3edb1cbf86d6b0be60f137</id>
<content type='text'>
Using dirfd-relative operations allows safe lockless handling
of the ".name" files.
</content>
</entry>
<entry>
<title>longnames: use symbolic constants instead of naked ints</title>
<updated>2016-04-10T10:36:43+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-04-10T10:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=63d3e517349a6c4774a3f75f2fa039c780eaf5f9'/>
<id>urn:sha1:63d3e517349a6c4774a3f75f2fa039c780eaf5f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable openssl in tests to support old Go versions</title>
<updated>2016-03-02T23:59:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-03-02T23:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=37a9b4c3ee9d5dd332ae2f4b25942c6fef254d72'/>
<id>urn:sha1:37a9b4c3ee9d5dd332ae2f4b25942c6fef254d72</id>
<content type='text'>
Go 1.4 and older do not support 128-bit IVs which caused
the tests to panic.
</content>
</entry>
<entry>
<title>longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + tests</title>
<updated>2016-02-07T13:02:09+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-07T13:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=653d4a619cb7b937d81deab4f20d3c8d4baa4898'/>
<id>urn:sha1:653d4a619cb7b937d81deab4f20d3c8d4baa4898</id>
<content type='text'>
</content>
</entry>
<entry>
<title>longnames part I: Create and OpenDir work with long filenames &gt; 176 bytes</title>
<updated>2016-02-06T21:54:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-06T21:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e111e20649cfacd7b02dd454d75db879aa2ca53c'/>
<id>urn:sha1:e111e20649cfacd7b02dd454d75db879aa2ca53c</id>
<content type='text'>
Todo: Rename, Unlink, Rmdir, Mknod, Mkdir
</content>
</entry>
<entry>
<title>Move dirIVCache to its own file</title>
<updated>2016-02-06T19:27:28+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-06T19:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6b27b6a1e71e8cd7c4910192cc31e70d3d1b652d'/>
<id>urn:sha1:6b27b6a1e71e8cd7c4910192cc31e70d3d1b652d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run go fmt</title>
<updated>2016-02-06T19:23:36+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-06T19:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c74772bc8d7348ced429e5ca6ef47a53a8f215ff'/>
<id>urn:sha1:c74772bc8d7348ced429e5ca6ef47a53a8f215ff</id>
<content type='text'>
</content>
</entry>
</feed>
