aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_curl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in case an invalid pk3 file has been downloaded from the se...thilo2009-10-191-2/+1
* Fix recursive error for disconnect after reliable client command overflow. Th...thilo2009-10-111-1/+1
* fix return value of CL_cURL_CallbackWrite (#3804)ludwig2008-10-241-1/+1
* Angst and zinx cajoled me into removing trying to load libcurl.so again.thilo2008-02-171-16/+10
* Fall back to libcurl.so.4 or libcurl.so.4 if the default symlink does not exist.thilo2008-02-161-5/+20
* * Move the conditional compilation of bg_lib.c from the Makefile to cpp intma2007-09-221-4/+4
* * Merge unified-sdl to trunktma2007-09-051-37/+7
* * (bug 3077) allow cURL to follow HTTP redirects (up to 5)tjw2007-05-221-0/+2
* fix wrong use of strncatludwig2007-01-231-2/+2
* - tag more functions with gnu format attributeludwig2006-12-301-2/+2
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-111-0/+358