- Mar 24, 2010
-
-
Daniel Stenberg authored
-
- Mar 23, 2010
-
-
Daniel Stenberg authored
Kenny To filed the bug report #2963679 with patch to fix a problem he experienced with doing multi interface HTTP POST over a proxy using PROXYTUNNEL. He found a case where it would connect fine but bits.tcpconnect was not set correct so libcurl didn't work properly. (http://curl.haxx.se/bug/view.cgi?id=2963679)
-
- Feb 04, 2010
-
-
Yang Tse authored
fix printf-style format strings
-
- Feb 02, 2010
-
-
Yang Tse authored
Fix compiler warning: conditional expression is constant
-
- Jan 28, 2010
-
-
Yang Tse authored
fix printf-style format strings
-
- Jan 22, 2010
-
-
Daniel Stenberg authored
-
- Jan 11, 2010
-
-
Daniel Stenberg authored
interval even during very slow connects.
-
- Dec 30, 2009
-
-
Yang Tse authored
-
- Oct 01, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an incorrect return code from the internal trynextip() function which caused him grief. This is a regression that was introduced in 7.19.1 and I find it strange it hasn't hit us harder, but I won't persue into figuring out exactly why.
-
Daniel Stenberg authored
SO_SNDBUF to CURL_WRITE_SIZE even if the SO_SNDBUF starts out larger. The patch doesn't do a setsockopt if SO_SNDBUF is already greater than CURL_WRITE_SIZE. This should help folks who have set up their computer with large send buffers.
-
- Aug 29, 2009
-
-
Guenter Knauf authored
-
- Jul 09, 2009
-
-
Daniel Stenberg authored
setting a file descriptor non-blocking. Used by the functionality Eric himself brough on June 15th.
-
- May 07, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
well. See change 28 Apr 2009.
-
- May 02, 2009
-
-
Yang Tse authored
-
- Apr 30, 2009
-
-
Yang Tse authored
-
- Apr 28, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows we need to grow the SO_SNDBUF buffer somewhat to get really good upload speeds. http://support.microsoft.com/kb/823764 has the details. Friends confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough.
-
- Apr 21, 2009
-
-
Yang Tse authored
-
- Feb 28, 2009
-
-
Yang Tse authored
-
- Feb 27, 2009
-
-
Daniel Stenberg authored
CURLOPT_LOCALPORT were used together (the local port bind failed), and Markus Koetter provided the fix!
-
- Dec 30, 2008
-
-
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.
-
- Dec 16, 2008
-
-
Gisle Vanem authored
-
- Nov 14, 2008
-
-
Dan Fandrich authored
fix compilation on Cell (reported by Jeff Curley).
-
- Nov 13, 2008
-
-
Yang Tse authored
non-blocking mode, and decouple function detection from function capability.
-
- Nov 06, 2008
-
-
Yang Tse authored
which now also takes a protocol address family argument.
-
- Nov 03, 2008
-
-
http://curl.haxx.se/bug/view.cgi?id=2218480Daniel Stenberg authored
problem with my CURLINFO_PRIMARY_IP fix from October 7th that caused a NULL pointer read. I also took the opportunity to clean up this logic (storing of the connection's IP address) somewhat as we had it stored in two different places and ways previously and they are now unified.
-
- Oct 24, 2008
-
-
Dan Fandrich authored
and isn't strictly needed here.
-
Yang Tse authored
-
- Oct 17, 2008
-
-
Yang Tse authored
-
- Oct 13, 2008
-
-
Yang Tse authored
And on the other hand a message after setsockopt() certainly must use SOCKERRNO.
-
- Oct 11, 2008
-
-
Yang Tse authored
-
- Oct 10, 2008
-
-
Dan Fandrich authored
-
- Oct 09, 2008
-
-
Dan Fandrich authored
systems supporting getifaddrs(). Also fixed a problem where an IPv6 address could be chosen instead of an IPv4 one for --interface when it involved a name lookup.
-
- Sep 08, 2008
-
-
Yang Tse authored
-
- Aug 26, 2008
-
-
Dan Fandrich authored
1021 and 1067.
-
- Jul 30, 2008
-
-
Daniel Stenberg authored
parser to allow numerical IPv6-addresses to be specified with the scope given, as per RFC4007 - with a percent letter that itself needs to be URL escaped. For example, for an address of fe80::1234%1 the HTTP URL is: "http://[fe80::1234%251]/"
-
- Jul 28, 2008
-
-
Dan Fandrich authored
an IPv6 address.
-
- Jun 08, 2008
-
-
Guenter Knauf authored
-
- Jun 06, 2008
-
-
Daniel Stenberg authored
curl_easy_getinfo. It returns a pointer to a string with the most recently used IP address. Modified test case 500 to also verify this feature. The implementing of this feature was sponsored by Lenny Rachitsky at NeuStar.
-
- May 21, 2008
-
-
Dan Fandrich authored
-