.. |
addhead.cpp
|
Own values in add_header (#2285)
|
2023-08-20 18:59:18 +09:00 |
addhead.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
autolock.cpp
|
Remove unneeded headers identified by IWYU (#2007)
|
2022-07-28 23:38:38 +09:00 |
autolock.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
cache.cpp
|
Fixed errors of cppcheck 2.12.0
|
2023-09-24 19:55:02 +09:00 |
cache.h
|
Fixed errors of cppcheck 2.12.0
|
2023-09-24 19:55:02 +09:00 |
common_auth.cpp
|
Remove unneeded explicit std::string constructors (#2273)
|
2023-08-17 22:12:28 +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
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
curl_multi.cpp
|
Fixed errors of cppcheck 2.12.0
|
2023-09-24 19:55:02 +09:00 |
curl_multi.h
|
Return std::unique_ptr from S3fsCurl callbacks (#2272)
|
2023-08-17 22:08:56 +09:00 |
curl_util.cpp
|
Remove several calls to free (#2308)
|
2023-09-06 23:50:33 +09:00 |
curl_util.h
|
Remove unused functions (#2289)
|
2023-08-22 23:17:43 +09:00 |
curl.cpp
|
Use unique_ptr in SSL functions (#2282)
|
2023-08-19 23:29:00 +09:00 |
curl.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
fdcache_auto.cpp
|
Return errors from AutoFdEntity::Open (#2296)
|
2023-08-29 22:57:30 +09:00 |
fdcache_auto.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
fdcache_entity.cpp
|
Initialize variable before use (#2302)
|
2023-09-06 23:32:49 +09:00 |
fdcache_entity.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
fdcache_fdinfo.cpp
|
Fixed a bug upload boundary calculation in StreamUpload
|
2023-09-25 09:28:37 +09:00 |
fdcache_fdinfo.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +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
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
fdcache_stat.cpp
|
Return errors from AutoFdEntity::Open (#2296)
|
2023-08-29 22:57:30 +09:00 |
fdcache_stat.h
|
Return errors from AutoFdEntity::Open (#2296)
|
2023-08-29 22:57:30 +09:00 |
fdcache_untreated.cpp
|
Use C++11 emplace where possible (#2240)
|
2023-07-30 22:51:20 +09:00 |
fdcache_untreated.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
fdcache.cpp
|
Return errors from AutoFdEntity::Open (#2296)
|
2023-08-29 22:57:30 +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 unique_ptr in SSL functions (#2282)
|
2023-08-19 23:29:00 +09:00 |
Makefile.am
|
Store mvnode in vector instead of manual linked list (#2312)
|
2023-09-13 22:32:15 +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
|
Fixed errors of cppcheck 2.12.0
|
2023-09-24 19:55:02 +09:00 |
mpu_util.h
|
Convert most std::list to std::vector (#2247)
|
2023-08-05 10:05:32 +09:00 |
nss_auth.cpp
|
Use unique_ptr in SSL functions (#2282)
|
2023-08-19 23:29:00 +09:00 |
openssl_auth.cpp
|
Use unique_ptr in SSL functions (#2282)
|
2023-08-19 23:29:00 +09:00 |
psemaphore.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
s3fs_auth.h
|
Use unique_ptr in SSL functions (#2282)
|
2023-08-19 23:29:00 +09:00 |
s3fs_cred.cpp
|
Remove unneeded explicit std::string constructors (#2273)
|
2023-08-17 22:12:28 +09:00 |
s3fs_cred.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +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
|
|
|
s3fs_logger.cpp
|
Use C++11 nullptr instead of 0 or NULL (#2234)
|
2023-07-27 21:56:58 +09:00 |
s3fs_logger.h
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
s3fs_util.cpp
|
Remove unneeded explicit std::string constructors (#2273)
|
2023-08-17 22:12:28 +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 std::unique_ptr in libxml functions (#2317)
|
2023-09-25 23:46:52 +09:00 |
s3fs_xml.h
|
Use std::unique_ptr in libxml functions (#2317)
|
2023-09-25 23:46:52 +09:00 |
s3fs.cpp
|
Use std::unique_ptr in libxml functions (#2317)
|
2023-09-25 23:46:52 +09:00 |
s3fs.h
|
|
|
s3objlist.cpp
|
Remove unneeded explicit std::string constructors (#2273)
|
2023-08-17 22:12:28 +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
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
string_util.cpp
|
Replace xattr_value with std::string (#2280)
|
2023-08-19 11:12:43 +09:00 |
string_util.h
|
Replace xattr_value with std::string (#2280)
|
2023-08-19 11:12:43 +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
|
Replace xattr_value with std::string (#2280)
|
2023-08-19 11:12:43 +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
|
Delete unneeded constructors and assignment operators (#2309)
|
2023-09-06 23:52:10 +09:00 |
types.h
|
Store mvnode in vector instead of manual linked list (#2312)
|
2023-09-13 22:32:15 +09:00 |