Commit Graph

80 Commits

Author SHA1 Message Date
Fufu Fang d979112b4e fixed du file size 2018-07-25 00:30:31 +01:00
Fufu Fang 1816b7913d now files and directories have the correct owner 2018-07-24 23:26:13 +01:00
Fufu Fang 65d65663af changed linktable printing function to a static function 2018-07-24 22:43:45 +01:00
Fufu Fang bc13f1a407 updated Makefile 2018-07-24 22:37:25 +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 8d586c0d9f
Updated README with information about SSL support 2018-07-24 19:25:42 +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 db3cc0cad4 Doxyfile now inlines code 2018-07-24 18:30:34 +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 01e2c8bebf Disabled dynamic html in doxyfile 2018-07-24 18:07:36 +01:00
Fufu Fang 353d5102cb added a doxyfile for documentation generation 2018-07-24 18:05:22 +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 afd0f5fb62 added make install 2018-07-24 14:33:03 +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 c43c0cd345
Update README.md 2018-07-24 06:03:48 +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 8756330f67 modified readme 2018-07-24 03:00:18 +01:00
Fufu Fang 42ed7b1df9
Update README.md 2018-07-24 02:54:41 +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 9aa429f271
Merge pull request #1 from sbmthakur/patch-1
Fix Grammar
2018-07-23 15:46:40 +01:00
Shubham Thakur d208477abd
Fix Grammar 2018-07-23 19:58:50 +05:30
Fufu Fang 5e19e89c80 changed redirection limit 2018-07-23 05:10:44 +01:00
Fufu Fang 4123372728 removed a unnecesary definition 2018-07-23 05:08:05 +01:00
Fufu Fang 5f20b28126
Update README.md 2018-07-23 04:41:28 +01:00