- Apr 14, 2009
-
-
Daniel Stenberg authored
-
- Apr 09, 2009
-
-
Guenter Knauf authored
-
- Apr 08, 2009
-
-
Benoit Neil authored
Added newline ad the end of generated hugehelp.c (the "default" one, when it hasn't been generated before).
-
- Apr 06, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
PS: Once again, sorry if the added files have executable perms on Linux.
-
Benoit Neil authored
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...
-
- Mar 29, 2009
-
-
Guenter Knauf authored
-
- Mar 11, 2009
-
-
Daniel Stenberg authored
catch them all. The memory debug stuff is not in the public API anyway.
-
Daniel Stenberg authored
other libcurl function.
-
- Mar 08, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2671602Daniel Stenberg authored
curl didn't use sprintf() in a way that is documented to work in POSIX but since we use our own printf() code (from libcurl) that shouldn't be a problem. Nonetheless I modified the code to not rely on such particular features and to not cause further raised eyebrowse with no good reason.
-
- Feb 20, 2009
-
-
Yang Tse authored
-
- Feb 18, 2009
-
-
Daniel Stenberg authored
-
- Feb 17, 2009
-
-
Daniel Stenberg authored
plain FTP connections, and it will then allow MKD to fail once and retry the CWD afterwards. This is especially useful if you're doing many simultanoes connections against the same server and they all have this option enabled, as then CWD may first fail but then another connection does MKD before this connection and thus MKD fails but trying CWD works! The numbers can (should?) now be set with the convenience enums now called CURLFTP_CREATE_DIR and CURLFTP_CREATE_DIR_RETRY. Tests has proven that if you're making an application that uploads a set of files to an ftp server, you will get a noticable gain in speed if you're using multiple connections and this option will be then be very useful.
-
- Feb 05, 2009
-
-
Dan Fandrich authored
This couldn't ever overflow in curl, but might if the code were used elsewhere or under different conditions.
-
- Feb 02, 2009
-
-
Daniel Stenberg authored
version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
-
- Jan 29, 2009
-
-
Yang Tse authored
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c Also adjusted socks_sspi.c to remove the link-time dependency on the Windows SSPI library using it now in the same way as it was done in http_ntlm.c.
-
- Jan 28, 2009
-
-
Daniel Stenberg authored
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these.
-
- Jan 26, 2009
-
-
Guenter Knauf authored
-
- Jan 25, 2009
-
-
Daniel Stenberg authored
They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified.
-
- Jan 07, 2009
-
-
Dan Fandrich authored
-
- Dec 30, 2008
-
-
Guenter Knauf authored
added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware.
-
Guenter Knauf authored
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
-
Guenter Knauf authored
-
- Dec 16, 2008
-
-
Gisle Vanem authored
Added USE_WATT32 unconditionally for MSDOS targets since it's the only option. Adjusted the text for '--wdebug'.
-
- Nov 17, 2008
- Nov 14, 2008
-
-
Daniel Stenberg authored
also prevent buffer overflow on MSDOS when you do for example -O on a url with a file name part longer than PATH_MAX letters
-
- Nov 13, 2008
-
-
Yang Tse authored
non-blocking mode, and decouple function detection from function capability.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Nov 11, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Nov 03, 2008
-
-
Gisle Vanem authored
and not sprintf().
-
- Nov 01, 2008
- Oct 30, 2008
-
-
Yang Tse authored
-
- Oct 28, 2008
-
-
Dan Fandrich authored
-
- Oct 27, 2008
-
-
Dan Fandrich authored
-