Commit Graph

544 Commits

Author SHA1 Message Date
Fufu Fang 0281a58d3e removed data.h 2019-04-24 04:20:51 +01:00
Fufu Fang 6dd4095107 modified readme 2019-04-24 04:20:51 +01:00
Fufu Fang d3e5282e85 Update README.md 2019-04-24 04:20:50 +01:00
Fufu Fang 24791a935c now uses curl-multi interface, it is so much faster 2019-04-24 04:20:50 +01:00
Fufu Fang 77268287f5 fixed memory leak 2019-04-24 04:20:50 +01:00
Fufu Fang a05ba07c85 improved error handling 2019-04-24 04:20:50 +01:00
Fufu Fang 1cd04a2a53 started to re-add curl multi interface support 2019-04-24 04:20:50 +01:00
Fufu Fang 00f503c345 added some curl multi interface related stuff 2019-04-24 04:20:50 +01:00
Fufu Fang 4e173b33b8 added some thread safety stuff 2019-04-24 04:20:50 +01:00
Fufu Fang cd4871d234 improved performance by determining file/folder type at link creation time 2019-04-24 04:20:50 +01:00
Fufu Fang 3816fb4032 simplified a function 2019-04-24 04:20:50 +01:00
Fufu Fang 3bb8656b33 changed redirection limit 2019-04-24 04:20:50 +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
Fufu Fang 8eef21ecec rewrote using curl multi interface, but currently doing blocking single thread transfer 2018-07-21 00:39:51 +01:00
Fufu Fang 14b2038f09 added partial download script 2018-07-20 15:38:44 +01:00
Fufu Fang 98ac7d19e8 finished the link table filler 2018-07-20 13:59:25 +01:00
Fufu Fang 27166c429f finished writing the new linktable creation function 2018-07-20 11:49:20 +01:00
Fufu Fang 442d00141e new branch - new data structure 2018-07-20 02:09:51 +01:00
Fufu Fang 121da584c0 rewriting http.c and http.h, because the current version is insane 2018-07-20 00:17:19 +01:00
Fufu Fang 7a45e8b804 fixed memory leak 2018-07-19 13:47:23 +01:00
Fufu Fang eaaf939dad removed win32 code 2018-07-19 10:33:22 +01:00
Fufu Fang 86e62ebb52 verified header only mode 2018-07-19 10:19:47 +01:00
Fufu Fang af5b5e9486 finished writing header parser 2018-07-19 10:07:13 +01:00
Fufu Fang 63925a2832 removed unnecessary code in http.c 2018-07-19 09:27:40 +01:00
Fufu Fang c9ada27eb0 fixed rewind function in http.c 2018-07-19 00:03:23 +01:00
Fufu Fang fb7c56b9c4 added the function prototype for http.h 2018-07-18 17:46:41 +01:00
Fufu Fang cd097dc4f1 initial commit 2018-07-18 16:26:26 +01:00