- Oct 19, 2009
- Oct 18, 2009
-
-
Daniel Stenberg authored
that now makes curl_getdate(3) actually handles RFC 822 formatted dates that use the "single letter military timezones". http://www.rfc-ref.org/RFC-TEXTS/822/chapter5.html has the details.
-
Yang Tse authored
Check for basename() is now done the same as other function checks
-
Daniel Stenberg authored
data!
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2873666) which identified a problem which made libcurl loop infinitely when given incorrect credentials when using HTTP GSS negotiate authentication.
-
Daniel Stenberg authored
libcurl called NSS to close the SSL "session" it also closed the actual socket.
-
- Oct 17, 2009
-
-
Daniel Stenberg authored
As it actually builds with gcrypt these days, but not the NSS functions.
-
Daniel Stenberg authored
-
Yang Tse authored
Fix invalid file name characters handling on Windows
-
- Oct 16, 2009
-
-
Yang Tse authored
-
- Oct 15, 2009
-
-
Yang Tse authored
-
- Oct 14, 2009
-
-
Yang Tse authored
-
Guenter Knauf authored
else ASN1_STRING_to_UTF8() returns the string length.
-
- Oct 13, 2009
- Oct 10, 2009
- Oct 09, 2009
-
-
Yang Tse authored
-
- Oct 08, 2009
- Oct 07, 2009
-
-
Kamil Dudka authored
-
Yang Tse authored
- Fixing out of bounds memory overwrite triggered with malformed /etc/hosts file. - Improving parsing of /etc/hosts file. - Validating requested address family. - Ensuring that failures always return a NULL pointer. - Adjusting header inclusions.
-
Guenter Knauf authored
-
- Oct 06, 2009
-
-
Yang Tse authored
target as indicated end requested by Viktor Szakats in bug report #2872879.
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
-
- Oct 05, 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
-
Daniel Stenberg authored
-
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.
-
- Sep 29, 2009
-
-
Yang Tse authored
make errno available as a preprocessor macro.
-
- Sep 28, 2009
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-