Sebastian Messmer
|
ae680a5bdc
|
Stop FuseThread without using signals
|
2019-03-16 18:09:22 -07:00 |
|
Sebastian Messmer
|
4b771e85e6
|
Before, the SignalCatcherRegistry just used the std::atomic pointer to remove SignalCatcherImpls, which could get the wrong SignalCatcherImpl if a SignalCatcher registered multiple SignalCatcherImpls (since they all had the same std::atomic pointer). This wasn't an issue in practice since all SignalCatcherImpls are deregistered at the same time, so it got all of them, but it still wasn't how the code was intended to work. Now, SignalCatcherRegistry uses the SignalCatcherImpl pointer, which is the actual intention.
|
2019-03-12 01:30:48 -07:00 |
|
Sebastian Messmer
|
6f07ebed88
|
Merge branch 'hotfix/idleunmount' into release/0.10
|
2019-02-28 22:03:29 -08:00 |
|
Sebastian Messmer
|
adf34bc6ad
|
Merge branch 'hotfix/cryptopp81' into release/0.10
|
2019-02-28 22:03:03 -08:00 |
|
Sebastian Messmer
|
14467453a4
|
Merge branch 'hotfix/locale' into release/0.10
|
2019-02-28 22:02:31 -08:00 |
|
Sebastian Messmer
|
f573843f27
|
Fix --unmount--idle
|
2019-02-28 02:29:10 -08:00 |
|
Sebastian Messmer
|
8c189c9ace
|
fix cmake crypto++
|
2019-02-28 01:22:04 -08:00 |
|
Sebastian Messmer
|
7b742f41e3
|
Update to cryptopp 8.1
|
2019-02-28 01:22:04 -08:00 |
|
Sebastian Messmer
|
a09d38e182
|
Don't change locale on musl since it would crash
|
2019-02-28 01:21:49 -08:00 |
|
Sebastian Messmer
|
d26f1faca6
|
Fix thread name test, make sure it can't pass when it's getting the name of the wrong thread
|
2019-02-28 01:21:36 -08:00 |
|
Sebastian Messmer
|
a8aeec2f75
|
Fix test cases
|
2019-02-15 22:27:15 -10:00 |
|
Sebastian Messmer
|
5a5f8f7324
|
When trying to migrate a file system from CryFS 0.9.3 or older, show an error message suggesting to first open it with 0.9.10 because we can't load that anymore.
|
2019-02-10 13:07:50 -08:00 |
|
Sebastian Messmer
|
97c9ac4a75
|
If file system migration encounters files or folders with the wrong format in the base directory, it now just ignores them instead of crashing.
|
2019-02-09 14:55:16 -08:00 |
|
Sebastian Messmer
|
4ca139ce8f
|
Update CI badge to master branch
|
2019-02-08 18:55:26 -08:00 |
|
Sebastian Messmer
|
a98f0f92a1
|
Mark 0.10.0 as released
|
2019-02-08 18:50:13 -08:00 |
|
Sebastian Messmer
|
88d70edbfb
|
Remove unused command
|
2019-02-03 18:40:50 -08:00 |
|
Sebastian Messmer
|
2c963a321d
|
Fix Travis CI
|
2019-02-03 17:15:34 -08:00 |
|
Sebastian Messmer
|
6142485859
|
Merge LeftRight fixes from develop
|
2019-02-02 13:03:14 -08:00 |
|
Sebastian Messmer
|
1cdf530548
|
Merge branch 'release/0.10' of https://github.com/cryfs/cryfs into release/0.10
|
2019-01-27 05:24:39 -08:00 |
|
Sebastian Messmer
|
13ad69b3c0
|
Fix Windows encoding issues for non-ascii characters in filenames (https://github.com/cryfs/cryfs/issues/247)
|
2019-01-27 05:24:26 -08:00 |
|
Sebastian Messmer
|
0b9fd31dc3
|
Add progress bar for migrations
|
2019-01-26 11:19:25 -08:00 |
|
Sebastian Messmer
|
67e9885d10
|
Implement cpputils::ProgressBar
|
2019-01-26 11:19:25 -08:00 |
|
Sebastian Messmer
|
8a5091b8a2
|
Add Blob::numNodes()
|
2019-01-26 11:19:25 -08:00 |
|
Sebastian Messmer
|
525c6618db
|
Exit cryfs-stats if filesystem is wrong version
|
2019-01-26 11:19:25 -08:00 |
|
Sebastian Messmer
|
a3a9f25e02
|
Make integrity migration interrupt-safe
|
2019-01-26 11:19:25 -08:00 |
|
Sebastian Messmer
|
a19b2281f7
|
Make parent pointer migration interrupt-safe
|
2019-01-26 11:19:25 -08:00 |
|
Sebastian Messmer
|
5386f5b0c9
|
Implement SignalCatcher
|
2019-01-26 11:19:25 -08:00 |
|
Sebastian Messmer
|
97e0a7e031
|
Implement LeftRight
|
2019-01-26 11:19:21 -08:00 |
|
Sebastian Messmer
|
652a95dd0d
|
If a migration was interrupted, continue on next mount
|
2019-01-24 10:28:42 -08:00 |
|
Sebastian Messmer
|
ad6125a7e4
|
Remove AnyCPU build from AppVeyor
|
2019-01-24 00:42:58 -08:00 |
|
Sebastian Messmer
|
ff19a9e128
|
Release appveyor builds are actually release builds
|
2019-01-23 16:45:30 -08:00 |
|
Sebastian Messmer
|
5d9192caaa
|
Remove Visual Studio preview build from appveyor CI
|
2019-01-21 23:40:14 -08:00 |
|
Sebastian Messmer
|
3c5feec86f
|
Merge remote-tracking branch 'origin/hotfix/win_openmp' into release/0.10
|
2019-01-21 23:18:21 -08:00 |
|
Sebastian Messmer
|
e91ebbc974
|
Merge branch 'release/0.10' of github.com:cryfs/cryfs into release/0.10
|
2019-01-21 23:18:05 -08:00 |
|
Sebastian Messmer
|
6042d4ba6b
|
Build with OpenMP on Windows
|
2019-01-21 11:47:16 -08:00 |
|
Sebastian Meßmer
|
e06a0f9743
|
Update README.md
|
2019-01-21 11:25:31 -08:00 |
|
Sebastian Meßmer
|
fe0d5493b2
|
Update README.md
|
2019-01-21 11:24:41 -08:00 |
|
Sebastian Meßmer
|
081ea8d622
|
Update README.md
- Add installation instructions for Windows and osx
|
2019-01-21 11:23:52 -08:00 |
|
Sebastian Messmer
|
38397a2d86
|
Cherry-pick some commits from Crypto++ to make OpenMP for scrypt work on Windows
|
2019-01-21 03:38:20 -08:00 |
|
Sebastian Messmer
|
db6ed6ec99
|
Use more deterring language in question if file system should be migrated
|
2019-01-21 00:12:07 -08:00 |
|
Sebastian Messmer
|
6801e6a3d9
|
Add release builds to appveyor
|
2019-01-20 20:20:18 -08:00 |
|
Sebastian Messmer
|
1d45833f90
|
Merge branch 'hotfix/threadname' into release/0.10
|
2019-01-20 20:19:54 -08:00 |
|
Sebastian Messmer
|
ec05613968
|
Mark 0.9.10 as released
|
2019-01-20 19:57:23 -08:00 |
|
Sebastian Messmer
|
8d09fb4c46
|
Set meaningful thread names for debugging purposes
|
2019-01-20 13:15:15 -08:00 |
|
Sebastian Messmer
|
29f7f06ca9
|
Implement set_thread_name and get_thread_name for debugging purposes
|
2019-01-20 13:15:11 -08:00 |
|
Sebastian Messmer
|
f201addbaf
|
Use Ninja cmake generator on appveyor CI
|
2019-01-20 12:37:10 -08:00 |
|
Sebastian Messmer
|
f6c6128f82
|
Fix test
|
2019-01-20 02:28:46 -08:00 |
|
Sebastian Messmer
|
ad211872d5
|
Ask users to do backup before migrating
|
2019-01-19 13:43:55 -08:00 |
|
Sebastian Messmer
|
44175d8a68
|
Merge branch 'release/0.10' of github.com:cryfs/cryfs into release/0.10
|
2019-01-19 13:02:45 -08:00 |
|
Sebastian Messmer
|
58cb91102d
|
Implement cryfs-unmount for unmounting filesystems
|
2019-01-19 13:02:41 -08:00 |
|