Mickaël Thomas
e986384fde
Maximize cURL buffer size
...
Allows higher download throughput (from ~2 MB/s to ~60 MB/s at 120FPS)
This has no effect for curl versions older than 7.53.0 (for which the
buffer can only be shrunk below 16k)
2018-04-08 22:40:37 -05:00
Mickaël Thomas
bae86208f9
Only allow safe protocols for cURL downloads
...
A malicious server could abuse dangerous protocols such as gopher:// to,
for instance, send mail via SMTP.
2017-08-15 21:47:27 -05:00
Tim Angus
9732f1ba69
Now with less infinite recursion
2015-09-26 10:54:16 +01:00
Tim Angus
c70e10d15e
Effectively revert c2e146c1
2015-09-25 22:50:01 +01:00
Tim Angus
ec6916ded5
Fix the wonky fix to the wonky va_list usage
2015-09-09 23:33:36 +01:00
Tim Angus
566e2a18de
Fix wonky va_list usage
2015-09-09 22:32:12 +01:00
Pan7
8fddf5d6cd
Fix va_list warning
2015-07-30 17:09:51 +02:00
Pan7
017af35969
Add missing qcurl handle cleanup
2015-07-29 16:44:59 +02:00
Tim Angus
4e1cf7ac9b
Return the result from qcurl_easy_setopt_warn
2015-07-29 13:39:27 +01:00
Tim Angus
eb3dda59e4
Merge pull request #143 from Pan7/qcurl_cleanup
...
qcurl_multi_cleanup check
2015-07-29 13:16:39 +01:00
Pan7
e9e1e25d77
qcurl_multi_cleanup check
2015-07-29 13:32:00 +02:00
Pan7
c2e146c145
qcurl_easy_setopt dev warning
2015-07-28 17:23:31 +02:00
Tim Angus
da79a3ed4e
Merge pull request #140 from Pan7/qcurl_remove
...
qcurl_multi_remove_handle check
2015-07-28 10:37:07 +01:00
Pan7
4db5c3af40
qcurl_multi_strerror not curl_multi_strerror
2015-07-27 21:04:47 +02:00
Pan7
85faec91ab
qcurl_multi_remove_handle check
2015-07-27 20:38:20 +02:00
Pan7
50038a7d26
qcurl_multi_add_handle error check
2014-10-26 17:10:41 +01:00
Zack Middleton
936db459ee
Don't allow modifying qvms or pk3s
...
Exception for allowing pk3s to be downloaded.
2013-04-24 14:11:18 -05:00
Thilo Schulz
7a1f2bc92b
Bug 5238 - cURL wrong use of curl_easy_setopt property, by Adrian Fuhrmann
2011-09-21 15:17:22 +00:00
Zack Middleton
56f5fedee9
- Only need cl_cURLLib cvar if USE_CURL_DLOPEN is defined.
...
- Try to load libcurl-4.dll on win32 (it use to be included in the NSIS installer).
2011-08-29 13:57:46 +00:00
Thilo Schulz
404fe4e6e0
Don't search system directories for renderer lib
2011-08-01 09:33:48 +00:00
Thilo Schulz
f697df05aa
Fix strange ifdeffery ( #5140 )
2011-07-31 19:20:50 +00:00
Thilo Schulz
3752b1d7c4
Change DLL search path order for external libraries that are linked at runtime, like libcurl or libopenal to:
...
* system library paths
* executable path
* fs_basepath
2011-07-29 20:18:37 +00:00
Thilo Schulz
698a9c51ec
Fix newlines in Com_Error, patch by Zack Middleton ( #5023 )
2011-06-06 14:51:02 +00:00
Thilo Schulz
fd57c987c4
Fix infinite loop in case an invalid pk3 file has been downloaded from the server. Thanks tjw for reporting ( #3074 )
2009-10-19 22:36:17 +00:00
Thilo Schulz
fee5a4a157
Fix recursive error for disconnect after reliable client command overflow. Thanks to /dev/humancontroller for reporting. https://bugzilla.icculus.org/show_bug.cgi?id=3616
2009-10-11 18:31:00 +00:00
Ludwig Nussel
ce907f32cc
fix return value of CL_cURL_CallbackWrite ( #3804 )
2008-10-24 07:08:52 +00:00
Thilo Schulz
dc3d2457e0
Angst and zinx cajoled me into removing trying to load libcurl.so again.
2008-02-17 13:46:34 +00:00
Thilo Schulz
a99634c2d3
Fall back to libcurl.so.4 or libcurl.so.4 if the default symlink does not exist.
2008-02-16 22:57:45 +00:00
Tim Angus
7562caa310
* Move the conditional compilation of bg_lib.c from the Makefile to cpp in
...
order to force dependency generation on bg_lib.*
* Make testing USE_ defines more consistent
2007-09-22 20:32:11 +00:00
Tim Angus
672cfbf16f
* Merge unified-sdl to trunk
...
* Bump Q3_VERSION to 1.35
2007-09-05 18:17:46 +00:00
Tony J. White =
16a200d262
* (bug 3077) allow cURL to follow HTTP redirects (up to 5)
2007-05-22 02:24:10 +00:00
Ludwig Nussel
4b9df8d9e9
fix wrong use of strncat
2007-01-23 10:39:49 +00:00
Ludwig Nussel
8e82c3d605
- tag more functions with gnu format attribute
...
- fix format string bugs. still some left
2006-12-30 12:32:54 +00:00
Tony J. White =
2af23e813d
* add cURL support for HTTP/FTP downloading (bug 2661)
2006-09-11 16:41:55 +00:00