Skip to content

Commit

Permalink
consistency / style changes as per merge comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-cristian authored and TurboGit committed Nov 30, 2015
1 parent 4207c97 commit 668e0ac
Show file tree
Hide file tree
Showing 7 changed files with 1,075 additions and 1,067 deletions.
4 changes: 2 additions & 2 deletions .hubicfuse.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ temp_dir = /tmp/hubicfuse

get_extended_metadata = true
curl_verbose = false
curl_progress_state = 1
curl_progress_state = true
cache_statfs_timeout = 15
debug_level = 0
enable_chmod = false
enable_chown = false
enable_chown = false
29 changes: 15 additions & 14 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,20 @@ BUGS/SHORTCOMINGS:
"application/directory".
* Cloud Files limits container and object listings to 10,000 items.
cloudfuse won't list more than that many files in a single directory.
* File copy progress when uploading does not work, progress is shown when file
is copied in local cache, then upload operation happens at 100%

Recent additions/fixes (from https://github.com/dan-cristian):
* Support for atime, mtime, chmod, chown.
* Large files (segmented) have correct size listed (was 0 before).
* Multiple speed improvements, minimised the number of HTTP calls and added more caching features.
* Fixed many segmentation faults.
* Cached files are deleted on cache expiration when using a custom temp folder.
* Files copied have attributes preserved.
* Working well with rsync due to mtime support and proper copy operations.
* Debugging support for http progress (track upload / download speed etc.)
* Reduced traffic, skips file uploads to cloud if content does not change (using md5sum compare)
* Major code refactoring, code documentation, extensive debugging, additional config options
* File copy progress when uploading does not work, progress is shown when file
is copied in local cache, then upload operation happens at 100%

Recent additions/fixes:
* Support for atime, mtime, chmod, chown.
* Large files (segmented) have correct size listed (was 0 before).
* Multiple speed improvements, minimised the number of HTTP calls and added more caching features.
* Fixed many segmentation faults.
* Cached files are deleted on cache expiration when using a custom temp folder.
* Files copied have attributes preserved.
* Working well with rsync due to mtime support and proper copy operations.
* Debugging support for http progress (track upload / download speed etc.)
* Reduced traffic, skips file uploads to cloud if content does not change (using md5sum compare)
* Major code refactoring, code documentation, extensive debugging, additional config options

AWESOME CONTRIBUTORS:

Expand All @@ -119,6 +119,7 @@ AWESOME CONTRIBUTORS:
* Mike Lundy https://github.com/novas0x2a
* justinb https://github.com/justinsb
* Matt Greenway https://github.com/LabAdvComp
* Dan Cristian https://github.com/dan-cristian

Thanks, and I hope you find it useful.

Expand Down
Loading

0 comments on commit 668e0ac

Please sign in to comment.