s3fs-fuse/src
Naoki Ikeguchi 6370e150dd Disable features that causes problems on Windows 2022-01-23 21:49:51 +09:00
..
Makefile.am Add polyfills for MSYS2 environment 2022-01-23 21:49:51 +09:00
addhead.cpp Prefer std::string::empty over length == 0 (#1679) 2021-06-13 20:03:10 +09:00
addhead.h Fix clang-tidy warnings 2020-09-21 07:03:42 +09:00
autolock.cpp Fix wrong function name in log message (#1774) 2021-10-10 11:08:32 +09:00
autolock.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
bodydata.cpp Fix a few nits (#1645) 2021-05-06 19:40:35 +09:00
bodydata.h Fix clang-tidy warnings 2020-09-21 07:03:42 +09:00
cache.cpp Prefer std::string::rbegin over operator[] (#1673) 2021-06-13 13:26:38 +09:00
cache.h Additional bug fixing for not creating zero-byte object 2021-05-09 17:33:53 +09:00
common.h Add a partial page_list unit test (#1735) 2021-08-04 07:36:32 +09:00
common_auth.cpp Add dedicated upper- and lower-case hex functions (#1734) 2021-08-04 07:28:51 +09:00
curl.cpp Use polyfills in MSYS2 environment 2022-01-23 21:49:51 +09:00
curl.h Add option to allow unsigned payloads (#1801) 2021-11-01 23:33:55 +09:00
curl_handlerpool.cpp Remove uses of implicit namespace std 2020-09-13 11:57:20 +09:00
curl_handlerpool.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
curl_multi.cpp Improve warning for terminated threads 2021-06-18 07:54:38 +09:00
curl_multi.h Fix clang-tidy warnings 2020-09-21 07:03:42 +09:00
curl_util.cpp Make string constants read-only const (#1733) 2021-08-03 00:10:27 +09:00
curl_util.h Fixed osx mistype declaration and typo warnings 2021-02-13 12:04:35 +09:00
fdcache.cpp fclose(FILE*) instead of close(fileno(FILE*)) (#1758) 2021-09-01 19:41:55 +09:00
fdcache.h Added fake_diskfree option to deceive free disk space for test 2021-08-02 11:04:42 +09:00
fdcache_auto.cpp Explicitly specify lock type (#1701) 2021-06-27 15:15:48 +09:00
fdcache_auto.h Explicitly specify lock type (#1701) 2021-06-27 15:15:48 +09:00
fdcache_entity.cpp Fixed wrong stat of cache after new creation file 2021-10-17 16:10:14 +09:00
fdcache_entity.h Fixed wrong stat of cache after new creation file 2021-10-17 16:10:14 +09:00
fdcache_fdinfo.cpp fix misuse of IsUploading (#1747) 2021-08-29 23:41:02 +09:00
fdcache_fdinfo.h Changed etaglist_t from string list to new structure etagpairs list 2021-08-16 09:27:12 +09:00
fdcache_page.cpp Fixed wrong stat of cache after new creation file 2021-10-17 16:10:14 +09:00
fdcache_page.h Add a partial page_list unit test (#1735) 2021-08-04 07:36:32 +09:00
fdcache_pseudofd.cpp Introduced pseudo fd and separated fd for each file opening 2021-06-04 22:42:58 +09:00
fdcache_pseudofd.h Introduced pseudo fd and separated fd for each file opening 2021-06-04 22:42:58 +09:00
fdcache_stat.cpp Address warnings from clang-tidy 11 (#1470) 2020-11-09 21:15:20 +09:00
fdcache_stat.h Fix clang-tidy warnings 2020-09-21 07:03:42 +09:00
fdcache_untreated.cpp Added UntreatedParts class instead of untreated upload info members in PseudoFdInfo 2021-07-12 21:45:29 +09:00
fdcache_untreated.h Add a partial page_list unit test (#1735) 2021-08-04 07:36:32 +09:00
gnutls_auth.cpp Fix implicit narrowing conversions (#1672) 2021-06-13 12:50:07 +09:00
metaheader.cpp Use polyfills in MSYS2 environment 2022-01-23 21:49:51 +09:00
metaheader.h Preserve sub-second time precision (#1624) 2021-04-18 13:11:12 +09:00
mpu_util.cpp Remove uses of implicit namespace std 2020-09-13 11:57:20 +09:00
mpu_util.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
mvnode.cpp Address cppcheck 2.5 warnings (#1720) 2021-07-14 22:18:09 +09:00
mvnode.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
nss_auth.cpp Fix implicit narrowing conversions (#1672) 2021-06-13 12:50:07 +09:00
openssl_auth.cpp Fix implicit narrowing conversions (#1672) 2021-06-13 12:50:07 +09:00
psemaphore.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
s3fs.cpp Disable features that causes problems on Windows 2022-01-23 21:49:51 +09:00
s3fs.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
s3fs_auth.h Fix implicit narrowing conversions (#1672) 2021-06-13 12:50:07 +09:00
s3fs_global.cpp Fix a few nits (#1645) 2021-05-06 19:40:35 +09:00
s3fs_help.cpp Fix typo in -o enable_unsigned_payload 2022-01-12 22:50:49 +09:00
s3fs_help.h Output version and command parameters at startup 2021-03-06 19:11:57 +09:00
s3fs_logger.cpp Replace snprintf with string and ostringstream (#1649) 2021-05-08 02:48:47 +09:00
s3fs_logger.h Replace snprintf with string and ostringstream (#1649) 2021-05-08 02:48:47 +09:00
s3fs_util.cpp Output version and command parameters at startup 2021-03-06 19:11:57 +09:00
s3fs_util.h Output version and command parameters at startup 2021-03-06 19:11:57 +09:00
s3fs_xml.cpp Added exclusive control of statc variables in s3fs xml parser 2021-10-27 08:18:19 +09:00
s3fs_xml.h Added exclusive control of statc variables in s3fs xml parser 2021-10-27 08:18:19 +09:00
s3objlist.cpp Prefer std::string::empty over length == 0 (#1679) 2021-06-13 20:03:10 +09:00
s3objlist.h Fix clang-tidy warnings 2020-09-21 07:03:42 +09:00
sighandlers.cpp Added logfile option for non-syslog logging 2020-10-19 20:10:19 +09:00
sighandlers.h Added logfile option for non-syslog logging 2020-10-19 20:10:19 +09:00
strcasestr.cpp Add polyfills for MSYS2 environment 2022-01-23 21:49:51 +09:00
strcasestr.h Add polyfills for MSYS2 environment 2022-01-23 21:49:51 +09:00
string_util.cpp Use polyfills in MSYS2 environment 2022-01-23 21:49:51 +09:00
string_util.h Require explicit length in s3fs_decode64 (#1755) 2021-08-31 09:22:10 +09:00
strptime.cpp Add polyfills for MSYS2 environment 2022-01-23 21:49:51 +09:00
strptime.h Add polyfills for MSYS2 environment 2022-01-23 21:49:51 +09:00
test_curl_util.cpp Simply curl_slist_sort_insert (#1494) 2020-12-23 20:29:33 +09:00
test_page_list.cpp Add a partial page_list unit test (#1735) 2021-08-04 07:36:32 +09:00
test_string_util.cpp Require explicit length in s3fs_decode64 (#1755) 2021-08-31 09:22:10 +09:00
test_util.h Do not NUL terminate base64 decoded output (#1752) 2021-08-31 00:15:47 +09:00
types.h Fix 32-bit compilation issues (#1757) 2021-08-31 19:36:02 +09:00