Commit Graph

  • cf19fc4f30 Display file system configuration when loading Sebastian Messmer 2020-07-19 16:57:37 -0700
  • 41ab58faf3 Remove cryfs-stats tool which isn't ready yet and could destroy the file system Sebastian Messmer 2020-07-19 13:30:07 -0700
  • 959bbab99c Typo Sebastian Messmer 2020-07-15 16:47:44 -0700
  • ad0e064f42 Use noatime by default Sebastian Messmer 2020-07-13 18:52:23 -0700
  • b603d3b58a Add an --immediate flag to cryfs-unmount that tries to unmount immediately and doesn't wait for processes to release their locks on the file system. Sebastian Messmer 2020-07-10 17:30:07 -0700
  • 7d48336f8d Merge branch 'release/0.10' into develop Sebastian Messmer 2020-07-12 20:43:54 -0700
  • d32a98602b Fix Android compilation using patch file https://github.com/termux/termux-root-packages/files/4664745/config.h.patch.txt from https://github.com/cryfs/cryfs/issues/345 Sebastian Messmer 2020-07-11 02:17:48 -0700
  • be20465f5e Fixed determining the user's homedir: If $HOME and the /etc/passwd entry for the current user contradict each other, now $HOME takes preference over /etc/passwd. Sebastian Messmer 2020-07-10 17:47:23 -0700
  • 2793e014d4 Fixed determining the user's homedir: If $HOME and the /etc/passwd entry for the current user contradict each other, now $HOME takes preference over /etc/passwd. Sebastian Messmer 2020-07-10 17:47:23 -0700
  • 45f85e85fb Remove FindLibunwind.cmake, we don't use libunwind anymore Sebastian Messmer 2020-07-12 15:16:37 -0700
  • fb9c72abe1 Merge branch 'release/0.10' into develop Sebastian Messmer 2020-07-10 17:50:04 -0700
  • e27d63f908 Add .vs and .vscode to .gitignore Sebastian Messmer 2020-07-10 17:48:28 -0700
  • 8895eac279 Add vscode folder to gitignore Sebastian Messmer 2020-07-10 16:54:07 -0700
  • 192b9decfc Fix Appveyor and Travis CI Sebastian Messmer 2020-07-10 16:23:55 -0700
  • 690f94fc83
    Update README.md Sebastian Meßmer 2020-07-09 01:18:10 -0700
  • 0e27097462 Allow building with local dependencies instead of using conan Sebastian Messmer 2020-06-30 21:49:09 -0700
  • 1b064dbb51
    Mention requirement to install python3-pip so we can install conan Sebastian Meßmer 2020-07-07 23:53:35 -0700
  • e7fa2817d2
    Remove obsolete dependency Sebastian Meßmer 2020-07-02 03:03:00 -0700
  • 7d02e20f89 Add Clang 10 to CI Sebastian Messmer 2020-06-30 21:02:04 -0700
  • d8ce25efce Allow building with libstdc++ instead of libstdc++11 if people want to use the old GCC ABI Sebastian Messmer 2020-06-30 20:30:19 -0700
  • f8c0bb8b97 Use SETTINGS to set compiler.libcxx Sebastian Messmer 2020-06-30 20:18:50 -0700
  • 3b0d46e01e Apply https://github.com/conan-io/cmake-conan/pull/258 (commit 3df8d20b401528629d0486e577b6c9b4e22b3ae4): Make "SETTINGS compiler.libcxx=libstdc++11" do the right thing (see https://github.com/conan-io/cmake-conan/issues/255) Sebastian Messmer 2020-06-30 20:13:12 -0700
  • 9deca117f5 Mention PR Sebastian Messmer 2020-06-30 20:05:29 -0700
  • 81f4bf65ee Undo unwanted changes Sebastian Messmer 2020-06-30 20:03:27 -0700
  • 8af7b2a910 Set formatting to how the v0.15 tag of cmake-conan is actually formatted Sebastian Messmer 2020-06-30 20:00:43 -0700
  • 6f94834c90 Fix bug where a comma in the base directory name would make the file system fail to mount, https://github.com/cryfs/cryfs/issues/326 Sebastian Messmer 2020-02-23 17:42:44 -0800
  • 9cbc12fc57 Fix bug where a comma in the base directory name would make the file system fail to mount, https://github.com/cryfs/cryfs/issues/326 Sebastian Messmer 2020-02-23 17:42:44 -0800
  • 873681a3ef Silence compiler warning about unused httpClient when explicitly building without update checks Sebastian Messmer 2020-06-30 00:09:31 -0700
  • 7097adb8dc Merge branch 'feature/ninja0' into develop Sebastian Messmer 2020-06-29 23:42:44 -0700
  • 12293c0b9e Better fix for conan libstdc++11 setup Sebastian Messmer 2020-06-28 23:43:26 -0700
  • 247ef47f94 Upgrade requirement to cmake 3.6 because that's needed to build the range-v3 dependency (if built locally and not with a prebuilt conan package) Sebastian Messmer 2020-06-29 02:07:00 -0700
  • b6c640e081 Add comments pointing to conan issues Sebastian Messmer 2020-06-29 01:35:03 -0700
  • 93b1b3d684 Workaround conan issue that downloads packages built with libstdc++ instead of libstdc++11 Sebastian Messmer 2020-06-29 01:13:22 -0700
  • 38575f258a In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING Sebastian Messmer 2020-06-28 10:04:12 -0700
  • 35b44d6e21 In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING Sebastian Messmer 2020-06-28 10:04:12 -0700
  • f179b8c4a4 Fix appveyor build Sebastian Messmer 2020-06-27 11:45:28 -0700
  • 3fdbda832c Setup conan compiler.libcxx correctly Sebastian Messmer 2020-06-27 00:53:55 -0700
  • 7f6bbffc40 Show correct unmount command in man page Sebastian Messmer 2020-06-27 00:04:26 -0700
  • c038d6a40b Automatically run conan from cmake Sebastian Messmer 2020-02-24 00:51:48 -0800
  • e50eb9016f
    Fix Windows build Sebastian Meßmer 2020-02-23 12:21:30 -0800
  • 8373abf216 Merge branch 'develop' of https://github.com/cryfs/cryfs into develop Sebastian Messmer 2020-02-23 19:34:11 -0800
  • 52345da0de Update README to Visual Studio 2019 Sebastian Messmer 2020-02-23 19:34:02 -0800
  • 87a253ad0c
    Update README.md Sebastian Meßmer 2019-12-29 10:13:52 +0100
  • b9be5e9c19 Mention MacPorts (#322) jolan78 2019-12-25 09:20:10 +0100
  • ab98bd74e1 Revise package building instructions (#318) Charles Ross 2019-12-08 22:48:09 -0700
  • 470fbd139b
    Fix typo Sebastian Meßmer 2019-11-29 06:55:19 -0800
  • 65e82bbd6b Merge branch 'feature/conan_spdlog' into develop Sebastian Messmer 2019-11-07 20:03:08 -0500
  • 4329279163 Add spdlog via conan and not via the vendor/ directory Sebastian Messmer 2019-11-02 12:44:28 -0700
  • 386d5a27ae Remove unused boost libraries Sebastian Messmer 2019-11-02 12:49:20 -0700
  • 8e617b1342 Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default. Sebastian Messmer 2019-10-13 18:29:59 +0700
  • ae09ff98aa Add range-v3 via conan and not via the vendor/ directory Sebastian Messmer 2019-10-31 23:50:55 -0700
  • 8376a554cc Setup conan and get boost dependency through it Sebastian Messmer 2019-10-19 18:33:29 -0700
  • b6cff8581d Retire GCC 5 from CI Sebastian Messmer 2019-11-02 12:11:05 -0700
  • 20b8a84dfc Update CI to Visual Studio 2019 Sebastian Meßmer 2019-11-02 12:05:04 -0700
  • 620d50fd39 Disable homebrew auto-update because of https://travis-ci.community/t/homebrew-syntax-error/5623 Sebastian Messmer 2019-10-25 17:17:04 -0700
  • cb01025c81 Simplify mocking thanks to new googletest features Sebastian Messmer 2019-10-13 23:49:57 +0800
  • 43365c789b Merge branch 'feature/gtest' into develop Sebastian Messmer 2019-10-20 11:01:56 -0700
  • b5beffd34e Update to cmake 3.1 Sebastian Messmer 2019-10-20 08:57:58 -0700
  • bb4c10770a Fix googletest deprecations Sebastian Messmer 2019-10-13 19:16:06 +0700
  • 7d8cdbba40 Update to googletest 1.10.0 Sebastian Messmer 2019-10-13 19:06:54 +0700
  • 6164453c77 Use interface libraries for vendor libraries Sebastian Messmer 2019-10-19 18:35:03 -0700
  • b228c4dd0d Invalidate apt cache Sebastian Messmer 2019-10-15 12:32:35 -0700
  • 67cfa06ca9 Add range-v3 library Sebastian Messmer 2019-10-15 05:20:43 -0700
  • ef4bc7aba2 Update to spdlog 1.4.2 Sebastian Messmer 2019-10-14 00:08:37 +0800
  • a76e7f26cf - expectThrows - expectFailsAssertion - fix asserts Sebastian Messmer 2019-10-13 13:01:57 +0700
  • c5ba6c3214 Remove now-unnecessary CI workaround Sebastian Messmer 2019-10-07 16:16:46 +0700
  • 8962aaefb5 Fix 'too long with no output' CI error Sebastian Messmer 2019-10-04 10:42:58 +0700
  • eba94ef3b0 Upgrade CI to clang 9 Sebastian Messmer 2019-09-30 11:25:17 +0700
  • fbde4385a4 Switch to Ubuntu 16.04 Sebastian Messmer 2019-09-30 11:12:43 +0700
  • f6ef18b046 Fix gcc build Sebastian Messmer 2019-09-29 07:08:07 +0800
  • 9e598b9976 Update man-page Sebastian Messmer 2019-09-29 06:59:25 +0800
  • 3d1966f656 Update man-page Sebastian Messmer 2019-09-29 06:59:25 +0800
  • d2e5ba7fa5 Merge branch 'release/0.9' into develop Sebastian Messmer 2019-06-08 13:34:47 -0700
  • 23b11860d3 Mark 0.9.11 as released Sebastian Messmer 2019-06-08 13:33:53 -0700
  • 50341b763c Merge branch 'release/0.10' into develop Sebastian Messmer 2019-06-08 13:33:06 -0700
  • cf30234069 Mark 0.10.2 as released Sebastian Messmer 2019-06-08 13:08:25 -0700
  • efac089c76 - Add Clang 8 and GCC 9 to CI - Switch clang-tidy to Clang 9 - Fix compiler and clang-tidy warnings produced by the previous points Sebastian Messmer 2019-06-08 13:06:17 -0700
  • 12ce925213 Merge branch 'release/0.10' of https://github.com/cryfs/cryfs into release/0.10 Sebastian Messmer 2019-06-06 20:35:29 -0700
  • e7f50badea Fix unintentionally setting the thread name twice Sebastian Messmer 2019-06-06 20:34:49 -0700
  • 83cdea088e Update DokanY version in dev setup Sebastian Messmer 2019-06-06 20:34:32 -0700
  • 335228b97c Merge from release/0.9 Sebastian Messmer 2019-06-03 19:29:51 -0700
  • f3b71f058a Update to spdlog 1.3.1 Sebastian Messmer 2019-06-01 21:05:26 -0700
  • 16f822ca94 Merge branch 'hotfix/0.9_closerace' into release/0.9 Sebastian Messmer 2019-06-03 19:07:26 -0700
  • 19f6296023 Fix Travis CI Sebastian Messmer 2019-06-02 09:18:28 -0700
  • 95d1647152 Fix Sebastian Messmer 2019-06-01 21:15:46 -0700
  • e927a001e9 Remove unused variable Sebastian Messmer 2019-06-01 20:42:20 -0700
  • cba95beb17 Update to crypto++ 8.2 Sebastian Messmer 2019-06-01 20:34:28 -0700
  • e26c76d5c9 Merge branch 'release/0.10' into develop Sebastian Messmer 2019-06-01 20:04:36 -0700
  • e90fda0f03 Fix a race condition when a file descriptor is closed while there's read/write requests for that file being processed. Sebastian Messmer 2019-06-01 20:01:35 -0700
  • 251272b517 Fix a race condition when a file descriptor is closed while there's read/write requests for that file being processed. Sebastian Messmer 2019-06-01 19:27:47 -0700
  • 0aa0b64712 Refactor traversl in cryfs-stats Sebastian Messmer 2019-05-26 02:34:26 -0700
  • fd52381ecd Fix clang-tidy Sebastian Messmer 2019-05-26 01:05:02 -0700
  • c5febd032a Merge branch 'release/0.10' into develop Sebastian Messmer 2019-05-25 20:19:44 -0700
  • ad5b1e72e3 Improve fspp logging Sebastian Messmer 2019-05-25 19:25:28 -0700
  • 412a1ecb90 Silence unused parameter warning Sebastian Messmer 2019-05-25 14:22:45 -0700
  • 1d422cbb38 Fix occasional crash in mkdir() on Windows Sebastian Messmer 2019-05-25 13:35:44 -0700
  • 7d40937b9a Better logging when local state can't be loaded Sebastian Messmer 2019-05-25 12:27:31 -0700
  • 85cc1669a2 Merge from release/0.10 Sebastian Messmer 2019-04-03 18:44:48 -0700
  • 0ee707397d Prepare changelog for 0.10.2 Sebastian Messmer 2019-04-03 18:40:31 -0700
  • e732cc03f6 Mark 0.10.1 as released Sebastian Messmer 2019-04-03 18:37:11 -0700