Commit Graph

114 Commits

Author SHA1 Message Date
Fufu Fang 4478ce4a13 Merge branch 'master' into dev 2018-08-22 10:13:06 +01:00
Fufu Fang 131078aff3 Merge branch 'master' into dev 2018-08-22 10:12:03 +01:00
Fufu Fang 6c735676a2
Merge pull request #15 from jcharaoui/master
Fix basic authentication problem, fixes #13
2018-08-22 10:08:15 +01:00
Jerome Charaoui d4817ee80b
Fix basic authentication problem, fixes #13
This assigns username and password command-line values to the correct internal variables.
2018-08-22 00:47:59 -04:00
Fufu Fang 0210806e28
Merge pull request #14 from fangfufu/dev
Dev
2018-08-11 15:40:52 +01:00
Fufu Fang 9cf85c2e68 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.
2018-08-11 15:39:20 +01:00
Fufu Fang 0a58aa3452 fixed indentation 2018-07-31 13:13:33 +01:00
Fufu Fang c1a3560468
Merge pull request #12 from fangfufu/dev
Dev
2018-07-31 13:09:28 +01:00
Fufu Fang a1ae37d309
Update README.md 2018-07-31 13:08:45 +01:00
Fufu Fang 513f0cfab5 now process short options 2018-07-31 13:07:52 +01:00
Fufu Fang 2cc931afa3 added configuration file support 2018-07-31 13:03:01 +01:00
Fufu Fang 6684842b35 isolated out the actual parameter parsing code, in preparation for configuration file 2018-07-30 16:51:39 +01:00
Fufu Fang 4bf37d12d9 Merge branch 'dev' 2018-07-30 15:08:31 +01:00
Fufu Fang f54fdf2bfe
Update README.md 2018-07-30 15:07:30 +01:00
Fufu Fang 9232797afd updated README 2018-07-30 15:06:23 +01:00
Fufu Fang cecd26d2ed
Update README.md 2018-07-30 15:06:04 +01:00
Fufu Fang f94c5cd225 add proxy support 2018-07-30 14:55:38 +01:00
Fufu Fang 5744a3338a added username and password support 2018-07-30 14:20:04 +01:00
Fufu Fang 62aee1c657 now properly prints out help 2018-07-29 17:05:49 +01:00
Fufu Fang f2d58eb839 added getopt_long 2018-07-29 14:44:51 +01:00
Fufu Fang 6f31ea774f fixed .kateproject 2018-07-26 11:02:48 +01:00
Fufu Fang 729e1083b5 tidying 2018-07-26 10:58:51 +01:00
Fufu Fang b30973ef92 removed excess include directive 2018-07-26 10:34:55 +01:00
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 9950d04378 Set curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 15); 2018-07-25 04:55:00 +01:00
Fufu Fang bdcaa96e3c more info messages, now Link_get_stat() has a timeout 2018-07-25 04:51:38 +01:00
Fufu Fang 914c69105b performance turning 2018-07-25 03:01:12 +01:00
Fufu Fang a2fa1b9fb5 fixed yet another memory leak 2018-07-25 02:02:11 +01:00
Fufu Fang e6a2950d34 spellings 2018-07-25 01:31:37 +01:00
Fufu Fang bf79f94f10 decrease cpu usage by sleeping 2018-07-25 01:25:53 +01:00
Fufu Fang aee8111862 renamed some functions 2018-07-25 01:06:54 +01:00
Fufu Fang ad84a5b740 passed source code through astyle 2018-07-25 00:54:30 +01:00
Fufu Fang f2d6a0c00d rearranged function in network.c in alphabetical order 2018-07-25 00:51:05 +01:00
Fufu Fang d979112b4e fixed du file size 2018-07-25 00:30:31 +01:00
Fufu Fang 1816b7913d now files and directories have the correct owner 2018-07-24 23:26:13 +01:00
Fufu Fang 65d65663af changed linktable printing function to a static function 2018-07-24 22:43:45 +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 ac80876b13 tidy up some more stuff - changed some of the status messages 2018-07-24 22:21:06 +01:00
Fufu Fang de54275e42 tidy up some random bits and pieces 2018-07-24 22:18:27 +01:00
Fufu Fang abed44ef47 fixed SSL thread safety problem 2018-07-24 22:16:13 +01:00
Fufu Fang 388fec0b0d updated user agent string 2018-07-24 20:42:02 +01:00
Fufu Fang 8d586c0d9f
Updated README with information about SSL support 2018-07-24 19:25:42 +01:00
Fufu Fang b287c14460 improved timeout code 2018-07-24 18:56:15 +01:00
Fufu Fang 09ef549971 changed the wait time 2018-07-24 18:40:48 +01:00
Fufu Fang db3cc0cad4 Doxyfile now inlines code 2018-07-24 18:30:34 +01:00
Fufu Fang c1cfb6fdad added a volatile tag to a TransferStruct variable 2018-07-24 18:21:30 +01:00
Fufu Fang 05a30a2347 removed extra header files 2018-07-24 18:18:33 +01:00
Fufu Fang 34e181509e moved header files around 2018-07-24 18:15:56 +01:00