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
Renaming directories currently have an issue. If you rename (mv) a directory, its contents "disappear". To get the contents back, just re-create the directory. More... about 14 years ago
Added process to release More... about 14 years ago
Added release target to automatically add tarball and update Installation Notes wiki - not finished yet More... about 14 years ago
test/*.sh files were not being included in the tarball created by "make dist" More... about 14 years ago
Don't try to read from /etc/mime.types if it is not present/readable. More... about 14 years ago
Added a couple of casts to take care of compile warnings More... about 14 years ago
Added check for preliminary checking of credentials and if the bucket exists on the amazon server. More... about 14 years ago
Re-enable the -f option for FUSE. (This got disabled with the conversion to get_opt More... about 14 years ago
Deleted empty directories. Now the whole repository has been moved up one directory. More... about 14 years ago
Updated svn:ignore props on top level More... about 14 years ago
autoreconf, configure, make, make check, install, etc all work from the copy of source files up on directory More... about 14 years ago
In preparation to remove the unnecessary "s3fs" directory from the trunk directory. More... about 14 years ago
Added command line option for debug (-d or --debug) More... about 14 years ago
A couple of small changes to the check collateral: More... about 14 years ago
Fixed issue #123 - Check permissions on password file used More... about 14 years ago
Usability improvement: use the ${SUDO_USER} environment provided by sudo to create the bucket based on the user who invoked the test using sudo. Much better this way. More... about 14 years ago
Making the test bucket be based on ${USER}. This requires the bucket to already exist. S3FS doesn't report an error when mounting if it doesn't exist, so the test fails strangely in such cases. More... about 14 years ago
Added a simple integration test, and properly integrated it with autotools. More... about 14 years ago
Revamped the read_passwd_file function to resolve issue #114 More... about 14 years ago
Fixes for several issues: More... about 14 years ago
Reduced minimum versions for fuse and libxml-2 More... over 14 years ago
Added support for anonymously mounting a public bucket. More... over 14 years ago
Updated the README to reflect the new compilation method. More... over 14 years ago
Added autom4te.cache to svn ignore list More... over 14 years ago
M s3fs/src/s3fs.cpp ========================= Removed extra space in the message emitted by --version More... over 14 years ago
Factored out purely string-based operations into string_util More... over 14 years ago
Beginning the refactoring my making the first separation of s3fs.cpp into s3fs.h. Many further divisions along logical boundaries will be coming soon. More... over 14 years ago
Added .project and .cproject to svn:ignore. More... over 14 years ago
Fixed issue #19 added a --version switch Used the compile time VERSION define Version message conforms to GNU Coding Standards More... over 14 years ago
A bit more cleanup of the directory. More... over 14 years ago