aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-01ci: archive siterfjakob-patch-1rfjakob
2024-10-31Add github ciJakob Unterwurzacher
2024-10-31Port to mkdocs 1.6.1Jakob Unterwurzacher
2023-05-16quickstart: macos: use port instead of brewJakob Unterwurzacher
Basically, pull in https://github.com/rfjakob/gocryptfs/commit/2e738efe8647539b96de60d763df44d237f5389b Fixes https://github.com/rfjakob/gocryptfs/issues/738
2023-05-12comparison: update ecryptfs performance for new cpuJakob Unterwurzacher
Intel Core i5-3470 CPU with 4 x 3.20GHz and AES-NI
2022-04-24Define "IV"Jakob Unterwurzacher
Fixes https://github.com/rfjakob/gocryptfs/issues/653
2021-09-27Make link to wiki an actual linkJakob Unterwurzacher
2021-09-27Add link to cgit wikiJakob Unterwurzacher
2021-09-27Revert "Add more direct links to cgit mirror"Jakob Unterwurzacher
This reverts commit 33554d3f7c24065200f79be65384e4444c6d6cd1.
2021-09-27Revert "Unbreak toc"Jakob Unterwurzacher
This reverts commit 7411af89872a35a36b9097e0ba7547026eb7fd5b.
2021-09-27Unbreak tocJakob Unterwurzacher
2021-09-27Add more direct links to cgit mirrorJakob Unterwurzacher
2021-09-25Add nav link to Github WikiJakob Unterwurzacher
2021-09-25mirrors: link to cgit overviewJakob Unterwurzacher
2021-08-30Link to arch linux comparison tablerfjakob
2021-08-18Require Go 1.13Jakob Unterwurzacher
2021-08-17quickstart: add cloud storage exampleJakob Unterwurzacher
https://github.com/rfjakob/gocryptfs/issues/501
2021-06-27Update encfs perf resultsJakob Unterwurzacher
2021-06-27Add path length, test Cryptomator v1.5.15Jakob Unterwurzacher
Fixes https://github.com/rfjakob/gocryptfs/issues/552
2021-06-08Sync compile instructions with README.mdJakob Unterwurzacher
2021-03-26compile.md: fix instructions for Go 1.13+Jakob Unterwurzacher
"go get -d" does not download to GOPATH/src anymore: https://github.com/golang/go/issues/31529 Use explicit "git clone" to the current directory as suggested in https://github.com/golang/go/issues/31529#issuecomment-484920157 . Fixes https://github.com/rfjakob/gocryptfs/issues/553
2020-12-08Add repology.org badgesJakob Unterwurzacher
2020-10-22Add link to gocryptfs-inspectJakob Unterwurzacher
Very hard to find without a link. https://github.com/rfjakob/gocryptfs/issues/513
2020-10-17Fix typosJakob Unterwurzacher
2020-10-17Add DroidFSJakob Unterwurzacher
2020-06-21mirrors: update nuetzlich.net clone urlJakob Unterwurzacher
The git:// url does not work anymore, due to a missing port forwarding. Just use https, which always works.
2020-06-21Makefile: use mkdocs --quietJakob Unterwurzacher
I want to run this from cron, and I want to avoid getting and email every time.
2020-06-19news: add v1.8.0 releaseTom Vincent
Thanks!
2019-10-19news: drop patch releases, add "latest release"Jakob Unterwurzacher
Makes it easier to keep the website up to date. Fixes https://github.com/rfjakob/gocryptfs/issues/426
2019-09-14Fixed a typo :)Surendra Kumar
2019-07-29Add Fedora detailsBrian (bex) Exelbierd
2019-03-24Minimally update the file content comparison of encrypted overlay filesystemAlexander Schlarb
2019-03-24Update the general comparison of encrypted overlay filesystemAlexander Schlarb
2019-03-24Add results for Cryptomator on Windows (the slowest of em all)Alexander Schlarb
2019-03-24Add comparison about performance of Windows implementationsAlexander Schlarb
2019-01-17Add missing MiB for securefsSean Leather
2018-12-27Assorted spelling fixes.Sebastian Lackner
Detected with the 'codespell' utility.
2018-12-16Make bionic link an actual linkJakob Unterwurzacher
2018-12-16News: add Ubuntu and Arch Linux infoJakob Unterwurzacher
2018-12-16Update NewsJakob Unterwurzacher
2018-12-16Drop useless subheadingJakob Unterwurzacher
2018-12-16Simplify compile pageJakob Unterwurzacher
2018-11-18Fixed broken link to v0.1.0 commit of CryptomatorKeeblo
The link to the initial version of Cryptomator was dead, so I fixed it.
2018-11-18TypoWilliam Entriken
2018-11-18Note that mkdocs 0.17.5 is neededJakob Unterwurzacher
mkdocs-1.0.4 fails like this: 0 jakob@brikett:~/gocryptfs-website$ make LC_ALL=C.UTF-8 LANG=C.UTF-8 mkdocs build --clean WARNING - Config value: 'pages'. Warning: The 'pages' configuration option has been deprecated and will be removed in a future release of MkDocs. Use 'nav' instead. INFO - Cleaning site directory INFO - Building documentation to directory: /home/jakob/gocryptfs-website/site ERROR - Error building page 'index.md': Object of type 'Undefined' is not JSON serializable Traceback (most recent call last): File "/home/jakob/bin/mkdocs", line 11, in <module> sys.exit(cli()) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/mkdocs/__main__.py", line 163, in build_command ), dirty=not clean) File "/usr/local/lib/python3.6/site-packages/mkdocs/commands/build.py", line 295, in build _build_page(file.page, config, files, nav, env, dirty) File "/usr/local/lib/python3.6/site-packages/mkdocs/commands/build.py", line 216, in _build_page output = template.render(context) File "/usr/local/lib/python3.6/site-packages/jinja2/asyncsupport.py", line 76, in render return original_render(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) File "/usr/local/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) File "/home/jakob/gocryptfs-website/gocryptfs-readthedocs/main.html", line 1, in top-level template code {% extends "base.html" %} File "/home/jakob/gocryptfs-website/gocryptfs-readthedocs/base.html", line 30, in top-level template code {%- block libs %} File "/home/jakob/gocryptfs-website/gocryptfs-readthedocs/main.html", line 19, in block "libs" var mkdocs_page_input_path = {{ page.input_path|tojson|safe }}; File "/usr/local/lib/python3.6/site-packages/mkdocs/utils/filters.py", line 8, in tojson return jinja2.Markup(json.dumps(obj, **kwargs)) File "/usr/lib64/python3.6/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) File "/usr/lib64/python3.6/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) File "/usr/lib64/python3.6/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) File "/usr/lib64/python3.6/json/encoder.py", line 180, in default o.__class__.__name__) TypeError: Object of type 'Undefined' is not JSON serializable make: *** [Makefile:2: all] Error 1
2018-07-01Add v1.4.4 and v1.5 to NewsJakob Unterwurzacher
2018-07-01Add folders-side-by-side.gif animationJakob Unterwurzacher
2018-05-02Add newlines for readabilityJakob Unterwurzacher
2018-05-02Update signature verification for gpg2Jakob Unterwurzacher
gpg2 displays a longer key id https://github.com/rfjakob/gocryptfs-website/issues/6
2018-03-25encfs also supports xattrsJakob Unterwurzacher