<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests, branch v1.2.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.2.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.2.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2017-02-26T18:53:29+00:00</updated>
<entry>
<title>tests: somewhat support testing without openssl</title>
<updated>2017-02-26T18:53:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-26T18:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d2c0fae4f657d01b692d04056f997c611b96299b'/>
<id>urn:sha1:d2c0fae4f657d01b692d04056f997c611b96299b</id>
<content type='text'>
You will still get lots of test error, but at least the tests
will run.
</content>
</entry>
<entry>
<title>tests: adapt dir overwrite test for Go 1.8</title>
<updated>2017-02-20T20:27:37+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-20T20:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b056776a013813e251aa37027c3aaa3f1e22d7c8'/>
<id>urn:sha1:b056776a013813e251aa37027c3aaa3f1e22d7c8</id>
<content type='text'>
In Go 1.8, os.Rename refuses to overwrite an empty directory.
Switch to syscall.Rename, which still does the right thing.
</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>tests: reverse: check Access() call</title>
<updated>2017-02-16T20:20:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-16T20:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=62e7eb7d04793d7d629c1105a3eddf04e396ac24'/>
<id>urn:sha1:62e7eb7d04793d7d629c1105a3eddf04e396ac24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: OSX compat: wrap Stat_t atime extract</title>
<updated>2017-02-16T18:39:56+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-16T18:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0b19e637c986f602dad95be2570b2bd125677714'/>
<id>urn:sha1:0b19e637c986f602dad95be2570b2bd125677714</id>
<content type='text'>
Linux has st.Atim, st.Mtim,
OSX hat st.Atimespec, st.Mtimespec.

Reported at https://github.com/rfjakob/gocryptfs/issues/15#issuecomment-279130217
</content>
</entry>
<entry>
<title>tests: OSX compat: use OSX-style "stat -f"</title>
<updated>2017-02-16T18:10:36+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-16T18:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e5bee6a6aaa1e5be2a45b16526f65d4ed6b0d8fe'/>
<id>urn:sha1:e5bee6a6aaa1e5be2a45b16526f65d4ed6b0d8fe</id>
<content type='text'>
Reported at https://github.com/rfjakob/gocryptfs/issues/15#issuecomment-279130217
</content>
</entry>
<entry>
<title>benchmarks: OSX compat: replace /usr/bin/time with bash builtin</title>
<updated>2017-02-16T18:01:24+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-16T18:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9f6841373d539b0cf04b78e0ec520e9c66c6b3c1'/>
<id>urn:sha1:9f6841373d539b0cf04b78e0ec520e9c66c6b3c1</id>
<content type='text'>
On OSX, /usr/bin/time does not support "-f".

Reported in https://github.com/rfjakob/gocryptfs/issues/15#issuecomment-279130217 .
</content>
</entry>
<entry>
<title>tests: get rid of syscall.PathMax</title>
<updated>2017-02-16T17:47:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-16T17:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ca5c06ef4e40af957cbb1ccaa3aae9baa843267e'/>
<id>urn:sha1:ca5c06ef4e40af957cbb1ccaa3aae9baa843267e</id>
<content type='text'>
Does not exist on OSX

Reported in https://github.com/rfjakob/gocryptfs/issues/15
</content>
</entry>
<entry>
<title>tests: use fuse-unmount.bash</title>
<updated>2017-02-15T22:13:33+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-15T22:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6ac9dcaae0ab57f738c25a7fa5c505b6d1b8aeda'/>
<id>urn:sha1:6ac9dcaae0ab57f738c25a7fa5c505b6d1b8aeda</id>
<content type='text'>
...instead of having separate compatability logic.
</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>
