<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/internal/prefer_openssl, branch v2.0</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2020-02-15T16:21:30+00:00</updated>
<entry>
<title>merge prefer_openssl package into stupidgcm</title>
<updated>2020-02-15T16:21:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-02-15T16:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d5ce340c02601992cc9dab1bd7d3c2d95d81155e'/>
<id>urn:sha1:d5ce340c02601992cc9dab1bd7d3c2d95d81155e</id>
<content type='text'>
Now that I have discovered golang.org/x/sys/cpu and that Go
versions below 1.6 are uncommon, there was not much useful
code left in prefer_openssl.

Merge the remains into stupidgcm.
</content>
</entry>
<entry>
<title>prefer_openssl: default to Go GCM on OSX</title>
<updated>2016-12-10T20:04:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-12-10T20:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8be54bf3f8c011f2d0635017f01883af6563b482'/>
<id>urn:sha1:8be54bf3f8c011f2d0635017f01883af6563b482</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lint fixes</title>
<updated>2016-10-04T21:18:33+00:00</updated>
<author>
<name>Valient Gough</name>
</author>
<published>2016-10-02T04:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b764917cd5c1b1d61b8ce08e7af0b29793fbbb80'/>
<id>urn:sha1:b764917cd5c1b1d61b8ce08e7af0b29793fbbb80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>without_openssl: support compiling completely without openssl</title>
<updated>2016-10-04T07:51:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-04T07:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=56c0b19612dd25b84474211c1a84897fe89ce7d4'/>
<id>urn:sha1:56c0b19612dd25b84474211c1a84897fe89ce7d4</id>
<content type='text'>
Build helper script: build-without-openssl.bash
</content>
</entry>
<entry>
<title>Implement changes proposed by gosimple.</title>
<updated>2016-09-25T17:48:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-09-25T17:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5f4b16c00f2475a8efd0ae0d4d4e26f92b563dc0'/>
<id>urn:sha1:5f4b16c00f2475a8efd0ae0d4d4e26f92b563dc0</id>
<content type='text'>
Also delete the unused "dirIVNameStruct", found by deadcode.
</content>
</entry>
<entry>
<title>Add godoc comments to all internal packages</title>
<updated>2016-07-06T19:51:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-06T19:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e8a234f658553927a2e845d64862321c90388e00'/>
<id>urn:sha1:e8a234f658553927a2e845d64862321c90388e00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prefer_openssl: OSX: get rid of /proc warnings</title>
<updated>2016-07-04T06:19:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-04T06:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=603e144f5ed7053a8a79238c7e072bc476a7e881'/>
<id>urn:sha1:603e144f5ed7053a8a79238c7e072bc476a7e881</id>
<content type='text'>
OSX does not have /proc/cpuinfo, but let's not warn
the user about it.
</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>toggledlog: convert remaing naked fmt.Print*</title>
<updated>2016-06-05T12:32:07+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-06-05T12:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=0c80cca674931c9dbfc69c25df24d53abbdd63a9'/>
<id>urn:sha1:0c80cca674931c9dbfc69c25df24d53abbdd63a9</id>
<content type='text'>
Several fatal errors were just printed to stdout, which
meant they were invisible when running the test suite.

Fix this by introducing toggledlog.Fatal and convert as
follows:

Fatal errors     -&gt; toggledlog.Fatal
Warnings         -&gt; toggledlog.Warn
Password prompts -&gt; fmt.Fprintf
</content>
</entry>
<entry>
<title>prefer_openssl: add amd64 constraint</title>
<updated>2016-05-12T07:50:36+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-05-12T07:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4ad9d4e444e4f75fd388078b617c411bfab762c8'/>
<id>urn:sha1:4ad9d4e444e4f75fd388078b617c411bfab762c8</id>
<content type='text'>
Optimized assembly versions for Go GCM are only available
on amd64.
</content>
</entry>
</feed>
