- Aug 30, 2009
-
-
Guenter Knauf authored
-
- Aug 29, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Aug 28, 2009
-
-
Kamil Dudka authored
libcurl-NSS. Originally reported at: https://bugzilla.redhat.com/show_bug.cgi?id=516056#c9
-
- Aug 27, 2009
-
-
Daniel Stenberg authored
-
Steinar H. Gunderson authored
Support lookup of IPv4 literals in ares_gethostbyname(), even when the address family is set to AF_INET6.
-
- Aug 24, 2009
-
-
Patrick Monnerat authored
- Introduced a SYST-based test to properly set-up name format when dealing with the OS/400 FTP server. - Fixed an ftp_readresp() bug preventing detection of failing control socket and causing FTP client to loop forever.
-
Daniel Stenberg authored
properly and provided a fix. http://curl.haxx.se/bug/view.cgi?id=2843008
-
Daniel Stenberg authored
read stdin in a non-blocking fashion. This also brings back -T- (minus) to the previous blocking behavior since it could break stuff for people at times.
-
Daniel Stenberg authored
-
- Aug 21, 2009
-
-
Michal Marek authored
ftp://example.com;type=i if the user specified ftp://example.com without the slash.
-
Daniel Stenberg authored
strdup() that could lead to segfault if it returned NULL. I extended his suggest patch to now have Curl_retry_request() return a regular return code and better check that.
-
Daniel Stenberg authored
Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks Fix data corruption issue with re-connected transfers Fix use after free if we're completed but easy_conn not NULL
-
- Aug 19, 2009
-
-
Daniel Stenberg authored
5.4 Rearrange request header order Things to play with when you're bored
-
- Aug 18, 2009
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
certificate tests only run on a localhost-hosted test server since the host name is explicitly checked.
-
- Aug 16, 2009
-
-
Guenter Knauf authored
-
- Aug 14, 2009
-
-
Daniel Stenberg authored
than what's absolutely necessary: curl will do its best to use what you pass to it as a URL. It is not trying to validate it as a syntactically correct URL by any means but is instead VERY liberal with what it accepts.
-
- Aug 13, 2009
-
-
Kamil Dudka authored
verbose error messages. Originally reported at: https://bugzilla.redhat.com/show_bug.cgi?id=516056
-
Daniel Stenberg authored
-
- Aug 12, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
mail posted to the http-state mailing list, from Adam Barth, and is said to be the set of date formats the Chrome browser code is tested against: http://www.ietf.org/mail-archive/web/http-state/current/msg00129.html libcurl parses most of them identically, but not all of them.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
sending of the TSIZE option. I don't like fixing bugs just hours before a release, but since it was broken and the patch fixes this for him I decided to get it in anyway.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
bugs we know about that will appear in the next release (too)
-
- Aug 11, 2009
-
-
Daniel Stenberg authored
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2835196), fixing a few compiler warnings when mixing ints and bools.
-
Dan Fandrich authored
config.h issue hasn't been completely solved. This will save some effort for someone desperate to use curl on Android.
-
Patrick Monnerat authored
Fix OS400 makefile for tests to use the new Makefile.inc in libtest Update the OS400 wrappers and RPG binding according to the current CVS source state
-
Daniel Stenberg authored
now since we won't manage to get them done for 7.19.6.
-
Dan Fandrich authored
-