Commit Graph

36 Commits

Author SHA1 Message Date
Fufu Fang 527cad6eaa
Update Makefile 2019-01-25 13:13:53 +00: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 3e1675dcd9 Fix output of --version/-V 2019-01-23 23:53:14 -05: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
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