Commit Graph

703 Commits

Author SHA1 Message Date
Pierre Haessig
c444f9b917
Fix tabulations in translation files (#605) 2020-05-09 15:41:30 +02:00
Ben RUBSON
3d4ef00493
Update normal test for Windows (#602) 2020-03-17 22:27:36 +01:00
Ben RUBSON
52a584765d
Add Windows CI (#595) 2020-03-11 19:17:47 +01:00
Ben RUBSON
94683a6011
Reorganize CI files (#597) 2020-03-11 19:05:15 +01:00
Ben RUBSON
a37e139bba
Modify easylogging vendor, mute warn (#598) 2020-03-04 22:24:27 +01:00
Ben RUBSON
6d1ce2eeb4
Add Cirrus CI badge (#594) 2020-03-04 22:17:12 +01:00
Ben RUBSON
f2c4a16ee3
Clean & harden normal tests (#583) 2020-03-04 22:04:40 +01:00
Valient Gough
b60939c0ef
Merge pull request #592 from benrubson/cirrusmac
Enable Cirrus CI MacOS
2020-03-04 08:57:28 -08:00
Valient Gough
f8ab6594be
Merge branch 'master' into cirrusmac 2020-03-04 08:51:01 -08:00
Ben RUBSON
3bf25fb916
cmake FUSE & OpenSSL finding (#591) 2020-03-03 22:48:28 +01:00
Ben RUBSON
1486e50a45
Remove confusinf LARGEFILE warning (#584) 2020-03-03 22:41:05 +01:00
Ben RUBSON
3d262172d5
Deprecated INSTANTIATE_TEST_CASE_P (#593) 2020-03-03 22:33:33 +01:00
Ben RUBSON
a64397135c
Update easylogging vendor (#596) 2020-03-03 21:53:48 +01:00
benrubson
f9a3cfa7a1 Change MacOS task 2020-03-02 08:49:33 +01:00
benrubson
2142a6ca3e Disable Travis CI MacOS 2020-02-29 00:09:52 +01:00
benrubson
044d07a792 Enable Cirrus CI MacOS 2020-02-29 00:06:08 +01:00
Ben RUBSON
4a95d700e6
Update google vendors (#589) 2020-02-28 21:12:38 +01:00
Rogelio Domínguez Hernández
5203bdb474
Fix warnings with GCC9 (#560)
* Fix warning about implicitly defined copy constructor (GCC9)

* Fix warning about comparing values with different signedness (GCC9)

Co-authored-by: Ben RUBSON <6764151+benrubson@users.noreply.github.com>
2020-02-26 23:25:35 +01:00
Ben RUBSON
b56ef02055
Update tinyxml2 vendor (#581) 2020-02-26 22:17:57 +01:00
Ben RUBSON
44fa4630e1
Use std::min with proper cast (#585) 2020-02-26 19:38:43 +01:00
Ben RUBSON
ee47e2fc14
Add FreeBSD Cirrus CI (#580) 2020-02-23 16:51:15 +01:00
Ben RUBSON
d9244a1341
Update build targets (#579) 2020-02-23 16:45:07 +01:00
Ángel
f9b10bbb0b
Adjust description of --reverse (#567) 2020-02-22 11:09:53 +01:00
Rogelio Domínguez Hernández
4328178788
Remove "SYSTEM" from the include_directories() CMakeLists.txt entries (#561) 2020-02-21 22:48:12 +01:00
Shohei Kusakata
ce200c83f0 Fix typo in japanese translation (#553) 2019-07-18 12:29:16 +02:00
Daniel Santana
4f21701c1a Use /bin/sh as a fallback to SHELL in encfssh (#538) 2018-12-09 11:37:12 +01:00
Ben RUBSON
dafeb556d2
Correct block filename max length (#540) 2018-12-09 11:28:42 +01:00
Valient Gough
249d0942fe
Merge pull request #537 from cforfang/master
Add error message on failing to create config
2018-11-18 10:30:11 -08:00
Christian Forfang
660f3cf364 Add error message on failing to create config 2018-11-11 17:51:25 +01:00
Valient Gough
50552b1197
Merge pull request #536 from ryanofsky/fix-utimensat
Fix setting nanosecond times
2018-11-02 20:17:46 -07:00
Russell Yanofsky
3d060783ee Fix setting nanosecond times
utimensat function was never being called due to missing cmake define
2018-09-16 15:41:24 -04:00
Vasiliy Glazov
24af76d0d9 Correct typo in russian translate (#528) 2018-07-03 07:57:09 +02:00
Ben RUBSON
1974b417af
Update installation instructions 2018-05-16 08:38:08 +02:00
Ben RUBSON
7fc3730f67
Changelog 1.9.5 2018-04-27 10:52:22 +02:00
Ben RUBSON
4131875b1e
Add signing hint in package-source.sh helper (#517) 2018-04-27 10:43:35 +02:00
Ben RUBSON
5b7abe3bc3
Correct a sign-compare warning (#516)
thrown by Cygwin 32 bits
2018-04-26 16:39:59 +02:00
Ben RUBSON
c3340c994a
Cygwin, set proper installation prefix, but don't force (#513) 2018-04-25 09:30:49 +02:00
Ben RUBSON
cc256a657e
Doc, redirect Win users to the Wiki (#511) 2018-04-23 10:35:09 +02:00
Ben RUBSON
d0def19145
Cygwin, support Windows-style parameter paths, typo (#512)
Correct a readability-redundant-string-cstr typo detected by clang
2018-04-23 10:28:19 +02:00
Ben RUBSON
6c1fde25fc
Cygwin, support Windows-style parameter paths (#510)
Enable the use of Windows-style paths as parameters.
Now, user can use for example : encfs C:\cipher X:
A new internal option, unmountPoint, then retains the mount point as provided by the user.
2018-04-23 09:59:49 +02:00
Ben RUBSON
49cfb4cc8e
Cygwin, set proper installation prefix (#509)
Put binaries next to Cygwin DLLs, which is easier for the user running EncFS out of a Cygwin console.
2018-04-23 09:33:01 +02:00
Ben RUBSON
df7403c256
Unmount improvements (#507)
Log OSX unmount system error
Better handle Cygwin unmount child
Use WinFsp expected INT signal
2018-04-10 10:58:08 +02:00
Ben RUBSON
0fb264d531
Documentation, filename max length 2018-04-07 14:16:23 +02:00
Ben RUBSON
9ad4a7b89a
Exit idleMonitor thread when it has finished
Could help debugging, see #470
2018-04-06 20:10:05 +02:00
Ben RUBSON
dbfff030ce
Cygwin, better handle read-only FS 2018-04-06 20:02:35 +02:00
Ben RUBSON
980648c3b2
Add 2 options --noattrcache --nodatacache (#500)
--nocache : disables attr and data cache.
--noattrcache : disables attr cache only.
--nodatacache : disables data cache only.
2018-03-27 08:56:31 +02:00
Ben RUBSON
a220c395f4
Cygwin support (#499) 2018-03-26 23:36:16 +02:00
benrubson
d58d9fa5b4 Cygwin, documention links 2018-03-26 23:25:19 +02:00
benrubson
4399676ec7 Cygwin, update reverse tests 2018-03-26 23:24:07 +02:00
benrubson
daedfbc861 Cygwin, update normal tests 2018-03-26 23:22:00 +02:00