openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
s3fs
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 66 of 72
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
.gitignore
rrizun
More...
almost 12 years ago
s3fs 1.62
[email protected]
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.
[email protected]
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
[email protected]
More...
over 13 years ago
moving some repeated curl operations to a single location in curl.cpp
[email protected]
More...
over 13 years ago
cleanup HTTP DELETE operations to use the same curl interface
[email protected]
More...
over 13 years ago
moved calc_signature to curl.cpp
[email protected]
More...
over 13 years ago
file handle error checking
[email protected]
More...
over 13 years ago
simplified remote_mouthpath_exists, now uses s3fs_getattr()
[email protected]
More...
over 13 years ago
s3fs_getattr simplified, now uses get_headers()
[email protected]
More...
over 13 years ago
cleaning up x-amz-meta retrieval
[email protected]
More...
over 13 years ago
handle possible memory leaks, trivial cleanup
[email protected]
More...
over 13 years ago
cleaned up s3fs_check_service
[email protected]
More...
over 13 years ago
return -EPERM on 403 (access forbidden) instead of -EIO
[email protected]
More...
over 13 years ago
cleaning up rmdir
[email protected]
More...
over 13 years ago
s3fs 1.61
[email protected]
More...
over 13 years ago
Fixes a compile-time bug in 32bit systems and a memory leak in md5sum()
[email protected]
More...
over 13 years ago
s3fs 1.60
[email protected]
More...
over 13 years ago
Support for modifying files > 5GB (fixes issue #215)
[email protected]
More...
over 13 years ago
fixes memory leaks associated with the fuse option parser and curl handles
[email protected]
More...
over 13 years ago
close directory handle after checking mountpoint
[email protected]
More...
over 13 years ago
Simplified s3fs_check_service
[email protected]
More...
over 13 years ago
trivial change to fix some valgrind warnings regarding unititialized values.
[email protected]
More...
over 13 years ago
Fixes issue #205 when s3fs is linked against libcurl < 7.20.0 we'd receive CURLM_CALL_MULTI_PERFORM
[email protected]
More...
over 13 years ago
Handle curl send and recv errors a little more gracefully
[email protected]
More...
over 13 years ago
s3fs-1.59 release - fixes issue #206
[email protected]
More...
over 13 years ago
Possible fix for issue #206 - handle bad xml data from Amazon
[email protected]
More...
over 13 years ago
Fixed issue #210
[email protected]
More...
over 13 years ago
Fixes issue #172
[email protected]
More...
over 13 years ago
bump version for bugfix (#205)
[email protected]
More...
over 13 years ago
←
1
2
…
62
63
64
65
66
67
68
69
70
71
72
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree