Commit Graph
195 Commits
Author SHA1 Message Date
Pascal Obry 568a8f6dbe Merge branch 'dlo'
* 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
2014-05-03 16:25:35 +02:00
Pascal Obry 0072dd2c93 Remove use of deprecated routines. v1.0 2014-05-01 23:29:19 +02:00
Pascal Obry 2b89568681 Merge pull request #6 from jynolen/master
Modification of CURL options
2014-04-28 17:43:22 +02:00
root 85ed2bc6ab Modification of CURL options
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
2014-04-24 11:24:18 +02:00
Matt Greenway 2c417847a6 Merge branch 'master' of https://github.com/redbo/cloudfuse 2014-04-11 13:38:54 -05:00
Pascal Obry 5d67ed6124 Merge pull request #4 from sylvestre/master
Improvement of the docs
2014-04-06 16:23:31 +02:00
Sylvestre Ledru dbab03b4ce Details where some information come from 2014-04-06 16:20:03 +02:00
Sylvestre Ledru 682175f699 Fix a typo 2014-04-06 16:18:16 +02:00
Pascal Obry 10b8440189 Merge pull request #3 from sylvestre/master
two minor changes
2014-03-30 21:25:53 +02:00
Sylvestre Ledru 3d6c7247ae Add a space to avoid a typo 'or ina file' 2014-03-30 20:20:14 +02:00
Sylvestre Ledru cb35fbf9e2 Add an ignore on hubicfuse 2014-03-30 20:07:40 +02:00
Sylvestre Ledru 753854bbb7 * Fix a typo cloufds_connect => cloudfs_connect
* add 'void' to the declaration
2014-03-30 20:07:01 +02:00
Pascal Obry ac015beb2e Add json-c-devel dependency for CentOS. 2014-03-30 12:06:58 +02:00
Michael Barton 21358f159d Merge pull request #60 from pataquets/debian
Add Debian packaging files. Based on Mike Mestnik's work and updated to current version.
2014-03-12 21:18:37 -05:00
Michael Barton 0931ecb6fb Merge pull request #61 from davidjb/patch-1
Expand readme about tenant names & usage requirements
2014-03-12 21:13:19 -05:00
Michael Barton 5f5c316583 Merge pull request #64 from clayg/patch-1
Update README
2014-03-12 21:12:42 -05:00
clayg 1dc878f1c1 Update README 2014-03-12 19:11:12 -07:00
David Beitey 8236786fcd Expand readme about tenant names & usage requirements 2014-03-03 09:10:54 +10:00
Pascal Obry 8009299149 Add noauto for /etc/fstab 2014-02-25 21:28:12 +01:00
mtgreenway c6bd28389a rm on segments 2014-02-23 21:55:31 -06:00
mtgreenway f4bce3d594 fixed segfault bug due to incorrectly handling persistent tempfiles 2014-02-21 11:49:11 -06:00
Pascal Obry 3207e8e6b3 Merge pull request #2 from doc75/fix_readme
libjson0-dev needed on Ubuntu 12.04 in order to allow ./configure to succeed
2014-02-21 12:33:09 +01:00
Guillaume Virlet 3759bcf1a3 libjson0-dev needed on Ubuntu 12.04 in order to allow ./configure to succeed 2014-02-20 21:46:03 +01:00
Pascal Obry 3416b437f3 Add information to use a non-root. 2014-02-16 09:45:30 +01:00
Pascal Obry 042657494c Merge branch 'po/hubic-own-application'
* po/hubic-own-application:
  Add support for own client_id, client_secret and redirect_uri.
2014-02-15 21:12:43 +01:00
Pascal Obry 6834e09485 Add support for own client_id, client_secret and redirect_uri. 2014-02-15 21:12:07 +01:00
Pascal Obry fa2d7ca6f1 Removes unused variable. 2014-02-15 12:17:09 +01:00
Pascal Obry 4d7973e791 Minor reformatting. 2014-02-15 12:16:56 +01:00
Pascal Obry c6a30c215a Add some safety when reading json objects. 2014-02-15 12:16:37 +01:00
Pascal Obry 132eb927ca Update README 2014-02-15 11:38:13 +01:00
Pascal Obry 616624d069 Update README 2014-02-15 11:36:08 +01:00
Pascal Obry 7a8968ccfa Merge branch 'po/hubic-api'
* po/hubic-api:
  Rewrite the Hubic authentication to use the new API.
  Makes fuse options shared with the fuseapi.
2014-02-15 11:19:02 +01:00
Pascal Obry 983b182e61 Rewrite the Hubic authentication to use the new API. 2014-02-15 11:18:25 +01:00
Pascal Obry 9d87586fcf Makes fuse options shared with the fuseapi.
This is needed to be able to use the fuse credential with the new
Hubic API.
2014-02-15 11:17:14 +01:00
Matt Greenway c81e644bed removed unnecessary flush 2014-02-05 22:54:02 -06:00
mtgreenway c0f9a02d5f symlinks work again, needed to fflush for proper size 2014-01-26 16:25:32 -06:00
mtgreenway c5e96ad1c8 rearanging functions 2014-01-26 15:34:45 -06:00
Matt Greenway 64ba391f1e w/out temp_dir uses tmpfile() 2014-01-25 22:19:52 -06:00
mtgreenway 0d30284b1a from 14 to 130MB/s 2014-01-24 18:55:22 -06:00
Matt Greenway 072398be78 configure temp path not tested 2014-01-24 10:56:06 -06:00
Matt Greenway ce33d4b5b4 keep tmep files 2014-01-23 22:45:32 -06:00
Allison Heath 7b6597c872 returned 0 removed 2014-01-22 20:02:12 -06:00
mtgreenway 3d9c95ddae threaded segment download ready for testing 2014-01-22 19:59:08 -06:00
mtgreenway 9c8a0a1ac9 factored out the threads for segments and verified 2014-01-22 14:48:04 -06:00
Matt 1328e093e6 tip to remove segments 2014-01-16 18:13:28 -06:00
Matt acbbdc92c2 put back the retry 2014-01-16 18:10:56 -06:00
amontero 77b950bf77 Add chengelog entry and bump package version. 2014-01-15 22:59:07 +01:00
mtgreenway f197ff351b errors when public container not visible 2014-01-12 16:22:32 -06:00
mtgreenway 3ff85de5ac fast mounting of public container and checks not (options.storage_url ^ options.container)) 2014-01-10 14:19:05 -06:00
mtgreenway 7aa9f13555 updated README 2014-01-07 13:41:01 -06:00