Commit Graph

103 Commits

Author SHA1 Message Date
Fufu Fang a1ae37d309
Update README.md 2018-07-31 13:08:45 +01:00
Fufu Fang 4bf37d12d9 Merge branch 'dev' 2018-07-30 15:08:31 +01:00
Fufu Fang f54fdf2bfe
Update README.md 2018-07-30 15:07:30 +01:00
Fufu Fang 9232797afd updated README 2018-07-30 15:06:23 +01:00
Fufu Fang cecd26d2ed
Update README.md 2018-07-30 15:06:04 +01:00
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 62aee1c657 now properly prints out help 2018-07-29 17:05:49 +01:00
Fufu Fang f2d58eb839 added getopt_long 2018-07-29 14:44:51 +01:00
Fufu Fang 6f31ea774f fixed .kateproject 2018-07-26 11:02:48 +01:00
Fufu Fang 729e1083b5 tidying 2018-07-26 10:58:51 +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 a23eecb4c3 moved fuse function to a separate file 2018-07-26 10:01:47 +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 e6a2950d34 spellings 2018-07-25 01:31:37 +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 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