Commit Graph

41 Commits

Author SHA1 Message Date
Fufu Fang f8c9389026 Fixed bug related to the config file parser
Basically, getopt_long does not expect you to call another string array - it
has some internal state tracking mechanism which I have no idea how to reset.
2019-04-24 04:20:53 +01:00
Fufu Fang dcc9e3d156 fixed indentation 2019-04-24 04:20:53 +01:00
Fufu Fang 3dc3459b25 now process short options 2019-04-24 04:20:53 +01:00
Fufu Fang bc24d42c76 added configuration file support 2019-04-24 04:20:53 +01:00
Fufu Fang 92750ebcaa isolated out the actual parameter parsing code, in preparation for configuration file 2019-04-24 04:20:53 +01:00
Fufu Fang f417f6d9d2 updated README 2019-04-24 04:20:53 +01:00
Fufu Fang bde7eb7e3b add proxy support 2019-04-24 04:20:53 +01:00
Fufu Fang 8c4e2b0c81 added username and password support 2019-04-24 04:20:53 +01:00
Fufu Fang 1616b01c4c now properly prints out help 2019-04-24 04:20:52 +01:00
Fufu Fang 2480d9abb1 added getopt_long 2019-04-24 04:20:52 +01:00
Fufu Fang ea14adca98 removed excess include directive 2019-04-24 04:20:52 +01:00
Fufu Fang 684831a961 split link related function to link.h 2019-04-24 04:20:52 +01:00
Fufu Fang 46c98be116 moved fuse function to a separate file 2019-04-24 04:20:52 +01:00
Fufu Fang 67d37a4334 passed source code through astyle 2019-04-24 04:20:52 +01:00
Fufu Fang 94e0f51ec6 fixed du file size 2019-04-24 04:20:52 +01:00
Fufu Fang ff8a08a3f1 now files and directories have the correct owner 2019-04-24 04:20:52 +01:00
Fufu Fang d35ee04a6d tidy up some more stuff - changed some of the status messages 2019-04-24 04:20:52 +01:00
Fufu Fang 46fcdc5f5a removed extra header files 2019-04-24 04:20:51 +01:00
Fufu Fang 41de727f8f completed crypto lock array 2019-04-24 04:20:51 +01:00
Fufu Fang 7dacb88307 added warning about https links 2019-04-24 04:20:51 +01:00
Fufu Fang 03627fe3fe beautify the filenames 2019-04-24 04:20:51 +01:00
Fufu Fang d5b6e08e32 added timestamp support 2019-04-24 04:20:51 +01:00
Fufu Fang 37576f5e68 finally the performance is great 2019-04-24 04:20:51 +01:00
Fufu Fang d82bf65ddc this version works, with rudimentary inteface for simultaneous link size retrieval 2019-04-24 04:20:51 +01:00
Fufu Fang 0281a58d3e removed data.h 2019-04-24 04:20:51 +01:00
Fufu Fang 77268287f5 fixed memory leak 2019-04-24 04:20:50 +01:00
Fufu Fang c9a1737000 hide some debug messages 2018-07-23 03:23:15 +01:00
Fufu Fang 71339f13b8 first ever published version 2018-07-23 01:27:03 +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 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 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 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