s3fs-fuse/src
Andrew Gaul 2cc88b933f Warn about missing MIME types instead of exiting
s3fs uses the MIME types file to set Content-Type for uploaded
objects.  Most distribution packages should install this via
recommended (not required) dependencies.  Users compiling from source
may not have this installed and s3fs should not prevent launching
since most users do not care about Content-Type.  Instead warn about
MIME types absence.  Fixes #1270.
2020-04-29 20:03:50 +09:00
..
addhead.cpp Fixed build error by cppcheck 1.89 2019-09-23 10:49:49 +00:00
addhead.h Avoid misplaced const via removing unneeded typedef 2019-07-12 03:41:19 -07:00
cache.cpp Fixed a bug of stats cache compression 2020-04-12 18:33:00 +09:00
cache.h In memory cache for softlinks with cache out 2020-01-13 20:23:10 +09:00
common_auth.cpp Prefer modern C headers 2019-07-12 03:50:59 -07:00
common.h Prefer simple over compound statements in macros 2019-04-17 21:46:24 +09:00
curl.cpp Warn about missing MIME types instead of exiting 2020-04-29 20:03:50 +09:00
curl.h Added mime option for strict checking of mime types file 2020-03-30 14:41:18 +00:00
fdcache.cpp Fixed insufficient upload size for mix multipart upload 2020-04-22 09:31:22 +09:00
fdcache.h Fixed insufficient upload size for mix multipart upload 2020-04-22 09:31:22 +09:00
gnutls_auth.cpp Sign request immediately before sending 2019-08-29 15:35:27 -07:00
Makefile.am Configure clang-tidy target 2019-07-03 14:04:11 -07:00
nss_auth.cpp Sign request immediately before sending 2019-08-29 15:35:27 -07:00
openssl_auth.cpp Sign request immediately before sending 2019-08-29 15:35:27 -07:00
psemaphore.h Checked and corrected all typo 2019-01-27 12:04:29 +00:00
s3fs_auth.h Changed copyright year format for debian pkg 2017-05-07 11:24:17 +00:00
s3fs_util.cpp Fix typos 2020-04-22 21:49:11 +09:00
s3fs_util.h Added mime option for strict checking of mime types file 2020-03-30 14:41:18 +00:00
s3fs.cpp Warn about missing MIME types instead of exiting 2020-04-29 20:03:50 +09:00
s3fs.h Prefer simple over compound statements in macros 2019-04-17 21:46:24 +09:00
string_util.cpp Expose base parameter in s3fs_strtoofft 2019-09-04 20:41:47 -07:00
string_util.h Expose base parameter in s3fs_strtoofft 2019-09-04 20:41:47 -07:00
test_string_util.cpp Expose base parameter in s3fs_strtoofft 2019-09-04 20:41:47 -07:00
test_util.h Adding utility functions to convert invalid utf8 to wtf8 encoding 2019-02-15 15:57:03 +00:00