Commit Graph
304 Commits
Author SHA1 Message Date
Pascal Obry 34a6c3e574 Fix compilation by removing duplicate definitions reported by linker. 2021-06-16 19:44:52 +02:00
midchildanandPascal Obry b460f40d86 Fix build on macOS 2021-03-31 19:22:02 +02:00
Scott DuttonandPascal Obry 9f63998f2b Add docker
3 files are as follows

Dockerfile - the building of the image
docker-entrypoint.sh the command to run inside the container
docker_mount.sh   run the image

To mount you should just need the docker_mount.sh to run, this will
build and mount

You still need the ~/.hubicfuse file for creditinals
2018-11-12 23:08:19 +01:00
Pascal Obry 82734dfecc Remove the /debian directory.
The Debian maintainer does a better job anyway.

For #146.
2017-10-29 08:18:56 +01:00
Pascal Obry 08114d45d6 Replace libjson0-dev by libjson-c-dev as required dependency.
For #139.
2017-10-29 00:24:13 +02:00
Pascal Obry 5625eb36ef Remove README now translated in markdown. v3.0.1 2017-03-27 17:47:11 +02:00
Pascal Obry 56e71d27f1 Define FUSE version before including fuse.h as expected.
Contributed by Steven Chamberlain <steven@pyro.eu.org>
2017-03-27 17:46:30 +02:00
Pascal Obry aab44ffc2b Handle multiple HTTP status lines (with proxies)
Contributed by Stephen Kitt <skitt@debian.org>
2017-03-27 17:46:30 +02:00
Pascal Obry 2556a51b3e Preserve CPPFLAGS.
Contributed by Stephen Kitt <skitt@debian.org>
2017-03-27 17:46:30 +02:00
Pascal ObryandGitHub 47f4e8c312 Merge pull request #140 from szepeviktor/patch-3
README in markdown with small fixes
2017-03-27 17:45:50 +02:00
Viktor SzépeandGitHub e2b7bc2898 README in markdown with small fixes 2017-03-27 15:14:30 +02:00
Pascal ObryandGitHub 14683f6161 Merge pull request #132 from nikokio/master
possibility to mount multiple accounts
2017-02-22 11:50:40 +01:00
Pascal Obry 2e84856102 Merge branch 'po/fix-truncate'
* po/fix-truncate:
  Properly truncate the file at the new position.
  Add some debug information.
2017-01-22 19:27:21 +01:00
Pascal ObryandGitHub 52f1fe09eb Merge pull request #138 from xaionaro/master
Added missed dependency to Build-Depends in debian/control
2017-01-22 17:10:53 +01:00
Dmtiry Yu Okunev 4180c9b037 Added more missed dependencies to Build-Depends in debian/control 2017-01-22 14:44:30 +01:00
Dmtiry Yu Okunev 1e5200bf82 Added missed dependency to Build-Depends in debian/control 2017-01-22 14:41:20 +01:00
Pascal Obry d1ebf37c06 Properly truncate the file at the new position.
This ensures that if the new file is smaller than the previous
ne, the proper size is uploaded.

Fixes for #101.
2016-12-23 21:11:19 +01:00
Pascal Obry bf89b662b7 Add some debug information. 2016-12-23 21:09:50 +01:00
Pascal Obry 342d55ff82 Fix compilation on i686 platforms.
Fixes #135
2016-11-27 23:00:44 +01:00
Nicolas Cailleaux a50733b641 Wrong argument in README 2016-10-31 00:32:49 +01:00
Pascal Obry 908994462e Add note for using rsync. v3.0.0 2016-10-16 11:34:15 +02:00
Nicolas Cailleaux 64fb3e1988 Allow to pass hubicfuse settings file as a -o argument in order to mount multiple accounts 2016-08-04 21:58:11 +02:00
Pascal Obry 7f79da96c5 Fix use of fd in debug_print_descriptor 2016-06-13 19:41:10 +02:00
Pascal Obry 16bdc5a9d0 Fix max segment size check on 32bit systems. 2016-03-09 11:26:11 +01:00
Pascal Obry f5de2ad650 Fix some minor GCC compilation warnings. 2016-02-23 11:09:12 +01:00
Pascal Obry 47effe721c Allows files to be seekable. 2016-02-22 10:26:15 +01:00
Pascal Obry b26b49c12f Removes trailing white space. 2016-02-02 10:59:03 +01:00
Pascal Obry b9f039177f Fix minor typo. 2016-02-02 10:58:19 +01:00
Pascal Obry 7de70ff9d4 Document that segment_above must be below 5Gb.
And add corresponding test. Also enfore a segment_size below
segment_above.
2016-02-02 10:57:25 +01:00
Pascal Obry 5d7d643ffa Merge pull request #109 from michaelbaudino/patch-1
Fix hubic_token script to handling % correctly
2016-01-15 18:23:03 +01:00
Pascal Obry b23c9d22fe Merge pull request #108 from dan-cristian/patch-1
Patch  for #107
2016-01-15 18:21:44 +01:00
Michael Baudino 211ff4e92b Fix hubic_token script to handling % correctly 2016-01-15 15:41:39 +04:00
Dan Cristian a59c1664ad Merge pull request #11 from dan-cristian/patch-3
Update commonfs.c
2016-01-14 23:59:06 +02:00
Dan Cristian 2ff51495a4 Merge pull request #10 from dan-cristian/patch-2
Update cloudfuse.c
2016-01-14 23:58:25 +02:00
Dan Cristian eed4edd70e Update commonfs.c
patch for #107
2016-01-14 23:57:42 +02:00
Dan Cristian 39d377887e Update cloudfuse.c
patch for #107
2016-01-14 23:56:18 +02:00
Dan Cristian cea231420e Update commonfs.h
part of the fix for #107
2016-01-14 23:48:49 +02:00
Pascal Obry c5fc4b9bb3 Merge pull request #100 from BenJule/master
Update README
2016-01-11 22:15:23 +01:00
BenJule 36f9c228c3 Update README
Install repos via sudo
2015-12-15 17:43:14 +01:00
Pascal Obry b35ba5bd39 Merge branch 'utime'
* utime:
  Bump version to 3.0.0
  Do some more clean-up.
  Reformat code using astyle.
  Add code reformatting rule.
  Message at startup only in debug mode.
  consistency / style changes as per merge comments
  small tweaks on debugging messages
  proper md5sum segfault fix
  segfault fix for md5sum
  optimised upload to cloud.
  completed chmod / chown attrib. init
  Support for atime, mtime, chmod, chown.
2015-11-30 22:14:24 +01:00
Pascal Obry 2fde7267f5 Bump version to 3.0.0 2015-11-30 22:13:22 +01:00
Pascal Obry a1a0e4f353 Do some more clean-up. 2015-11-30 22:10:57 +01:00
Pascal Obry 66c934c8a0 Reformat code using astyle. 2015-11-30 22:08:13 +01:00
Pascal Obry ba9d9fc988 Add code reformatting rule. 2015-11-30 22:08:13 +01:00
Pascal Obry a2e4b81329 Message at startup only in debug mode. 2015-11-30 21:49:11 +01:00
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