<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs, branch v2.6.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.6.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.6.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2025-08-10T19:04:09+00:00</updated>
<entry>
<title>README: update changelog for v2.6.1</title>
<updated>2025-08-10T19:04:09+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-10T19:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=25e85a4454e93643ad92397d01ed532a360d7ee2'/>
<id>urn:sha1:25e85a4454e93643ad92397d01ed532a360d7ee2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: matrix: use unique ctlsock path</title>
<updated>2025-08-07T21:36:42+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-07T21:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8d90c5e3d5cba48a097aadf9beba61c7a2301d85'/>
<id>urn:sha1:8d90c5e3d5cba48a097aadf9beba61c7a2301d85</id>
<content type='text'>
Because the deletion happens asynchronously, a
previous iteration can delete the socket of the
next one.
</content>
</entry>
<entry>
<title>tests: matrix: add TestRenameExchangeOnGocryptfs</title>
<updated>2025-08-07T21:06:03+00:00</updated>
<author>
<name>rafjaf</name>
</author>
<published>2025-07-23T17:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=21d41feaa52b7a2ebcf0f683ba314235a5186620'/>
<id>urn:sha1:21d41feaa52b7a2ebcf0f683ba314235a5186620</id>
<content type='text'>
Added testing for RENAME_EXCHANGE

https://github.com/rfjakob/gocryptfs/issues/914
</content>
</entry>
<entry>
<title>darwin: syscallcompat: add RenameatxNp plus flags</title>
<updated>2025-08-07T21:06:03+00:00</updated>
<author>
<name>rafjaf</name>
</author>
<published>2025-07-20T16:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f59e552e755f35c0278eaebd27a0dacb10914551'/>
<id>urn:sha1:f59e552e755f35c0278eaebd27a0dacb10914551</id>
<content type='text'>
Fix macos file saving problem by implementing RENAME_EXCHANGE flag.
With test.

The dummy value for RENAME_WHITEOUT collides with the new
flags. Move it wayyy up.

https://github.com/rfjakob/gocryptfs/issues/914
</content>
</entry>
<entry>
<title>build scripts: use CGO_ENABLED=0 to disable openssl</title>
<updated>2025-08-07T20:17:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-07T20:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2ebd0d754b8ee46e6c65e90e1d1e13491b03b7b5'/>
<id>urn:sha1:2ebd0d754b8ee46e6c65e90e1d1e13491b03b7b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stupidgcm: make build tags consistent</title>
<updated>2025-08-07T20:06:39+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-07T20:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5f324fe6614c1cf6bc7e5c07807332c8bb23dd5c'/>
<id>urn:sha1:5f324fe6614c1cf6bc7e5c07807332c8bb23dd5c</id>
<content type='text'>
This makes building with just CGO_ENABLED=0 work.
</content>
</entry>
<entry>
<title>stupidcgm: explain what xchacha.go is</title>
<updated>2025-08-07T20:02:23+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-07T20:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=677bd8eaec0601dc0a7cac921a586860e9be3aff'/>
<id>urn:sha1:677bd8eaec0601dc0a7cac921a586860e9be3aff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github ci: checkout first to make dependency caching work</title>
<updated>2025-08-03T21:04:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-03T21:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a946f12d04ab7dbc9ba357bf8ea3af5e6d8484d8'/>
<id>urn:sha1:a946f12d04ab7dbc9ba357bf8ea3af5e6d8484d8</id>
<content type='text'>
We used to get this:

	Warning: Restore cache failed: Dependencies file is not found in /home/runner/work/gocryptfs/gocryptfs. Supported file pattern: go.sum

Hopefully make it go away by checking out the code first.

Fixes https://github.com/rfjakob/gocryptfs/issues/946
</content>
</entry>
<entry>
<title>test.bash: print "?" when we cannot determine fs type</title>
<updated>2025-08-03T21:02:27+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-03T20:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e8d8f97de7d6c8f8fb82e51ca64c33ca1ab31e0b'/>
<id>urn:sha1:e8d8f97de7d6c8f8fb82e51ca64c33ca1ab31e0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test.bash: drop SC2002 exception</title>
<updated>2025-08-03T20:08:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2025-08-03T20:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=516dc9739814cd745d9b94393105649c72edc4d6'/>
<id>urn:sha1:516dc9739814cd745d9b94393105649c72edc4d6</id>
<content type='text'>
No longer needed.
</content>
</entry>
</feed>
