s3fs-fuse/src
Takeshi Nakatani 3d70e8966f
Merge pull request #1108 from gaul/lock/diskspace
Always hold lock when accessing free_disk_space
2019-08-03 22:01:31 +09:00
..
addhead.cpp Merge pull request #1088 from gaul/clang-tidy/misplaced-const 2019-07-15 04:08:51 +09:00
addhead.h Avoid misplaced const via removing unneeded typedef 2019-07-12 03:41:19 -07:00
cache.cpp Avoid narrowing time_t and off_t args in logging 2019-07-14 17:02:36 -07:00
cache.h Remove recursive locking 2019-07-10 12:39:00 -07: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 Use consistent default for readwrite_timeout 2019-07-16 22:03:56 -07:00
curl.h Add simple XML parsing wrapper 2019-07-05 17:39:09 -07:00
fdcache.cpp Merge pull request #1108 from gaul/lock/diskspace 2019-08-03 22:01:31 +09:00
fdcache.h Always hold lock when accessing free_disk_space 2019-07-30 08:36:54 -07:00
gnutls_auth.cpp Prefer new over malloc 2019-04-07 16:54:24 +09:00
Makefile.am Configure clang-tidy target 2019-07-03 14:04:11 -07:00
nss_auth.cpp Prefer new over malloc 2019-04-07 16:54:24 +09:00
openssl_auth.cpp Expand error checking to all pthread_mutex_t 2019-07-14 18:21:23 -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 Eagerly initialize sysconf variables 2019-07-17 09:08:13 -07:00
s3fs_util.h Eagerly initialize sysconf variables 2019-07-17 09:08:13 -07:00
s3fs.cpp Eagerly initialize sysconf variables 2019-07-17 09:08:13 -07:00
s3fs.h Prefer simple over compound statements in macros 2019-04-17 21:46:24 +09:00
string_util.cpp Avoid race when using thread-unsafe gmtime 2019-07-16 07:28:34 -07:00
string_util.h Implement s3fs_strtoofft via strtoll 2019-07-14 15:15:06 -07:00
test_string_util.cpp Implement s3fs_strtoofft via strtoll 2019-07-14 15:15:06 -07:00
test_util.h Adding utility functions to convert invalid utf8 to wtf8 encoding 2019-02-15 15:57:03 +00:00