Commit Graph

48 Commits

Author SHA1 Message Date
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
Fufu Fang 6cbb7af9af working version 2018-07-23 02:39:26 +01:00
Fufu Fang 71339f13b8 first ever published version 2018-07-23 01:27:03 +01:00
Fufu Fang 25648ad947 now clean up after downloading 2018-07-22 22:16:54 +01:00
Fufu Fang 36dcba413f finished the command line parser 2018-07-22 20:31:43 +01:00
Fufu Fang 16d89b9ad0 we are encountering some sort of thread safety issue 2018-07-22 19:30:08 +01:00
Fufu Fang 431cad8ae4 successfully mounted the root directory of the server 2018-07-22 13:35:11 +01:00
Fufu Fang 631ca71834 finished debugging the linktable traversal functions 2018-07-22 12:08:00 +01:00
Fufu Fang 6fa7d20637 finished trasversing the link table 2018-07-22 11:50:51 +01:00
Fufu Fang 06be26afd0 removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
Fufu Fang 8eef21ecec rewrote using curl multi interface, but currently doing blocking single thread transfer 2018-07-21 00:39:51 +01:00