6c5adbb9af
Add commas to see also
2019-03-30 23:25:58 +09:00
9f6ed6c08e
Merge pull request #992 from ggtakec/master
...
Added see also section to man page
2019-03-29 09:23:18 +09:00
b1ddb483a4
Added see also section to man page
2019-03-28 23:59:19 +00:00
17352ef4fd
Merge pull request #987 from ggtakec/master
...
Support undefined CURLoption in libcurl library used in build
2019-03-22 20:34:48 +09:00
71766039ff
Support undefined CURLoption in libcurl library used in build
2019-03-22 10:47:42 +00:00
c607c9be58
Merge pull request #985 from ggtakec/master
...
Fixed configure.ac about abuses AC_CHECK_FILE
2019-03-22 15:19:04 +09:00
df604e50fb
Fixed configure.ac about abuses AC_CHECK_FILE
2019-03-22 05:22:23 +00:00
876662ff89
Merge pull request #982 from gaul/cppcheck/find-first-of
...
Simplify string comparison
2019-03-22 13:59:45 +09:00
058706014b
Simplify string comparison
...
Found via newer cppcheck.
2019-03-14 22:19:33 +09:00
99ec09f13a
Merge pull request #978 from ggtakec/master
...
Updated ChangeLog and configure.ac etc for release 1.85
v1.85
2019-03-11 21:32:25 +09:00
4a011d87e0
Updated ChangeLog and configure.ac etc for release 1.85
2019-03-11 11:53:57 +00:00
c6edc2cd8f
Merge pull request #977 from gaul/readme/homebrew
...
Make macOS instructions consistent with others
2019-03-11 20:26:26 +09:00
cc196bfdf0
Make macOS instructions consistent with others
2019-03-11 14:36:36 +09:00
895d5006bb
Merge pull request #975 from ggtakec/master
...
Fixed ref-count when error occurred.
2019-03-10 15:09:09 +09:00
62dcda6a56
Fixed ref-count when error occurred.
2019-03-10 06:04:19 +00:00
cbf072bc55
Merge pull request #967 from gaul/reference-count
...
Increase FdEntity reference count when returning
2019-03-10 14:27:10 +09:00
1b4d2a32d2
Merge pull request #974 from ggtakec/master
...
Changed the description order of man page options
2019-03-10 13:43:51 +09:00
b71c90bbe1
Changed the description order of man page options
2019-03-10 04:32:10 +00:00
80344aafd3
Merge pull request #972 from gaul/readme/amazon-linux
...
Add instructions for Amazon Linux
2019-03-10 13:11:04 +09:00
b5ca400500
Merge pull request #970 from gaul/nocopyapi
...
Remove from file from stat cache during rename
2019-03-10 12:56:04 +09:00
2e89439120
Merge pull request #969 from gaul/typo/lazy
...
Fix lazy typo
2019-03-10 12:40:59 +09:00
555410386c
Add instructions for Amazon Linux
2019-03-09 22:25:06 +09:00
08b132ddb9
Remove from file from stat cache during rename
...
This addresses failures with test_rename_before_close when using
nocopyapi. Note that test_update_time still fails.
2019-03-09 17:53:35 +09:00
1e86cc643d
Fix lazy typo
2019-03-09 17:46:02 +09:00
f53503438c
Increase FdEntity reference count when returning
...
Previously s3fs had a race condition where one client could delete
FdEntity that another client was using. Add a simple concurrent test
which previously failed but now succeeds. Fixes #964 .
2019-03-09 15:55:04 +09:00
0d43d070cc
Merge pull request #965 from ggtakec/fix_multi_x
...
Improvement of curl session pool for multipart
2019-02-27 22:44:25 +09:00
0791fdca2a
Merge pull request #960 from kristjanvalur/wtf8
...
Wtf8
2019-02-27 21:21:38 +09:00
6e8678d5e3
remove lines that wer accidentally duplicated
2019-02-25 16:02:01 +00:00
10d9f75366
Improvement of curl session pool for multipart
...
Improvement of curl session pool for multipart(2)
Improvement of curl session pool for multipart(3)
2019-02-25 14:46:24 +00:00
77993e607e
Merge pull request #961 from gaul/cppcheck
...
Work around cppcheck warnings
2019-02-24 11:24:28 +09:00
74d8671e54
Work around cppcheck warnings
...
Follows on to eeb839242b .
2019-02-20 21:55:41 +09:00
4c41eac29c
fix documentation and man page
2019-02-20 11:24:29 +00:00
3c97c1b251
merged main
2019-02-19 10:53:00 +00:00
84c671a81a
fix indentation
2019-02-19 10:37:43 +00:00
f336bdebcc
add command line flag and documentation
2019-02-19 10:32:37 +00:00
e5b8377202
fix comments and code
2019-02-19 10:32:10 +00:00
4f42f4ab0c
Enable s3fs encoding and decoding in the fuse interface
2019-02-18 13:36:48 +00:00
11b385820d
more robust wtf8 encoding
2019-02-18 12:27:44 +00:00
f1a9eaee54
Merge pull request #958 from gaul/readme/inotify
...
Document lack of inotify support
2019-02-17 23:28:24 +09:00
ffee8d5f39
Merge pull request #959 from ggtakec/master
...
Fixed code for latest cppcheck error on OSX
2019-02-17 23:19:17 +09:00
eeb839242b
Fixed code for latest cppcheck error on OSX
2019-02-17 13:59:11 +00:00
f7760976a5
Document lack of inotify support
...
References #45 .
2019-02-17 19:45:08 +09:00
ca2d1d873d
Adding utility functions to convert invalid utf8 to wtf8 encoding
...
This is to deal with windows clients who pass in cp1252 as if it
were utf8
2019-02-15 15:57:03 +00:00
951761ee2c
Merge pull request #951 from ggtakec/master
...
Added a non-interactive option to utility mode
2019-02-11 03:03:01 +09:00
231fd001d9
Added a non-interactive option to utility mode
...
Rebase for resolving conflicts
Deleted interactive mode on utility mode
Fixed minor mistakes
2019-02-10 17:36:18 +00:00
e00afa8128
Merge pull request #957 from gaul/deps/s3proxy-1.6.1
...
Upgrade to S3Proxy 1.6.1
2019-02-10 23:32:13 +09:00
e9297f39ea
Upgrade to S3Proxy 1.6.1
...
Notably, this improve performance when listing objects using the
filesystem backend, allowing new tests like expanding large tar files.
Release notes:
https://github.com/gaul/s3proxy/releases/tag/s3proxy-1.6.1
2019-02-06 17:06:43 -08:00
314dc5a398
Merge pull request #955 from gaul/clang-tidy/misc
...
Address miscellaneous clang-tidy warnings
2019-02-06 21:21:54 +09:00
e07cb020cc
Merge pull request #954 from gaul/clear-iter
...
Clear containers instead of individual erases
2019-02-06 21:12:36 +09:00
9f79b9e0da
Merge pull request #953 from gaul/readme/s3ql
...
Update s3ql link
2019-02-06 21:03:28 +09:00