Commit Graph

288 Commits

Author SHA1 Message Date
Jerome Charaoui a2587ca2c8 Update CHANGELOG, bump version 2019-08-30 13:10:12 -04:00
Jerome Charaoui 8f32c5b38f fix typo in manpage 2019-08-30 10:39:27 -04:00
Fufu Fang 600f3c3fe5 added more documentation 2019-08-27 10:52:46 +01:00
Fufu Fang 9a4a7b2c52 Updated README.md 2019-08-25 06:13:34 +01:00
Fufu Fang 242403098e
Update CHANGELOG.md 2019-08-24 18:18:53 +01:00
Fufu Fang 57044b6d6d Merge branch 'master' of github.com:fangfufu/httpdirfs 2019-08-24 18:14:48 +01:00
Fufu Fang 20577e516c updated README.me, suppress "-Wunused-function" in crypto lock function in network.c 2019-08-24 18:13:47 +01:00
Fufu Fang 97ecbffca0 Addressing linking error raised in issue #28
https://github.com/fangfufu/httpdirfs/issues/28#issuecomment-524497552
In Debian's GCC 9, the linker is senstive to the ordering of the
libraries and object files.
2019-08-24 17:42:06 +01:00
Fufu Fang 91f644b765
bumped version number in the man page. 2019-08-23 23:24:56 +01:00
Fufu Fang e409e816eb Merge branch 'master' of github.com:fangfufu/httpdirfs 2019-08-23 23:21:26 +01:00
Fufu Fang 23611b8b1c Version 1.1.7
- Now mutex associated debugging outputs are not compiled by default.
- Tagging version 1.1.7
2019-08-23 23:15:01 +01:00
Jerome Charaoui 2165419729 tweak manpage 2019-08-23 12:50:13 -04:00
Jerome Charaoui 6ba5ccda0e tweak usage texts 2019-08-23 12:44:06 -04:00
Jerome Charaoui 145f70aa33 refer to usage info on argument parsing error 2019-08-23 12:43:23 -04:00
Jerome Charaoui e71576ded6 print limited FUSE options 2019-08-23 12:42:39 -04:00
Jerome Charaoui 290ad9482e rename long help function 2019-08-23 12:40:19 -04:00
Fufu Fang 45cee81e15 reverting segment size back to 8MB 2019-07-28 09:38:54 +01:00
Fufu Fang 71da71148f removed excess fflush 2019-07-28 09:31:49 +01:00
Fufu Fang ab15800b3a improved error message 2019-07-28 08:20:17 +01:00
Fufu Fang c72b0d4a7f added pthread_detach() for cleanup 2019-07-27 02:49:38 +01:00
Fufu Fang 13d78b87a6
Merge pull request #39 from fangfufu/debug
Debug
2019-07-27 02:47:35 +01:00
Fufu Fang 91af975ff8 changed default segment size, moved the locking sequence of bgt_lock and rw_lock 2019-07-26 00:06:36 +01:00
Fufu Fang 64cd6ca2c6 added more debug messages 2019-07-24 17:55:32 +01:00
Fufu Fang c660159a18 added mutex locking / unlocking messages 2019-07-22 09:25:30 +01:00
Fufu Fang ee2d3edcbf Fixed issue #37
If a cache file already exists, the download segment size is set
to the size set by the metadata. The user specified download
segment size is ignored for existing cache files.
2019-07-21 17:53:35 +01:00
Fufu Fang 6aa180db5e updated some error message 2019-07-21 17:08:25 +01:00
Fufu Fang ed37aa5ca0 removed CURL_LOCK_DATA_CONNECT to solve #36 without disabling HTTP2 2019-07-21 08:41:02 +01:00
Fufu Fang b4292b089b
Updated the usage section in README.md 2019-07-20 20:43:51 +01:00
Fufu Fang 4491377f64 forces HTTP1.1 to fix issue #36 2019-07-20 19:25:25 +01:00
Fufu Fang 78d816716c Fixed issue #34 - file / directory detection 2019-07-20 17:19:40 +01:00
Fufu Fang 4177097943 Merge branch 'master' of github.com:fangfufu/httpdirfs 2019-07-20 15:34:21 +01:00
Fufu Fang a4fd2e17dc changed variable size to fix Wstringop-truncation warnings 2019-07-20 15:33:08 +01:00
Jerome Charaoui b6546acbac Fix Curious Containers hyperlink in README 2019-07-19 11:34:56 -04:00
Jerome Charaoui 5f77b90212 Update manpage 2019-07-19 11:30:46 -04:00
Fufu Fang deb6e42e8f
Update README.md 2019-05-07 14:02:38 +01:00
Fufu Fang 474d535f35
bumping version number 2019-05-07 13:56:24 +01:00
Fufu Fang 77d2aea064
bumping version number 2019-05-07 13:56:00 +01:00
Fufu Fang 4abb239f8b
Update CHANGELOG.md 2019-04-30 11:07:08 +01:00
Fufu Fang bff1526a04
Update README.md 2019-04-30 09:00:24 +01:00
Fufu Fang 22b672d4e2 updated help message and readme 2019-04-30 08:24:56 +01:00
Fufu Fang 283520136c Closing issue #33, now set a default cache directory 2019-04-30 08:06:09 +01:00
Fufu Fang 99b530ee15 changed the way the full path for the config file is calculated. 2019-04-29 23:40:48 +01:00
Fufu Fang 88efbdf87c path_append now check both path and filename for '/' 2019-04-29 23:40:21 +01:00
Fufu Fang 25b2389c4e Merge branch 'master' of github.com:fangfufu/httpdirfs 2019-04-29 15:03:04 +01:00
Fufu Fang a99f8aebe7 actually pushing CHANGELOG.md 2019-04-29 15:02:57 +01:00
Fufu Fang d7b4f9f2d7 Merge branch 'master' of github.com:fangfufu/httpdirfs 2019-04-29 00:19:55 +01:00
Fufu Fang 1c9210f7b1 added CHANGELOG.md, and fixed linebreaks in README.md (fixed issue 31) 2019-04-28 23:28:56 +01:00
Fufu Fang 3b4a647571 Update README.md 2019-04-28 23:28:56 +01:00
Fufu Fang ac97c9c243 Merge branch 'master' of github.com:fangfufu/httpdirfs 2019-04-28 01:24:57 +01:00
Fufu Fang f1c7e6e97e setting CURLMOPT_MAX_HOST_CONNECTIONS just in case 2019-04-28 01:24:35 +01:00