Sebastian Messmer
|
079a43df5f
|
Merge branch 'release/0.10' into develop
|
2019-01-13 09:28:20 -08:00 |
|
Sebastian Messmer
|
d0efbaaa72
|
Fix creation of relative symlinks ( https://github.com/cryfs/cryfs/issues/244 )
|
2019-01-13 09:27:50 -08:00 |
|
Sebastian Messmer
|
af9469c907
|
Merge branch 'release/0.10' into develop
|
2019-01-12 23:27:16 -08:00 |
|
Sebastian Messmer
|
286bad94cc
|
Changelog
|
2019-01-12 23:26:59 -08:00 |
|
Sebastian Messmer
|
d86fcf27c6
|
Merge branch 'release/0.10' into develop
|
2019-01-12 23:21:40 -08:00 |
|
Sebastian Messmer
|
1da3e6cbae
|
- Fix for reading empty files out of bounds
- Fixed race condition (https://github.com/cryfs/cryfs/issues/224 and https://github.com/cryfs/cryfs/issues/243)
|
2019-01-12 23:21:12 -08:00 |
|
Sebastian Messmer
|
1dbc425c7c
|
Merge branch 'release/0.10' into develop
|
2019-01-12 16:42:25 -08:00 |
|
Sebastian Messmer
|
490abd5f31
|
Update to crypto++ 8.0. This fixes an bug where non-AESNI CPUs on Windows decrypted incorrectly
|
2019-01-12 16:36:23 -08:00 |
|
Sebastian Messmer
|
1f6af31e0e
|
Merge branch 'feature/cryptopp8' into develop
|
2019-01-12 16:34:55 -08:00 |
|
Sebastian Messmer
|
60aba37eaf
|
Fix Travis CI
|
2019-01-12 16:31:06 -08:00 |
|
Sebastian Messmer
|
6a7cadef8b
|
Fix Travis CI
|
2019-01-12 16:30:31 -08:00 |
|
Sebastian Messmer
|
aabe4cadb8
|
Update to crypto++ 8.0. This fixes an bug where non-AESNI CPUs on Windows decrypted incorrectly
|
2019-01-12 11:29:33 -08:00 |
|
Sebastian Messmer
|
cab2465263
|
Make traversal exception safe
|
2019-01-06 10:26:51 -08:00 |
|
Sebastian Messmer
|
6c006721a7
|
Make traversal exception safe
|
2019-01-06 10:25:50 -08:00 |
|
Sebastian Messmer
|
8b1b685475
|
Remove unused variable
|
2018-12-31 16:04:40 +01:00 |
|
Sebastian Messmer
|
b5b21d1475
|
Remove unused variable
|
2018-12-31 16:04:18 +01:00 |
|
Sebastian Messmer
|
f7c2421ba9
|
Enable tsan for cryfs-cli-test
|
2018-12-31 16:02:44 +01:00 |
|
Sebastian Messmer
|
7cf1de8af2
|
Enable tsan for cryfs-cli-test
|
2018-12-31 16:02:28 +01:00 |
|
Sebastian Messmer
|
d981e60971
|
Enable TSAN for cpp-utils-test
|
2018-12-31 10:35:53 +01:00 |
|
Sebastian Messmer
|
38e5479613
|
Enable TSAN for cpp-utils-test
|
2018-12-31 10:35:39 +01:00 |
|
Sebastian Messmer
|
ffdf175981
|
- Add noexcept specifiers
- Add rvalue overloads for left_opt and right_opt
|
2018-12-29 23:58:52 +01:00 |
|
Sebastian Messmer
|
2dbb5a7916
|
Enable TSAN for more builds
|
2018-12-28 09:37:09 +01:00 |
|
Sebastian Messmer
|
e8d791c9cf
|
Enable TSAN for more builds
|
2018-12-28 09:36:48 +01:00 |
|
Sebastian Messmer
|
00bd3c9342
|
Update changelog
|
2018-12-27 10:43:34 +01:00 |
|
Sebastian Messmer
|
50509f84f1
|
Update changelog
|
2018-12-27 10:43:09 +01:00 |
|
Sebastian Messmer
|
bae8707d64
|
Fix deadlock
|
2018-12-27 10:17:32 +01:00 |
|
Sebastian Messmer
|
2bae1281c6
|
Fix deadlock
|
2018-12-27 10:13:58 +01:00 |
|
Sebastian Messmer
|
d244e5cce8
|
TSAN and omp don't work together, reduce omp thread count in tsan to 1
|
2018-12-26 16:47:13 +01:00 |
|
Sebastian Messmer
|
648263d062
|
TSAN and omp don't work together, reduce omp thread count in tsan to 1
|
2018-12-26 16:46:59 +01:00 |
|
Sebastian Messmer
|
d259361ad8
|
Fix either_test to use optional more directly
|
2018-12-26 08:23:00 +01:00 |
|
Sebastian Messmer
|
d44cb9b4e2
|
Upgrade to boost 1.58
|
2018-12-26 08:22:39 +01:00 |
|
Sebastian Messmer
|
a8476a2699
|
Implement either<A, B> type
|
2018-12-26 08:19:01 +01:00 |
|
Sebastian Messmer
|
fcc9d45f41
|
Apply a fix for Win 7
|
2018-12-22 10:25:47 +01:00 |
|
Sebastian Messmer
|
0b03326ca2
|
Exit after error message when run on Windows 7
|
2018-12-22 10:18:08 +01:00 |
|
Sebastian Messmer
|
fcd239ac65
|
Merge branch 'develop' into feature/win_pre10
|
2018-12-18 21:41:02 -08:00 |
|
Sebastian Messmer
|
944cb6c3c5
|
Return error code when integrity violation is encountered
|
2018-12-18 21:40:03 -08:00 |
|
Sebastian Messmer
|
5d77a82c7f
|
Fix test cases
|
2018-12-18 21:36:13 -08:00 |
|
Sebastian Messmer
|
9ebd3d754c
|
Fix test cases
|
2018-12-18 21:34:20 -08:00 |
|
Sebastian Messmer
|
cefba055a0
|
Merge branch 'develop' of github.com:cryfs/cryfs into develop
|
2018-12-18 21:23:34 -08:00 |
|
Sebastian Messmer
|
d5d2be26be
|
Print error code on error
|
2018-12-18 21:23:16 -08:00 |
|
Sebastian Meßmer
|
2d088097dc
|
Create ISSUE_TEMPLATE.md
|
2018-12-18 21:18:42 -08:00 |
|
Sebastian Messmer
|
2648dd81ee
|
Show error message on pre-10 Windows
|
2018-12-14 00:40:38 -08:00 |
|
Sebastian Messmer
|
d68247070f
|
When an integrity violation occurs, gracefully unmount the file system and refuse to mount on future attempts
|
2018-12-10 21:20:18 -08:00 |
|
Sebastian Messmer
|
aaafb10404
|
Upgrade to boost 1.57
|
2018-12-10 21:19:54 -08:00 |
|
Sebastian Messmer
|
64150f294e
|
Fuse offers an onMounted callback that is called when everything is ready.
|
2018-12-09 12:27:53 -05:00 |
|
Sebastian Messmer
|
449133e3da
|
- Allow callback when fuse filesystem is mounted
- Use that callback to initialize the file system instead of initializing it up front
|
2018-12-03 01:57:30 -05:00 |
|
Sebastian Messmer
|
175d7b4f26
|
Build a WIX package on CI
|
2018-11-21 21:46:16 -08:00 |
|
Sebastian Messmer
|
6a3efec18d
|
Allow installing non-release versions
|
2018-11-21 21:46:00 -08:00 |
|
Sebastian Messmer
|
0db865095b
|
- Use forward instead of backward slashes for paths on Windows in build system and CI
|
2018-11-21 21:45:27 -08:00 |
|
Sebastian Messmer
|
77c2a6ff68
|
Fix dokan installation on appveyor CI
|
2018-11-21 21:44:44 -08:00 |
|