Commit Graph

  • 9cf85c2e68 Fixed bug related to the config file parser Fufu Fang 2018-08-11 15:34:25 +0100
  • 0a58aa3452 fixed indentation Fufu Fang 2018-07-31 13:13:33 +0100
  • c1a3560468
    Merge pull request #12 from fangfufu/dev Fufu Fang 2018-07-31 13:09:28 +0100
  • a1ae37d309
    Update README.md Fufu Fang 2018-07-31 13:08:45 +0100
  • 513f0cfab5 now process short options Fufu Fang 2018-07-31 13:07:52 +0100
  • 2cc931afa3 added configuration file support Fufu Fang 2018-07-31 13:03:01 +0100
  • 6684842b35 isolated out the actual parameter parsing code, in preparation for configuration file Fufu Fang 2018-07-30 16:51:39 +0100
  • 4bf37d12d9 Merge branch 'dev' Fufu Fang 2018-07-30 15:08:31 +0100
  • f54fdf2bfe
    Update README.md Fufu Fang 2018-07-30 15:07:30 +0100
  • 9232797afd updated README Fufu Fang 2018-07-30 15:06:23 +0100
  • cecd26d2ed
    Update README.md Fufu Fang 2018-07-30 15:06:04 +0100
  • f94c5cd225 add proxy support Fufu Fang 2018-07-30 14:55:38 +0100
  • 5744a3338a added username and password support Fufu Fang 2018-07-30 14:20:04 +0100
  • 62aee1c657 now properly prints out help Fufu Fang 2018-07-29 17:05:49 +0100
  • f2d58eb839 added getopt_long Fufu Fang 2018-07-29 14:44:51 +0100
  • 6f31ea774f fixed .kateproject Fufu Fang 2018-07-26 11:02:48 +0100
  • 729e1083b5 tidying Fufu Fang 2018-07-26 10:58:51 +0100
  • b30973ef92 removed excess include directive Fufu Fang 2018-07-26 10:34:55 +0100
  • 882efea04d split link related function to link.h Fufu Fang 2018-07-26 10:29:44 +0100
  • a23eecb4c3 moved fuse function to a separate file Fufu Fang 2018-07-26 10:01:47 +0100
  • 9950d04378 Set curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 15); Fufu Fang 2018-07-25 04:55:00 +0100
  • bdcaa96e3c more info messages, now Link_get_stat() has a timeout Fufu Fang 2018-07-25 04:51:38 +0100
  • 914c69105b performance turning Fufu Fang 2018-07-25 03:01:12 +0100
  • a2fa1b9fb5 fixed yet another memory leak Fufu Fang 2018-07-25 02:02:11 +0100
  • e6a2950d34 spellings Fufu Fang 2018-07-25 01:31:37 +0100
  • bf79f94f10 decrease cpu usage by sleeping Fufu Fang 2018-07-25 01:25:53 +0100
  • aee8111862 renamed some functions Fufu Fang 2018-07-25 01:06:54 +0100
  • ad84a5b740 passed source code through astyle Fufu Fang 2018-07-25 00:54:30 +0100
  • f2d6a0c00d rearranged function in network.c in alphabetical order Fufu Fang 2018-07-25 00:51:05 +0100
  • d979112b4e fixed du file size Fufu Fang 2018-07-25 00:30:31 +0100
  • 1816b7913d now files and directories have the correct owner Fufu Fang 2018-07-24 23:26:13 +0100
  • 65d65663af changed linktable printing function to a static function Fufu Fang 2018-07-24 22:43:45 +0100
  • bc13f1a407 updated Makefile Fufu Fang 2018-07-24 22:37:25 +0100
  • e6ce274447 removed unnecessary conditional compilation directives Fufu Fang 2018-07-24 22:23:56 +0100
  • ac80876b13 tidy up some more stuff - changed some of the status messages Fufu Fang 2018-07-24 22:21:06 +0100
  • de54275e42 tidy up some random bits and pieces Fufu Fang 2018-07-24 22:18:27 +0100
  • abed44ef47 fixed SSL thread safety problem Fufu Fang 2018-07-24 22:16:13 +0100
  • c4677e0b4a
    Merge 2f4a69facd into 388fec0b0d Gothmog, World Eater 2018-07-24 19:48:22 +0000
  • 388fec0b0d updated user agent string Fufu Fang 2018-07-24 20:42:02 +0100
  • 8d586c0d9f
    Updated README with information about SSL support Fufu Fang 2018-07-24 19:25:42 +0100
  • b287c14460 improved timeout code Fufu Fang 2018-07-24 18:56:15 +0100
  • 2f4a69facd Added preliminary password argument support. Needs testing Justin Suess 2018-07-24 13:52:00 -0400
  • 09ef549971 changed the wait time Fufu Fang 2018-07-24 18:40:48 +0100
  • db3cc0cad4 Doxyfile now inlines code Fufu Fang 2018-07-24 18:30:34 +0100
  • c1cfb6fdad added a volatile tag to a TransferStruct variable Fufu Fang 2018-07-24 18:21:30 +0100
  • 05a30a2347 removed extra header files Fufu Fang 2018-07-24 18:18:33 +0100
  • 34e181509e moved header files around Fufu Fang 2018-07-24 18:15:56 +0100
  • 01e2c8bebf Disabled dynamic html in doxyfile Fufu Fang 2018-07-24 18:07:36 +0100
  • 353d5102cb added a doxyfile for documentation generation Fufu Fang 2018-07-24 18:05:22 +0100
  • 728b17ac58 completed crypto lock array Fufu Fang 2018-07-24 17:37:23 +0100
  • ae7c832fb2 added warning about https links Fufu Fang 2018-07-24 16:28:00 +0100
  • ef747c4901 removed excess debug message Fufu Fang 2018-07-24 16:02:30 +0100
  • efe0d5f916 fixed linebreak Fufu Fang 2018-07-24 15:49:18 +0100
  • 5f6643cfab fixed beautification code Fufu Fang 2018-07-24 15:44:25 +0100
  • 825c2541b7 added mutex for curl_multi_add_handle and curl_multi_perform_once, now FUSE can be run in multithreaded mode Fufu Fang 2018-07-24 15:22:18 +0100
  • afd0f5fb62 added make install Fufu Fang 2018-07-24 14:33:03 +0100
  • 8cbb95220e removed foward static function declaration Fufu Fang 2018-07-24 14:31:20 +0100
  • 283b9804e1 more error checking Fufu Fang 2018-07-24 13:02:28 +0100
  • 5a50842440 beautify the filenames Fufu Fang 2018-07-24 07:23:44 +0100
  • c1fcf109b0 added timestamp support Fufu Fang 2018-07-24 06:44:41 +0100
  • c43c0cd345
    Update README.md Fufu Fang 2018-07-24 06:03:48 +0100
  • eec104c841 finally the performance is great Fufu Fang 2018-07-24 05:58:51 +0100
  • eae3670992 changed the calling convention for transfer_wrapper Fufu Fang 2018-07-24 05:08:02 +0100
  • 0793891138 changed variable type to transfer struct Fufu Fang 2018-07-24 04:57:53 +0100
  • fcdd4ae0ec this version works, with rudimentary inteface for simultaneous link size retrieval Fufu Fang 2018-07-24 04:54:03 +0100
  • 565c5e766d removed data.h Fufu Fang 2018-07-24 03:16:47 +0100
  • 8756330f67 modified readme Fufu Fang 2018-07-24 03:00:18 +0100
  • 42ed7b1df9
    Update README.md Fufu Fang 2018-07-24 02:54:41 +0100
  • 50b5c1ed3d now uses curl-multi interface, it is so much faster Fufu Fang 2018-07-24 02:51:34 +0100
  • bfceba8e1b fixed memory leak Fufu Fang 2018-07-24 02:40:53 +0100
  • 7813cdc0c4 improved error handling Fufu Fang 2018-07-23 22:37:37 +0100
  • ddf5459801 started to re-add curl multi interface support Fufu Fang 2018-07-23 20:55:20 +0100
  • 6a067b869f
    Merge 72feefac2c into 0a8716de85 Gothmog, World Eater 2018-07-23 18:13:46 +0000
  • 0a8716de85 added some curl multi interface related stuff Fufu Fang 2018-07-23 19:13:39 +0100
  • 72feefac2c Removed non-existent file in the makefile, preventing build Justin Suess 2018-07-23 14:06:35 -0400
  • e11eed9937 added some thread safety stuff Fufu Fang 2018-07-23 18:46:52 +0100
  • f4979fe49d improved performance by determining file/folder type at link creation time Fufu Fang 2018-07-23 17:36:36 +0100
  • be06db5fe4 simplified a function Fufu Fang 2018-07-23 15:56:46 +0100
  • 9aa429f271
    Merge pull request #1 from sbmthakur/patch-1 Fufu Fang 2018-07-23 15:46:40 +0100
  • d208477abd
    Fix Grammar Shubham Thakur 2018-07-23 19:58:50 +0530
  • 5e19e89c80 changed redirection limit Fufu Fang 2018-07-23 05:10:44 +0100
  • 4123372728 removed a unnecesary definition Fufu Fang 2018-07-23 05:08:05 +0100
  • 5f20b28126
    Update README.md Fufu Fang 2018-07-23 04:41:28 +0100
  • 0ec526eb93
    Create LICENSE Fufu Fang 2018-07-23 04:12:07 +0100
  • 6a273b6329
    Update README.md Fufu Fang 2018-07-23 04:11:24 +0100
  • 9a09b2bea4 works with single thread Fufu Fang 2018-07-23 03:41:47 +0100
  • 8f0dfc6891 debug message improvements Fufu Fang 2018-07-23 03:31:19 +0100
  • c9a1737000 hide some debug messages Fufu Fang 2018-07-23 03:23:15 +0100
  • 6cbb7af9af working version Fufu Fang 2018-07-23 02:39:26 +0100
  • 71339f13b8 first ever published version Fufu Fang 2018-07-23 01:27:03 +0100
  • 25648ad947 now clean up after downloading Fufu Fang 2018-07-22 22:16:54 +0100
  • f674831616 blanked the README Fufu Fang 2018-07-22 20:32:17 +0100
  • 36dcba413f finished the command line parser Fufu Fang 2018-07-22 20:31:43 +0100
  • 16d89b9ad0 we are encountering some sort of thread safety issue Fufu Fang 2018-07-22 19:30:08 +0100
  • 431cad8ae4 successfully mounted the root directory of the server Fufu Fang 2018-07-22 13:35:11 +0100
  • 631ca71834 finished debugging the linktable traversal functions Fufu Fang 2018-07-22 12:08:00 +0100
  • 6fa7d20637 finished trasversing the link table Fufu Fang 2018-07-22 11:50:51 +0100
  • 06be26afd0 removed '/' from linktable, configured curl to follow redirection Fufu Fang 2018-07-22 04:26:22 +0100
  • 8926119400 started to write the fuse interface Fufu Fang 2018-07-21 02:51:49 +0100
  • 8eef21ecec rewrote using curl multi interface, but currently doing blocking single thread transfer Fufu Fang 2018-07-21 00:39:51 +0100