Commit Graph

60 Commits

Author SHA1 Message Date
Fufu Fang f94c5cd225 add proxy support 2018-07-30 14:55:38 +01:00
Fufu Fang 5744a3338a added username and password support 2018-07-30 14:20:04 +01:00
Fufu Fang b30973ef92 removed excess include directive 2018-07-26 10:34:55 +01:00
Fufu Fang 882efea04d split link related function to link.h 2018-07-26 10:29:44 +01:00
Fufu Fang 9950d04378 Set curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 15); 2018-07-25 04:55:00 +01:00
Fufu Fang bdcaa96e3c more info messages, now Link_get_stat() has a timeout 2018-07-25 04:51:38 +01:00
Fufu Fang 914c69105b performance turning 2018-07-25 03:01:12 +01:00
Fufu Fang a2fa1b9fb5 fixed yet another memory leak 2018-07-25 02:02:11 +01:00
Fufu Fang bf79f94f10 decrease cpu usage by sleeping 2018-07-25 01:25:53 +01:00
Fufu Fang aee8111862 renamed some functions 2018-07-25 01:06:54 +01:00
Fufu Fang ad84a5b740 passed source code through astyle 2018-07-25 00:54:30 +01:00
Fufu Fang f2d6a0c00d rearranged function in network.c in alphabetical order 2018-07-25 00:51:05 +01:00
Fufu Fang d979112b4e fixed du file size 2018-07-25 00:30:31 +01:00
Fufu Fang 65d65663af changed linktable printing function to a static function 2018-07-24 22:43:45 +01:00
Fufu Fang e6ce274447 removed unnecessary conditional compilation directives 2018-07-24 22:23:56 +01:00
Fufu Fang ac80876b13 tidy up some more stuff - changed some of the status messages 2018-07-24 22:21:06 +01:00
Fufu Fang de54275e42 tidy up some random bits and pieces 2018-07-24 22:18:27 +01:00
Fufu Fang abed44ef47 fixed SSL thread safety problem 2018-07-24 22:16:13 +01:00
Fufu Fang 388fec0b0d updated user agent string 2018-07-24 20:42:02 +01:00
Fufu Fang b287c14460 improved timeout code 2018-07-24 18:56:15 +01:00
Fufu Fang 09ef549971 changed the wait time 2018-07-24 18:40:48 +01:00
Fufu Fang c1cfb6fdad added a volatile tag to a TransferStruct variable 2018-07-24 18:21:30 +01:00
Fufu Fang 05a30a2347 removed extra header files 2018-07-24 18:18:33 +01:00
Fufu Fang 34e181509e moved header files around 2018-07-24 18:15:56 +01:00
Fufu Fang 728b17ac58 completed crypto lock array 2018-07-24 17:37:23 +01:00
Fufu Fang ae7c832fb2 added warning about https links 2018-07-24 16:28:00 +01:00
Fufu Fang ef747c4901 removed excess debug message 2018-07-24 16:02:30 +01:00
Fufu Fang efe0d5f916 fixed linebreak 2018-07-24 15:49:18 +01:00
Fufu Fang 5f6643cfab fixed beautification code 2018-07-24 15:44:25 +01:00
Fufu Fang 825c2541b7 added mutex for curl_multi_add_handle and curl_multi_perform_once, now FUSE can be run in multithreaded mode 2018-07-24 15:22:18 +01:00
Fufu Fang 8cbb95220e removed foward static function declaration 2018-07-24 14:31:20 +01:00
Fufu Fang 283b9804e1 more error checking 2018-07-24 13:02:28 +01:00
Fufu Fang 5a50842440 beautify the filenames 2018-07-24 07:23:44 +01:00
Fufu Fang c1fcf109b0 added timestamp support 2018-07-24 06:44:41 +01:00
Fufu Fang eec104c841 finally the performance is great 2018-07-24 05:58:51 +01:00
Fufu Fang eae3670992 changed the calling convention for transfer_wrapper 2018-07-24 05:08:02 +01:00
Fufu Fang 0793891138 changed variable type to transfer struct 2018-07-24 04:57:53 +01:00
Fufu Fang fcdd4ae0ec this version works, with rudimentary inteface for simultaneous link size retrieval 2018-07-24 04:54:03 +01:00
Fufu Fang 565c5e766d removed data.h 2018-07-24 03:16:47 +01:00
Fufu Fang 50b5c1ed3d now uses curl-multi interface, it is so much faster 2018-07-24 02:51:34 +01:00
Fufu Fang bfceba8e1b fixed memory leak 2018-07-24 02:40:53 +01:00
Fufu Fang 7813cdc0c4 improved error handling 2018-07-23 22:37:37 +01:00
Fufu Fang ddf5459801 started to re-add curl multi interface support 2018-07-23 20:55:20 +01:00
Fufu Fang 0a8716de85 added some curl multi interface related stuff 2018-07-23 19:13:39 +01:00
Fufu Fang e11eed9937 added some thread safety stuff 2018-07-23 18:46:52 +01:00
Fufu Fang f4979fe49d improved performance by determining file/folder type at link creation time 2018-07-23 17:36:36 +01:00
Fufu Fang be06db5fe4 simplified a function 2018-07-23 15:56:46 +01:00
Fufu Fang 5e19e89c80 changed redirection limit 2018-07-23 05:10:44 +01:00
Fufu Fang 9a09b2bea4 works with single thread 2018-07-23 03:41:47 +01:00
Fufu Fang 8f0dfc6891 debug message improvements 2018-07-23 03:31:19 +01:00