.. |
addhead.cpp
|
Use std::string::compare and operator== where possible (#2256)
|
2023-08-15 21:22:36 +09:00 |
addhead.h
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +09:00 |
autolock.cpp
|
Remove unneeded headers identified by IWYU (#2007)
|
2022-07-28 23:38:38 +09:00 |
autolock.h
|
Delete copy constructors and assignment operators (#2257)
|
2023-08-11 13:12:03 +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 std::string::compare and operator== where possible (#2256)
|
2023-08-15 21:22:36 +09:00 |
cache.h
|
Replace more raw pointers with std::unique_ptr (#2255)
|
2023-08-14 00:03:10 +09:00 |
common_auth.cpp
|
Return std::string from base64 encoding function (#2248)
|
2023-08-06 22:22:02 +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
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +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
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +09:00 |
curl_util.cpp
|
Calculate MD5 without using a temporary file (#2252)
|
2023-08-07 00:17:15 +09:00 |
curl_util.h
|
Use C++ enum class for most enums (#2241)
|
2023-07-30 22:53:17 +09:00 |
curl.cpp
|
Fixed a warning for compiling C/C++ codes
|
2023-08-13 20:49:39 +09:00 |
curl.h
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +09:00 |
fdcache_auto.cpp
|
Delete copy constructors and assignment operators (#2257)
|
2023-08-11 13:12:03 +09:00 |
fdcache_auto.h
|
Delete copy constructors and assignment operators (#2257)
|
2023-08-11 13:12:03 +09:00 |
fdcache_entity.cpp
|
Fixed a warning for compiling C/C++ codes
|
2023-08-13 20:49:39 +09:00 |
fdcache_entity.h
|
Use std::string::compare and operator== where possible (#2256)
|
2023-08-15 21:22:36 +09:00 |
fdcache_fdinfo.cpp
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +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
|
Delete copy constructors and assignment operators (#2257)
|
2023-08-11 13:12:03 +09:00 |
fdcache_page.h
|
Delete copy constructors and assignment operators (#2257)
|
2023-08-11 13:12:03 +09:00 |
fdcache_pseudofd.cpp
|
Updates for clang-tidy 15 (#2058)
|
2022-11-21 23:29:35 +09:00 |
fdcache_pseudofd.h
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +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 std::string::compare and operator== where possible (#2256)
|
2023-08-15 21:22:36 +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
|
Calculate MD5 without using a temporary file (#2252)
|
2023-08-07 00:17:15 +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++ enum class for most enums (#2241)
|
2023-07-30 22:53:17 +09:00 |
mpu_util.h
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +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
|
Calculate MD5 without using a temporary file (#2252)
|
2023-08-07 00:17:15 +09:00 |
openssl_auth.cpp
|
Calculate MD5 without using a temporary file (#2252)
|
2023-08-07 00:17:15 +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
|
Calculate MD5 without using a temporary file (#2252)
|
2023-08-07 00:17:15 +09:00 |
s3fs_cred.cpp
|
Improve illegal bucket name error message (#2263)
|
2023-08-15 21:31:05 +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
|
Use C++ enum class for most enums (#2241)
|
2023-07-30 22:53:17 +09:00 |
s3fs_util.h
|
Use C++ enum class for most enums (#2241)
|
2023-07-30 22:53:17 +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
|
Simplify xattr_value with owned values (#2262)
|
2023-08-15 22:54:46 +09:00 |
s3fs.h
|
Source file division and set 4 spaces and cleanup
|
2020-08-26 17:43:50 +09:00 |
s3objlist.cpp
|
Use std::string::compare and operator== where possible (#2256)
|
2023-08-15 21:22:36 +09:00 |
s3objlist.h
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +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 manual memory allocations to std::unique_ptr (#2253)
|
2023-08-11 23:26:07 +09:00 |
string_util.h
|
Convert manual memory allocations to std::unique_ptr (#2253)
|
2023-08-11 23:26:07 +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
|
Use C++ enum class for most enums (#2241)
|
2023-07-30 22:53:17 +09:00 |
test_string_util.cpp
|
Fixed string test for s3fs_base64
|
2023-08-13 20:48:38 +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
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +09:00 |
types.h
|
Simplify xattr_value with owned values (#2262)
|
2023-08-15 22:54:46 +09:00 |