Commit Graph

565 Commits

Author SHA1 Message Date
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
Fufu Fang e67bebfe9a
Update README.md 2019-04-27 12:32:19 +01:00
Fufu Fang 74878cfcfe rearranged the orders of the help text 2019-04-27 04:59:46 +01:00
Fufu Fang 4acf91a2b8 added --max-seg-count command line option 2019-04-27 04:52:39 +01:00
Fufu Fang 2a93e95aea improved debug message formatting 2019-04-27 03:28:28 +01:00
Fufu Fang ba8c7232e2 HTTP 429, LinkTable_print(), variable shadowing
changed the way HTTP 429 gets handled while querying for file stats
fixed LinkTable_print(), added variable shawdowing warning in Makefile
2019-04-27 02:42:29 +01:00
Fufu Fang 2a2ac2dce2 rewrote curl_multi_perform_once() 2019-04-27 01:53:09 +01:00
Fufu Fang 2cee4b33a7 cosmetic changes 2019-04-26 23:29:16 +01:00
Fufu Fang 3c0a5fdf65 removed excess #include directive 2019-04-26 23:10:09 +01:00
Fufu Fang 040092b8bb improved error message during sleeping 2019-04-26 20:39:29 +01:00
Fufu Fang 7c1c1d2195 added retry-wait command line option 2019-04-26 20:37:49 +01:00
Fufu Fang 2d91734ade
Update Makefile 2019-04-26 20:09:52 +01:00
Fufu Fang 6cef84874c fixed LinkTable_print() 2019-04-26 19:49:20 +01:00
Fufu Fang 17587852ff fixed LinkTable_gap_fill 2019-04-26 19:47:03 +01:00
Fufu Fang 1dc54afdeb Improved LinkTable_fill() and LinkTable_gapfill() 2019-04-26 19:30:39 +01:00
Fufu Fang 245d4a3ff4 removed the restriction for Link_get_stat() 2019-04-26 18:53:26 +01:00
Fufu Fang 9fe02d8304 reverted LINK_INVALID to '\0' 2019-04-26 18:50:41 +01:00
Fufu Fang 99761b249a restored LinkTable_print() 2019-04-26 18:45:38 +01:00
Fufu Fang 8110438cd1 reduce the amount of debug output 2019-04-26 18:30:35 +01:00
Fufu Fang e2c47260a0 now calculate the number of invalid links in the linktable 2019-04-26 18:25:40 +01:00
Fufu Fang 579454be3d Merge branch 'master' of github.com:fangfufu/httpdirfs 2019-04-26 18:09:58 +01:00
Fufu Fang 3f41aba125 remove unnecessary lock 2019-04-26 18:09:39 +01:00
Fufu Fang 8da41bbe04
Update README.md 2019-04-26 16:44:18 +01:00
Fufu Fang 84f2ebc970 improved error messages 2019-04-26 16:24:55 +01:00