<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/stress_tests, branch v1.6</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.6</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.6'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2018-03-13T21:41:26+00:00</updated>
<entry>
<title>tests: extractloop.sh: better cleanup logic, handle missing /proc</title>
<updated>2018-03-13T21:41:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-13T21:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4b75b578a2053722f21c62fba3a6b6e3f4aaefeb'/>
<id>urn:sha1:4b75b578a2053722f21c62fba3a6b6e3f4aaefeb</id>
<content type='text'>
macos does not have /proc, so don't try to read it.
</content>
</entry>
<entry>
<title>tests: extractloop.sh: don't abort if md5sum is missing</title>
<updated>2018-03-13T21:16:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-13T21:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e46f6b940f3159e63f9cc4b4866d4b20085f34cc'/>
<id>urn:sha1:e46f6b940f3159e63f9cc4b4866d4b20085f34cc</id>
<content type='text'>
MacOS does not have it installed by default.
</content>
</entry>
<entry>
<title>macos: extractloop.sh: exclude symlink &amp; mute ln error message</title>
<updated>2018-03-07T20:36:52+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-07T20:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8373410678eaadbfe7079065f80fc9ea16e4a4b3'/>
<id>urn:sha1:8373410678eaadbfe7079065f80fc9ea16e4a4b3</id>
<content type='text'>
Extracting the symlink fails with

	linux-3.0/arch/microblaze/boot/dts/system.dts: Can't set permissions to 0755

so just exclude it.

The ln error Looks scary but is harmless, so get rid of it.
The symlink is only created to make it more convenient to view the
csv log.
</content>
</entry>
<entry>
<title>macos: tests: make extractloop.bash work on macos</title>
<updated>2018-03-07T19:37:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-07T19:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=51de6cd9405aa0db3b248324623c82cbc05e61ae'/>
<id>urn:sha1:51de6cd9405aa0db3b248324623c82cbc05e61ae</id>
<content type='text'>
macos' bash and ln lack a few features we used.
</content>
</entry>
<entry>
<title>tests: convert remaining wget calls to dl-linux-tarball.bash helper</title>
<updated>2018-03-07T08:45:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-03-07T08:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=02693912e59b44f463c4b14d6a3168fa24857e6f'/>
<id>urn:sha1:02693912e59b44f463c4b14d6a3168fa24857e6f</id>
<content type='text'>
Makes the scripts work when wget is not available (macos)
</content>
</entry>
<entry>
<title>Documentation: add extractloop example output</title>
<updated>2018-01-21T19:04:37+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-01-21T19:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=991708af016af074b4cd99b2bf333fc48effaa55'/>
<id>urn:sha1:991708af016af074b4cd99b2bf333fc48effaa55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fsstress-gocryptfs.bash: sync up with EncFS</title>
<updated>2017-07-21T21:34:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-07-21T21:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=74e58ae8e6647a3a61e1fba302918b3eb61b576b'/>
<id>urn:sha1:74e58ae8e6647a3a61e1fba302918b3eb61b576b</id>
<content type='text'>
I have added a subset of fsstress-gocryptfs.bash to EncFS as
fsstress-encfs.sh, improving the code a bit.

This change forward-ports these improvements to
fsstress-gocryptfs.bash.
</content>
</entry>
<entry>
<title>tests: support encfs in the fsstress script</title>
<updated>2017-05-01T21:50:49+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-05-01T21:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=daada9d7c6207328ad49a4d96050eb08e1a003a1'/>
<id>urn:sha1:daada9d7c6207328ad49a4d96050eb08e1a003a1</id>
<content type='text'>
May be helpful for https://github.com/vgough/encfs/issues/214 .
</content>
</entry>
<entry>
<title>Get rid of remaining $GOPATH dependencies</title>
<updated>2017-02-20T20:26:42+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-19T19:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e406eb22ba6db2edbde8a17d9104b543c9efc0f3'/>
<id>urn:sha1:e406eb22ba6db2edbde8a17d9104b543c9efc0f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OSX compat: replace fusermount calls with fuse-unmount.bash</title>
<updated>2017-02-15T22:02:01+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-15T22:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ce2e610428c940c2bd5ca1790e7375117b1f6015'/>
<id>urn:sha1:ce2e610428c940c2bd5ca1790e7375117b1f6015</id>
<content type='text'>
Mac OS X does not have fusermount and uses umount instead.
The fuse-unmount.bash calls the appropriate command.
</content>
</entry>
</feed>
