Commit Graph

114 Commits

Author SHA1 Message Date
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
Fufu Fang 0ec526eb93
Create LICENSE 2018-07-23 04:12:07 +01:00
Fufu Fang 6a273b6329
Update README.md 2018-07-23 04:11:24 +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 c9a1737000 hide some debug messages 2018-07-23 03:23:15 +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 f674831616 blanked the README 2018-07-22 20:32:17 +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 8926119400 started to write the fuse interface 2018-07-21 02:51:49 +01:00