Commit Graph
7 Commits
Author SHA1 Message Date
dcristianandPascal Obry 668e0ac242 consistency / style changes as per merge comments 2015-11-30 21:46:54 +01:00
dcristianandPascal Obry 4207c97123 small tweaks on debugging messages 2015-11-30 21:46:54 +01:00
dcristianandPascal Obry 0c074844e7 proper md5sum segfault fix 2015-11-30 21:46:54 +01:00
dcristianandPascal Obry 0c6100469a segfault fix for md5sum 2015-11-30 21:46:54 +01:00
dcristianandPascal Obry aaf0f2478b optimised upload to cloud.
File is not uploaded on flush if content did not changed
(compute md5 for file content), only metadata is saved.
2015-11-30 21:46:39 +01:00
dcristianandPascal Obry 1d520faf35 completed chmod / chown attrib. init
fix: proper init of extended attributes on file create.
2015-11-30 21:46:29 +01:00
dcristianandPascal Obry 056bb5e319 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.
 * Support for http progress (track upload / download speed etc.)
 * Major code refactoring, code documentation, extensive debugging,
   additional config options
2015-11-30 21:45:54 +01:00