* next: (42 commits)
Update README
Expand readme about tenant names & usage requirements
rm on segments
fixed segfault bug due to incorrectly handling persistent tempfiles
removed unnecessary flush
symlinks work again, needed to fflush for proper size
rearanging functions
w/out temp_dir uses tmpfile()
from 14 to 130MB/s
configure temp path not tested
keep tmep files
returned 0 removed
threaded segment download ready for testing
factored out the threads for segments and verified
tip to remove segments
put back the retry
Add chengelog entry and bump package version.
errors when public container not visible
fast mounting of public container and checks not (options.storage_url ^ options.container))
updated README
...
This is needed as wget has issues with secure connection on HubiC.
For the record this command fails:
$ wget -S --max-redirect 0 https://api.hubic.com/oauth
If curl is installed it will be used instead of wget.
* po/no-user-password-disclosure:
Do not output double quote for .cloudfuse content.
Fix typo.
Remove trailing white-spaces
Update README to remove a remaining reference about user/password.
Update README
For security and privacy reason, totally removed ID/Password.
hubicfuse now works with id/secret of the app, and a refresh_token that you
can get with the script (or with your own curls!). That is more compliant
to the oAuth philosophy, because the apps you use should NEVER know your
main password.
* dlo: (42 commits)
Update README
Expand readme about tenant names & usage requirements
rm on segments
fixed segfault bug due to incorrectly handling persistent tempfiles
removed unnecessary flush
symlinks work again, needed to fflush for proper size
rearanging functions
w/out temp_dir uses tmpfile()
from 14 to 130MB/s
configure temp path not tested
keep tmep files
returned 0 removed
threaded segment download ready for testing
factored out the threads for segments and verified
tip to remove segments
put back the retry
Add chengelog entry and bump package version.
errors when public container not visible
fast mounting of public container and checks not (options.storage_url ^ options.container))
updated README
...
Conflicts:
README
cloudfsapi.c
cloudfsapi.h
cloudfuse.c
CURLOPT_SSL_VERIFYHOST doesn't support value "1" in version > 7.28
Ternary operator make it easy to change
But because verify_ssl is use for CURLOPT_SSL_VERIFYPEER we need to add another
It's more easy to keep a single var I think