<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/stress_tests, branch v1.3</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.3</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.3'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2017-02-20T20:26:42+00:00</updated>
<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>
<entry>
<title>tests: rename fsstress-loopback.bash to fsstress-gocryptfs.bash</title>
<updated>2016-11-17T21:51:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-17T21:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=41af353dcb1b6ef12b62616f5f3d424d5fa15212'/>
<id>urn:sha1:41af353dcb1b6ef12b62616f5f3d424d5fa15212</id>
<content type='text'>
The primary use is testing gocryptfs, after all.
</content>
</entry>
<entry>
<title>tests: extractloop: use tmp dir based on script name</title>
<updated>2016-09-25T14:43:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-24T18:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6ffd07f02aaf75f9a6a75982fd8c8cd3f279701b'/>
<id>urn:sha1:6ffd07f02aaf75f9a6a75982fd8c8cd3f279701b</id>
<content type='text'>
This is how this should be done as well in future test scripts.
</content>
</entry>
<entry>
<title>tests: add RSS tracking to extractloop</title>
<updated>2016-07-16T19:20:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-16T19:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0a3225b1ebb3a005886866ffd48c1260a57107c8'/>
<id>urn:sha1:0a3225b1ebb3a005886866ffd48c1260a57107c8</id>
<content type='text'>
This obsoletes loopback-mem.bash.
</content>
</entry>
<entry>
<title>tests: add loopback-mem script</title>
<updated>2016-07-14T07:26:00+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-14T07:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e98c51afd6870c73d5006a22cff5322c2f4d0ba7'/>
<id>urn:sha1:e98c51afd6870c73d5006a22cff5322c2f4d0ba7</id>
<content type='text'>
Helps to find memory leaks in go-fuse's loopback, which
gocryptfs builds upon.
</content>
</entry>
<entry>
<title>tests: extractloop: add loopback support</title>
<updated>2016-07-12T06:30:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-12T06:30:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=09c16ed2a713a89b583bf9ff0bee356cd7b44141'/>
<id>urn:sha1:09c16ed2a713a89b583bf9ff0bee356cd7b44141</id>
<content type='text'>
loopback is an example app that comes with the go-fuse lib.
It uses all the same APIs as gocryptfs, minus the encryption.
</content>
</entry>
<entry>
<title>tests: add encfs support to benchmark.bash and extractloop.bash</title>
<updated>2016-07-11T20:10:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-11T20:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=cf742f4e8b3caec1136801713f8233d794650637'/>
<id>urn:sha1:cf742f4e8b3caec1136801713f8233d794650637</id>
<content type='text'>
Pass "-encfs" to test encfs instead of gocryptfs.
</content>
</entry>
<entry>
<title>test: add pingpong.bash and pingping-rsync.bash</title>
<updated>2016-06-09T20:20:55+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-08T20:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=37d824c9a875f71d6184b87794db533c77b0046a'/>
<id>urn:sha1:37d824c9a875f71d6184b87794db533c77b0046a</id>
<content type='text'>
Mounts two gocryptfs filesystems, "ping" and "pong" and moves the
linux-3.0 kernel tree back and forth between them.

When called as "pingpong-rsync.bash" it uses "rsync --remove-source-files"
for moving the files, otherwise plain "mv".
</content>
</entry>
<entry>
<title>tests: rename extractloop.md5sums to linux-3.0.md5sums</title>
<updated>2016-06-07T22:32:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-07T21:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f58a8d8740364467ee9e3cf20cec8d47c4e59ad8'/>
<id>urn:sha1:f58a8d8740364467ee9e3cf20cec8d47c4e59ad8</id>
<content type='text'>
This file will also be used by other tests, so it should
have a generic name.
</content>
</entry>
</feed>
