Commit Graph

  • 8b10de5559 Added an additional check in check_service to expose the curl compiled with openssl vs. nss issue. mooredan@suncup.net 2010-11-26 22:11:48 +0000
  • 49c3687a52 This is a fix for Issue #125. Add a more robust way of trapping the CURLE_SSL_CACERT error and trying to automatically correct it. mooredan@suncup.net 2010-11-26 03:13:53 +0000
  • 90f90f6b42 Trap the certificate issue outlined in issue 125 mooredan@suncup.net 2010-11-24 23:00:31 +0000
  • ded2dd527d Added check for left square bracket character at the beginning of the line in the password file. mooredan@suncup.net 2010-11-24 02:44:15 +0000
  • b7fc931962 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. mooredan@suncup.net 2010-11-23 22:41:58 +0000
  • 58be75f036 Added process to release mooredan@suncup.net 2010-11-23 04:46:21 +0000
  • f7f7003985 Added release target to automatically add tarball and update Installation Notes wiki - not finished yet mooredan@suncup.net 2010-11-23 01:32:41 +0000
  • 45b1256966 test/*.sh files were not being included in the tarball created by "make dist" mooredan@suncup.net 2010-11-22 22:30:17 +0000
  • 4187f03089 Don't try to read from /etc/mime.types if it is not present/readable. mooredan@suncup.net 2010-11-22 18:28:07 +0000
  • 7429227922 Added a couple of casts to take care of compile warnings mooredan@suncup.net 2010-11-21 01:30:25 +0000
  • d239780a29 Added check for preliminary checking of credentials and if the bucket exists on the amazon server. mooredan@suncup.net 2010-11-20 17:55:15 +0000
  • 65e0a2ff84 Re-enable the -f option for FUSE. (This got disabled with the conversion to get_opt mooredan@suncup.net 2010-11-19 22:23:38 +0000
  • a587656914 Deleted empty directories. Now the whole repository has been moved up one directory. mooredan@suncup.net 2010-11-14 02:29:04 +0000
  • 8864850ca8 Updated svn:ignore props on top level mooredan@suncup.net 2010-11-14 02:26:57 +0000
  • 1ada6609f0 autoreconf, configure, make, make check, install, etc all work from the copy of source files up on directory mooredan@suncup.net 2010-11-14 00:41:12 +0000
  • e9b8216d21 In preparation to remove the unnecessary "s3fs" directory from the trunk directory. mooredan@suncup.net 2010-11-13 23:59:23 +0000
  • 41cf008523 Added command line option for debug (-d or --debug) mooredan@suncup.net 2010-11-12 23:18:39 +0000
  • b6768464af A couple of small changes to the check collateral: mooredan@suncup.net 2010-11-11 21:07:45 +0000
  • c0ca9dd0c3 Fixed issue #123 - Check permissions on password file used mooredan@suncup.net 2010-11-11 05:14:16 +0000
  • ec822185da 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. apetresc 2010-11-09 07:22:30 +0000
  • ac294bc885 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. apetresc 2010-11-09 07:13:30 +0000
  • 3022b87738 Added a simple integration test, and properly integrated it with autotools. apetresc 2010-11-09 07:04:47 +0000
  • cc2e440276 Revamped the read_passwd_file function to resolve issue #114 mooredan@suncup.net 2010-11-08 03:42:16 +0000
  • a80c900894 Fixes for several issues: mooredan@suncup.net 2010-11-07 01:39:30 +0000
  • 08a611217a Reduced minimum versions for fuse and libxml-2 mooredan@suncup.net 2010-10-30 02:32:49 +0000
  • ef630253d6 Added support for anonymously mounting a public bucket. mooredan@suncup.net 2010-10-29 03:25:06 +0000
  • 28e56b759d Updated the README to reflect the new compilation method. apetresc 2010-10-25 19:58:59 +0000
  • bf06d02536 Added autom4te.cache to svn ignore list mooredan@suncup.net 2010-10-25 05:06:58 +0000
  • 6eb6b1e238 M s3fs/src/s3fs.cpp ========================= Removed extra space in the message emitted by --version mooredan@suncup.net 2010-10-24 22:23:09 +0000
  • 184a31d676 Factored out purely string-based operations into string_util apetresc 2010-10-24 09:36:50 +0000
  • 22f260e582 Beginning the refactoring my making the first separation of s3fs.cpp into s3fs.h. Many further divisions along logical boundaries will be coming soon. apetresc 2010-10-24 08:32:15 +0000
  • 639e087d4f Added .project and .cproject to svn:ignore. apetresc 2010-10-24 07:42:55 +0000
  • 4dd73defab Fixed issue #19 added a --version switch Used the compile time VERSION define Version message conforms to GNU Coding Standards mooredan@suncup.net 2010-10-21 14:23:43 +0000
  • 0d130efe60 A bit more cleanup of the directory. mooredan@suncup.net 2010-10-21 00:05:53 +0000
  • 8e2652b233 Code reformatting so it conforms to the Google C++ style guide. I chose that one because it's generally-accepted, but any style guide is okay with me. The important thing is to no longer have the random assortment of formatting that was there before. apetresc 2010-10-20 07:08:50 +0000
  • aebff8b8d2 Adding Autotools cruft to svn:ignore. apetresc 2010-10-20 06:16:06 +0000
  • a15b72145e Converting to Autotools. apetresc 2010-10-20 06:06:09 +0000
  • cb85e65591 Fixed issue #101 - mv (rename) does not update the Content-Type metadata if the file extension changes mooredan@suncup.net 2010-10-20 02:54:01 +0000
  • 9708cdb629 Incorporated most of the changes outlined in issue #52 mooredan@suncup.net 2010-10-19 16:13:15 +0000
  • dbd990842b Corrected omission of word source in the dist target mooredan@suncup.net 2010-10-19 15:30:04 +0000
  • 388dbdd04f Add svn-r*.tar.gz to files to be ignored mooredan@suncup.net 2010-10-19 05:05:59 +0000
  • 05bc0fb42b Resolves issue #98 - s3fs fails silently for bucket with upper case letters. mooredan@suncup.net 2010-10-19 03:23:43 +0000
  • 788a4ff542 Fixes issue #85 and issue #55 mooredan@suncup.net 2010-10-19 01:58:33 +0000
  • ee3094148f Fix issue #56 : ghost folders rmdir a non-empty directory now fails as it should mooredan@suncup.net 2010-10-19 01:40:18 +0000
  • 4a04bd2764 Fixed issue #89 - Support for Reduced Redundancy with a patch from chregu's code stream mooredan@suncup.net 2010-10-18 22:35:14 +0000
  • b578777851 made the Makefile to be more "make-like", instead of compiling unconditionally at every invocation of make - actually look at the dependancy mooredan@suncup.net 2010-10-18 22:22:57 +0000
  • 7a9ddf4df4 Fixed issue #72 - rsync to s3fs mount defaults to application/octet-stream mooredan@suncup.net 2010-10-18 21:29:16 +0000
  • b792abb702 Fixed issue # 82 - Warnings during build mooredan@suncup.net 2010-10-18 21:16:08 +0000
  • a55baa5546 Add compiled binary file "s3fs" to the ignore list. mooredan@suncup.net 2010-10-18 21:01:47 +0000
  • ca547530f8 Fix issue #66 "memset typo" with supplied patch mooredan@suncup.net 2010-10-18 20:54:42 +0000
  • 6ccbc134c6 Removed compiled binary from revision control. mooredan@suncup.net 2010-10-18 20:32:07 +0000
  • abab090301 merged in eu bucket changes from http://github.com/tractis/s3fs-fork rrizun 2010-02-05 00:45:55 +0000
  • e6c737a567 git-svn-id: http://s3fs.googlecode.com/svn/trunk@189 df820570-a93a-0410-bd06-b72b767a4274 rrizun 2010-01-12 00:55:14 +0000
  • ecb9efa5fa applied eucalyptus patch http://open.eucalyptus.com/wiki/s3fs rrizun 2010-01-12 00:54:03 +0000
  • eadd2b17f8 git-svn-id: http://s3fs.googlecode.com/svn/trunk@187 df820570-a93a-0410-bd06-b72b767a4274 rrizun 2009-12-01 02:50:15 +0000
  • 7f44820fbd GNU build system rrizun 2009-12-01 02:44:24 +0000
  • f3549de9d8 fixed stale curl handle bug; fixed 100% cpu bug rrizun 2008-08-10 22:51:27 +0000
  • a2d7ad4225 compare mime types w/strcasecmp rrizun 2008-05-19 17:24:25 +0000
  • 66887436b5 symlinks! rrizun 2008-05-08 23:30:37 +0000
  • 9421d6b1ef use /etc/mime.types rrizun 2008-05-08 22:42:53 +0000
  • 483efff920 checkpoint: numeric uid/gid rrizun 2008-05-04 22:14:56 +0000
  • de1cad6083 checkpoint: use x-amz-copy-source rrizun 2008-05-04 21:10:21 +0000
  • 5c96ee4563 svn keyword substitution rrizun 2008-04-27 19:27:37 +0000
  • df96d41970 svn id rrizun 2008-04-27 19:23:53 +0000
  • c826ed6387 svn id rrizun 2008-04-27 19:17:49 +0000
  • 0fd020bbdd svn id rrizun 2008-04-27 19:13:08 +0000
  • ad28a23076 added configurable url rrizun 2008-04-27 18:49:57 +0000
  • 3f0c66f7a0 readwrite_timeout rrizun 2008-04-16 01:50:09 +0000
  • 7207948462 connect_timeout and read_write_timeout rrizun 2008-04-16 01:48:02 +0000
  • 271ccf0757 issue 14: fixed local file cache bug rrizun 2008-04-02 00:28:00 +0000
  • c357f0c459 serviceability: log a few things to syslog rrizun 2008-04-01 23:43:39 +0000
  • 54764721a1 set uid/gid rrizun 2008-04-01 22:56:37 +0000
  • 02896f886f issue22 rrizun 2008-03-24 17:14:23 +0000
  • babafd3f29 added install and dist targets rrizun 2008-03-03 17:38:21 +0000
  • 01a6db1c2c contrib from Hetz rrizun 2008-03-03 17:37:32 +0000
  • 449cad9343 max-keys=20 (instead of default 1000) to workaround libcurl pegging cpu to 100% when adding 1000 curl handles to a multi handle rrizun 2008-02-28 16:42:41 +0000
  • 0402a3fc89 added crypto locking functions rrizun 2008-02-27 21:11:05 +0000
  • c98d9be724 curl_global_init rrizun 2008-02-27 17:37:42 +0000
  • 4104189eba use CURLOPT_NOSIGNAL in multithreaded applications... avoids nasty SEGFAULT during Curl_resolv! rrizun 2008-02-25 04:36:00 +0000
  • c5d9fdb607 rewind upon retry rrizun 2008-02-25 04:16:15 +0000
  • 104d7dd29d x-amz-* vs x-amz-meta-* rrizun 2008-02-25 04:02:08 +0000
  • afbd605bb4 duh rrizun 2008-02-24 21:57:53 +0000
  • 713f16939f eradicate dbg cruft rrizun 2008-02-24 21:18:07 +0000
  • efec7c8f76 fix curl_multi_timeout bug found on mac rrizun 2008-02-24 21:05:01 +0000
  • 4af3aa98ae mac friendly rrizun 2008-02-24 21:02:17 +0000
  • 53f27fbc4c default_acl rrizun 2008-02-24 17:35:17 +0000
  • 8484ddab8a readdir: parallel rrizun 2008-02-23 15:35:40 +0000
  • 891e85e71d removed 10s read timeout rrizun 2008-02-20 16:40:58 +0000
  • c8afa8f7f0 tidyup rrizun 2008-02-20 05:06:00 +0000
  • eb73bcb0d3 1 attempt + 2 retries for a total of 3 rrizun 2008-02-20 04:50:01 +0000
  • 04534c156f configurable retries... -oretries=3 rrizun 2008-02-20 04:42:38 +0000
  • 52d6be7e20 tidyup rrizun 2008-02-20 04:37:20 +0000
  • a7a99366c4 configurable path for use_cache rrizun 2008-02-19 04:36:27 +0000
  • d8c2ee2d68 local file cache is back! rrizun 2008-02-19 03:51:36 +0000
  • 43279cbdaa so long stat_cache rrizun 2008-02-18 21:39:12 +0000
  • 24ba1bb356 root_mode rrizun 2008-02-18 18:53:24 +0000
  • 23a7d00a66 tidyup rrizun 2008-02-18 18:16:38 +0000
  • 0c0c26fdc8 use INFILE_LARGE rrizun 2008-02-18 16:50:07 +0000
  • d1a349b050 flush(): update mtime rrizun 2008-02-18 07:18:11 +0000
  • 8062d2e089 mode, mtime and deep rename! rrizun 2008-02-18 05:12:57 +0000