Commit Graph

140 Commits

Author SHA1 Message Date
Fufu Fang 527cad6eaa
Update Makefile 2019-01-25 13:13:53 +00:00
Jerome Charaoui 3b612356cf Remove redundant LICENSE section from README 2019-01-24 21:53:39 -05:00
Jerome Charaoui 7094b58c4b Create doc/ project dir for Doxygen docs and manpage 2019-01-24 21:40:25 -05:00
Jerome Charaoui 64a01e1144 Move source files in src/ 2019-01-24 21:36:15 -05:00
Jerome Charaoui 4719a73e81 Add uninstall Makefile target 2019-01-24 21:26:09 -05:00
Jerome Charaoui 302f84c7c2 Rename OBJ to COBJS 2019-01-24 21:26:09 -05:00
Jerome Charaoui 4ca5e73da9 Add standard all and distclean targets 2019-01-24 21:26:09 -05:00
Jerome Charaoui c6a0b2180e Put compiler flags before dash options
Again, that's more in line with the standard
2019-01-24 21:26:09 -05:00
Jerome Charaoui f70c72d5ef Install manpage in install Makefile target 2019-01-24 21:26:09 -05:00
Jerome Charaoui b8637a0283 Use lowercase prefix in Makefile
It's more in line with the standard
2019-01-24 21:26:09 -05:00
Jerome Charaoui 0afd0d58ef Simplify install Makefile target 2019-01-24 21:26:09 -05:00
Jerome Charaoui f718015503 Defining CC is unneccessary
It normally refers to /usr/bin/cc which is a symlink to the preferred
compiler. Removing it from the Makefile allows one to explicitly define
a different compiler at build-time.
2019-01-24 21:26:09 -05:00
Jerome Charaoui b41da76561
Merge pull request #22 from jcharaoui/manpage
Add a manpage
2019-01-24 08:46:38 -05:00
Jerome Charaoui 740acee3be Add a manpage 2019-01-24 08:38:26 -05:00
Fufu Fang fa4e6e4756
Merge pull request #21 from jcharaoui/fix-version
Fix output of --version/-V
2019-01-24 08:18:10 +00:00
Jerome Charaoui 3e1675dcd9 Fix output of --version/-V 2019-01-23 23:53:14 -05:00
Fufu Fang 8ba649b6cf
Update README.md 2019-01-23 11:51:42 +00:00
Fufu Fang abf0ca3acd
Merge pull request #20 from jcharaoui/improved-makefile
Improved makefile
2019-01-23 06:27:53 +00:00
Fufu Fang 282a7a17b2
Merge pull request #18 from jcharaoui/openssl-exception
Add OpenSSL exception to LICENCE
2019-01-23 06:27:11 +00:00
Fufu Fang 6aa16f3005
Merge pull request #19 from jcharaoui/typo
Fix a small typo
2019-01-23 06:26:57 +00:00
Jerome Charaoui 92d4b0ab6c Move linker flags from CFLAGS into LDFLAGS 2019-01-23 00:16:27 -05:00
Jerome Charaoui d73b16d917 Default install target to use /usr/local prefix
While also allowing to customise PREFIX and DESTDIR
2019-01-22 22:30:05 -05:00
Jerome Charaoui 82b0fe88a3 Allow adjusting compilation flags in Makefile 2019-01-22 22:27:51 -05:00
Jerome Charaoui 77f4989b4e Fix a small typo 2019-01-22 22:15:17 -05:00
Jerome Charaoui 3b5252f11f Add OpenSSL exception to LICENCE 2019-01-22 22:09:01 -05:00
Fufu Fang 82055540c7
Update README.md 2019-01-22 22:38:04 +00:00
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