Commit Graph

441 Commits

Author SHA1 Message Date
Fufu Fang
7383308e0f tidying 2019-04-24 04:20:52 +01:00
Fufu Fang
ea14adca98 removed excess include directive 2019-04-24 04:20:52 +01:00
Fufu Fang
684831a961 split link related function to link.h 2019-04-24 04:20:52 +01:00
Fufu Fang
46c98be116 moved fuse function to a separate file 2019-04-24 04:20:52 +01:00
Fufu Fang
34c8b58433 Set curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 15); 2019-04-24 04:20:52 +01:00
Fufu Fang
9e0af0e279 more info messages, now Link_get_stat() has a timeout 2019-04-24 04:20:52 +01:00
Fufu Fang
b5042a85d0 performance turning 2019-04-24 04:20:52 +01:00
Fufu Fang
0f9b28fd80 fixed yet another memory leak 2019-04-24 04:20:52 +01:00
Fufu Fang
c48a3b2c9e spellings 2019-04-24 04:20:52 +01:00
Fufu Fang
6fd7baf604 decrease cpu usage by sleeping 2019-04-24 04:20:52 +01:00
Fufu Fang
141b951ca8 renamed some functions 2019-04-24 04:20:52 +01:00
Fufu Fang
67d37a4334 passed source code through astyle 2019-04-24 04:20:52 +01:00
Fufu Fang
f8704bf4f9 rearranged function in network.c in alphabetical order 2019-04-24 04:20:52 +01:00
Fufu Fang
94e0f51ec6 fixed du file size 2019-04-24 04:20:52 +01:00
Fufu Fang
ff8a08a3f1 now files and directories have the correct owner 2019-04-24 04:20:52 +01:00
Fufu Fang
3c27529f48 changed linktable printing function to a static function 2019-04-24 04:20:52 +01:00
Fufu Fang
6bff4f9d7f updated Makefile 2019-04-24 04:20:52 +01:00
Fufu Fang
fac92a8994 removed unnecessary conditional compilation directives 2019-04-24 04:20:52 +01:00
Fufu Fang
d35ee04a6d tidy up some more stuff - changed some of the status messages 2019-04-24 04:20:52 +01:00
Fufu Fang
1437a3f65c tidy up some random bits and pieces 2019-04-24 04:20:52 +01:00
Fufu Fang
6c77e2049b fixed SSL thread safety problem 2019-04-24 04:20:52 +01:00
Fufu Fang
d0cbd8b3ed updated user agent string 2019-04-24 04:20:52 +01:00
Fufu Fang
0877ce750b Updated README with information about SSL support 2019-04-24 04:20:52 +01:00
Fufu Fang
c37df72aa3 improved timeout code 2019-04-24 04:20:51 +01:00
Fufu Fang
5e9adf9cfe changed the wait time 2019-04-24 04:20:51 +01:00
Fufu Fang
37717bb15e Doxyfile now inlines code 2019-04-24 04:20:51 +01:00
Fufu Fang
addac3f9c7 added a volatile tag to a TransferStruct variable 2019-04-24 04:20:51 +01:00
Fufu Fang
46fcdc5f5a removed extra header files 2019-04-24 04:20:51 +01:00
Fufu Fang
11fefa4d4c moved header files around 2019-04-24 04:20:51 +01:00
Fufu Fang
3138f69ec5 Disabled dynamic html in doxyfile 2019-04-24 04:20:51 +01:00
Fufu Fang
cfd4bda9c7 added a doxyfile for documentation generation 2019-04-24 04:20:51 +01:00
Fufu Fang
41de727f8f completed crypto lock array 2019-04-24 04:20:51 +01:00
Fufu Fang
7dacb88307 added warning about https links 2019-04-24 04:20:51 +01:00
Fufu Fang
42706ec0f3 removed excess debug message 2019-04-24 04:20:51 +01:00
Fufu Fang
33e5f30d9a fixed linebreak 2019-04-24 04:20:51 +01:00
Fufu Fang
50ff98516b fixed beautification code 2019-04-24 04:20:51 +01:00
Fufu Fang
7d937bd14d added mutex for curl_multi_add_handle and curl_multi_perform_once, now FUSE can be run in multithreaded mode 2019-04-24 04:20:51 +01:00
Fufu Fang
0cf0822b50 added make install 2019-04-24 04:20:51 +01:00
Fufu Fang
07a9950a01 removed foward static function declaration 2019-04-24 04:20:51 +01:00
Fufu Fang
89aa63291f more error checking 2019-04-24 04:20:51 +01:00
Fufu Fang
03627fe3fe beautify the filenames 2019-04-24 04:20:51 +01:00
Fufu Fang
d5b6e08e32 added timestamp support 2019-04-24 04:20:51 +01:00
Fufu Fang
e2d23dbdcd Update README.md 2019-04-24 04:20:51 +01:00
Fufu Fang
37576f5e68 finally the performance is great 2019-04-24 04:20:51 +01:00
Fufu Fang
0582542711 changed the calling convention for transfer_wrapper 2019-04-24 04:20:51 +01:00
Fufu Fang
5e6c43f3bd changed variable type to transfer struct 2019-04-24 04:20:51 +01:00
Fufu Fang
d82bf65ddc this version works, with rudimentary inteface for simultaneous link size retrieval 2019-04-24 04:20:51 +01:00
Fufu Fang
0281a58d3e removed data.h 2019-04-24 04:20:51 +01:00
Fufu Fang
6dd4095107 modified readme 2019-04-24 04:20:51 +01:00
Fufu Fang
d3e5282e85 Update README.md 2019-04-24 04:20:50 +01:00