s3fs-fuse/src
Andrew Gaul 5699875e30
Use C++11 emplace where possible (#2240)
This is more concise and sometimes more efficient.
2023-07-30 22:51:20 +09:00
..
addhead.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
addhead.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
autolock.cpp Remove unneeded headers identified by IWYU (#2007) 2022-07-28 23:38:38 +09:00
autolock.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
bodydata.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
bodydata.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
cache.cpp Use C++11 std::map::erase return value (#2236) 2023-07-27 23:34:43 +09:00
cache.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
common_auth.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
common.h Enabled to load shared library for Credential and Token (#1927) 2022-10-22 10:42:07 +09:00
curl_handlerpool.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
curl_handlerpool.h Fixed data race at OPENSSL_sk_dup/free in libcurl 2023-07-12 22:51:57 +09:00
curl_multi.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
curl_multi.h Replace some raw pointers with std::unique_ptr (#2195) 2023-07-27 09:12:28 +09:00
curl_util.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
curl_util.h Make some methods and parameters const (#2078) 2023-01-04 20:23:39 +09:00
curl.cpp Address stray warnings (#2237) 2023-07-29 09:19:18 +09:00
curl.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
fdcache_auto.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
fdcache_auto.h Refixed for cppcheck 2.1x 2023-07-26 07:55:33 +09:00
fdcache_entity.cpp Address stray warnings (#2237) 2023-07-29 09:19:18 +09:00
fdcache_entity.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
fdcache_fdinfo.cpp Use C++11 emplace where possible (#2240) 2023-07-30 22:51:20 +09:00
fdcache_fdinfo.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
fdcache_page.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
fdcache_page.h Fixed errors reported by cppcheck 2.9 (#2038) 2022-09-24 15:45:13 +09:00
fdcache_pseudofd.cpp Updates for clang-tidy 15 (#2058) 2022-11-21 23:29:35 +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 Remove more unneeded headers identified by IWYU (#2011) 2022-07-30 12:06:47 +09:00
fdcache_stat.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
fdcache_untreated.cpp Use C++11 emplace where possible (#2240) 2023-07-30 22:51:20 +09:00
fdcache_untreated.h Make some methods and parameters const (#2078) 2023-01-04 20:23:39 +09:00
fdcache.cpp Use C++11 std::map::erase return value (#2236) 2023-07-27 23:34:43 +09:00
fdcache.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
gnutls_auth.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
Makefile.am Compatible with OpenSSL 3.0 2022-11-27 21:46:08 +09:00
metaheader.cpp Fixed a bug when reading a reduced file without flushing (#2133) 2023-03-26 11:45:21 +09:00
metaheader.h Fixed segmentation fault caused by file write failure (#2123) 2023-03-11 16:45:56 +09:00
mpu_util.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
mpu_util.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
mvnode.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
mvnode.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
nss_auth.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
openssl_auth.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
psemaphore.h Add the stream upload which starts uploading parts before Flush 2022-07-17 22:20:45 +09:00
s3fs_auth.h Fix implicit narrowing conversions (#1672) 2021-06-13 12:50:07 +09:00
s3fs_cred.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3fs_cred.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3fs_extcred.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3fs_global.cpp Remove more unneeded headers identified by IWYU (#2011) 2022-07-30 12:06:47 +09:00
s3fs_help.cpp New option: bucket_size (#2148) 2023-04-23 14:04:38 +09:00
s3fs_help.h Output version and command parameters at startup 2021-03-06 19:11:57 +09:00
s3fs_logger.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3fs_logger.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3fs_util.cpp Convert most str callers to C++11 std::to_string (#2238) 2023-07-28 18:21:55 +09:00
s3fs_util.h Set mtime/ctime/atime of all objects as nanosecond 2022-07-28 13:47:03 +09:00
s3fs_xml.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3fs_xml.h Explicitly handle CommonPrefixes with nocompat_dir (#2212) 2023-07-13 21:15:34 +09:00
s3fs.cpp Convert most str callers to C++11 std::to_string (#2238) 2023-07-28 18:21:55 +09:00
s3fs.h Source file division and set 4 spaces and cleanup 2020-08-26 17:43:50 +09:00
s3objlist.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
s3objlist.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
sighandlers.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
sighandlers.h Remove unneeded headers identified by IWYU (#2007) 2022-07-28 23:38:38 +09:00
string_util.cpp Convert most str callers to C++11 std::to_string (#2238) 2023-07-28 18:21:55 +09:00
string_util.h Convert most str callers to C++11 std::to_string (#2238) 2023-07-28 18:21:55 +09:00
test_curl_util.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
test_page_list.cpp Remove more unneeded headers identified by IWYU (#2011) 2022-07-30 12:06:47 +09:00
test_string_util.cpp Convert most str callers to C++11 std::to_string (#2238) 2023-07-28 18:21:55 +09:00
test_util.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
threadpoolman.cpp Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
threadpoolman.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00
types.h Use C++11 nullptr instead of 0 or NULL (#2234) 2023-07-27 21:56:58 +09:00