Commit Graph

21 Commits

Author SHA1 Message Date
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 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 388fec0b0d updated user agent string 2018-07-24 20:42:02 +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 afd0f5fb62 added make install 2018-07-24 14:33:03 +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 ddf5459801 started to re-add curl multi interface support 2018-07-23 20:55:20 +01:00
Fufu Fang e11eed9937 added some thread safety stuff 2018-07-23 18:46:52 +01:00
Fufu Fang 9a09b2bea4 works with single thread 2018-07-23 03:41:47 +01:00
Fufu Fang 71339f13b8 first ever published version 2018-07-23 01:27:03 +01:00
Fufu Fang 431cad8ae4 successfully mounted the root directory of the server 2018-07-22 13:35:11 +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
Fufu Fang 442d00141e new branch - new data structure 2018-07-20 02:09:51 +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 cd097dc4f1 initial commit 2018-07-18 16:26:26 +01:00