Commit Graph

51 Commits

Author SHA1 Message Date
Fufu Fang
77d2aea064
bumping version number 2019-05-07 13:56:00 +01:00
Fufu Fang
283520136c Closing issue #33, now set a default cache directory 2019-04-30 08:06:09 +01:00
Fufu Fang
ba8c7232e2 HTTP 429, LinkTable_print(), variable shadowing
changed the way HTTP 429 gets handled while querying for file stats
fixed LinkTable_print(), added variable shawdowing warning in Makefile
2019-04-27 02:42:29 +01:00
Fufu Fang
2d91734ade
Update Makefile 2019-04-26 20:09:52 +01:00
Fufu Fang
85d66adf6c added command line switch to configure user agent and the maximum number of network connections allowed 2019-04-26 11:39:03 +01:00
Fufu Fang
33ace8e120 bumped version number 2019-04-26 11:13:08 +01:00
Fufu Fang
e442871899 added Cache_background_download() to enable the download of the next block 2019-04-24 23:58:26 +01:00
Fufu Fang
a1abd8fab3 Update Makefile 2019-04-24 04:28:46 +01:00
Fufu Fang
a7bbfcbe7d Update Makefile 2019-04-24 04:27:40 +01:00
Fufu Fang
4b60b4e9be wrote the cache opening function 2019-04-24 04:21:38 +01:00
Fufu Fang
90eccb6049 created the skeletal cache.c 2019-04-24 04:21:37 +01:00
Fufu Fang
1b0a01aa30 Update Makefile 2019-04-24 04:21:37 +01:00
Josh Lilly
8ea19295a0 Compatibility with FreeBSD 2019-04-24 04:21:37 +01:00
Fufu Fang
ec9b37dcbe bumped the version number 2019-04-24 04:21:37 +01:00
Fufu Fang
d23dfe0709 Update Makefile 2019-04-24 04:21:10 +01:00
Fufu Fang
9f2803f60a Update Makefile 2019-04-24 04:21:10 +01:00
Jerome Charaoui
6dea0c96c3 Create doc/ project dir for Doxygen docs and manpage 2019-04-24 04:21:10 +01:00
Jerome Charaoui
f6f50c7cdf Move source files in src/ 2019-04-24 04:21:10 +01:00
Jerome Charaoui
d57ffacd05 Add uninstall Makefile target 2019-04-24 04:21:10 +01:00
Jerome Charaoui
29acb2d804 Rename OBJ to COBJS 2019-04-24 04:21:10 +01:00
Jerome Charaoui
724fac83de Add standard all and distclean targets 2019-04-24 04:21:10 +01:00
Jerome Charaoui
dd4e9d5517 Put compiler flags before dash options
Again, that's more in line with the standard
2019-04-24 04:21:10 +01:00
Jerome Charaoui
14ca3bca20 Install manpage in install Makefile target 2019-04-24 04:21:10 +01:00
Jerome Charaoui
b0fc0170f3 Use lowercase prefix in Makefile
It's more in line with the standard
2019-04-24 04:21:09 +01:00
Jerome Charaoui
0d2ffb309e Simplify install Makefile target 2019-04-24 04:21:09 +01:00
Jerome Charaoui
854001d1ec 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-04-24 04:21:09 +01:00
Jerome Charaoui
2ccd66021d Fix output of --version/-V 2019-04-24 04:21:09 +01:00
Jerome Charaoui
b2a84570a9 Move linker flags from CFLAGS into LDFLAGS 2019-04-24 04:21:09 +01:00
Jerome Charaoui
8ea46f896b Default install target to use /usr/local prefix
While also allowing to customise PREFIX and DESTDIR
2019-04-24 04:21:09 +01:00
Jerome Charaoui
19e825aa72 Allow adjusting compilation flags in Makefile 2019-04-24 04:21:09 +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
6bff4f9d7f updated Makefile 2019-04-24 04:20:52 +01:00
Fufu Fang
fac92a8994 removed unnecessary conditional compilation directives 2019-04-24 04:20:52 +01:00
Fufu Fang
d0cbd8b3ed updated user agent string 2019-04-24 04:20:52 +01:00
Fufu Fang
cfd4bda9c7 added a doxyfile for documentation generation 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
0cf0822b50 added make install 2019-04-24 04:20:51 +01:00
Fufu Fang
24791a935c now uses curl-multi interface, it is so much faster 2019-04-24 04:20:50 +01:00
Fufu Fang
77268287f5 fixed memory leak 2019-04-24 04:20:50 +01:00
Fufu Fang
1cd04a2a53 started to re-add curl multi interface support 2019-04-24 04:20:50 +01:00
Fufu Fang
4e173b33b8 added some thread safety stuff 2019-04-24 04:20:50 +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