s3fs-fuse/src
Vincent Bernat 7212072ff0 url: handle scheme omission
When the scheme is omitted in URL overriding (for example `example.com`
instead of `https://example.com`), s3fs is modifying the URL by
inserting `s3.` in the middle of the name  (`examples3..com`).

This can be a bit difficult to troubleshoot and curl seems to handle
schema-less requests just fine. So, just handle this case correctly.
2014-10-23 10:25:17 +02:00
..
cache.cpp Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
cache.h Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
common_auth.cpp Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
common.h Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
curl.cpp Merge pull request #63 from jollyroger/spelling 2014-10-13 11:38:13 +09:00
curl.h Fix spelling errors 2014-10-01 13:42:39 +03:00
fdcache.cpp Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
fdcache.h Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
gnutls_auth.cpp Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
Makefile.am Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
nss_auth.cpp Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
openssl_auth.cpp Fixed #68(FreeBSD issue) 2014-10-22 14:21:01 +00:00
s3fs_auth.h Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
s3fs_util.cpp Address clang always true warnings 2014-10-16 23:34:12 -07:00
s3fs_util.h Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
s3fs.cpp Address clang always true warnings 2014-10-16 23:34:12 -07:00
s3fs.h Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00
string_util.cpp url: handle scheme omission 2014-10-23 10:25:17 +02:00
string_util.h Cleaned up codes for next packaging. 2014-09-07 15:08:27 +00:00