0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
.gitignore More... almost 12 years ago
s3fs 1.62 More... about 12 years ago
1) Fixed a memory leak and un-closed file discriptor. 2) Added a static table for file discriptors and paths which is keeped until closing. The s3fs_xxxx function called by FUSE is able to use a file disctiptor which is already opened by s3fs_open function. 3) The mknod is changed that it always return error, because it does not work through a network. 4) The symbolic file attribute changed to S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO. 5) Fixed the truncate function to work. 6) The mkdir and clone_directory_object functions are simplified and are changed to use the common create_directory_object function for these. For fixed a bug that the directory's PID/UID/mode are changed when these are renamed. 7) The get_object_name function is changed to check a object finely. 8) The s3fs_check_service function is changed for "301" response code. 9) Added the noxmlns option for a case of the response without xmlns field. (for the storage compatible with S3) 10) Added the nocopyapi option for the storage compatible with S3 without copy API. More... about 12 years ago
Fixed a possible memory leak in the stat cache where - items with an initial hit count of 0 would not be deleted More... over 13 years ago
moving some repeated curl operations to a single location in curl.cpp More... over 13 years ago
cleanup HTTP DELETE operations to use the same curl interface More... over 13 years ago
moved calc_signature to curl.cpp More... over 13 years ago
file handle error checking More... over 13 years ago
simplified remote_mouthpath_exists, now uses s3fs_getattr() More... over 13 years ago
s3fs_getattr simplified, now uses get_headers() More... over 13 years ago
cleaning up x-amz-meta retrieval More... over 13 years ago
handle possible memory leaks, trivial cleanup More... over 13 years ago
cleaned up s3fs_check_service More... over 13 years ago
return -EPERM on 403 (access forbidden) instead of -EIO More... over 13 years ago
cleaning up rmdir More... over 13 years ago
s3fs 1.61 More... over 13 years ago
Fixes a compile-time bug in 32bit systems and a memory leak in md5sum() More... over 13 years ago
s3fs 1.60 More... over 13 years ago
Support for modifying files > 5GB (fixes issue #215) More... over 13 years ago
fixes memory leaks associated with the fuse option parser and curl handles More... over 13 years ago
close directory handle after checking mountpoint More... over 13 years ago
Simplified s3fs_check_service More... over 13 years ago
trivial change to fix some valgrind warnings regarding unititialized values. More... over 13 years ago
Fixes issue #205 when s3fs is linked against libcurl < 7.20.0 we'd receive CURLM_CALL_MULTI_PERFORM More... over 13 years ago
Handle curl send and recv errors a little more gracefully More... over 13 years ago
s3fs-1.59 release - fixes issue #206 More... over 13 years ago
Possible fix for issue #206 - handle bad xml data from Amazon More... over 13 years ago
Fixed issue #210 More... over 13 years ago
Fixes issue #172 More... over 13 years ago
bump version for bugfix (#205) More... over 13 years ago