s3fs-fuse/src
Takeshi Nakatani f74c7407db
Merge pull request #1118 from gaul/atoi
Prefer s3fs_strtoofft over atoi and strtol
2019-08-06 21:23:37 +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 Pass lock_already_held state to DelStat 2019-08-01 11:07:56 -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 Merge pull request #1118 from gaul/atoi 2019-08-06 21:23:37 +09:00
curl.h Do not heap allocate BodyData 2019-08-03 15:50:46 -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 Remove unused field 2019-08-01 16:42:38 -07:00
s3fs_util.h Remove unused field 2019-08-01 16:42:38 -07:00
s3fs.cpp Merge pull request #1118 from gaul/atoi 2019-08-06 21:23:37 +09: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