- Nov 15, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
codes for all calls to malloc and strdup that were missing. I also changed a few malloc(13) to use arrays on the stack and a few malloc(PATH_MAX) to instead use aprintf() to lower memory use. I also fixed a memory leak in Curl_nss_connect() when CURLOPT_ISSUERCERT is in use.
-
Daniel Stenberg authored
-
- Nov 14, 2008
-
-
Dan Fandrich authored
as a known-working environment.
-
Dan Fandrich authored
fix compilation on Cell (reported by Jeff Curley).
-
Dan Fandrich authored
form generator. Made the extensions part of the MIME type struct to reduce the size and run-time relocations necessary to build the table.
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
We do testing of code functions using the test suite instead!
-
Yang Tse authored
checks for inet_ntoa_r() inet_ntop() and inet_pton()
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Nov 13, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
non-blocking mode, and decouple function detection from function capability.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Michal Marek authored
paused.
-
Dan Fandrich authored
while still causing a timeout during the data phase.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Nov 12, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Nov 11, 2008
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2255627) which pointed out that a program using libcurl's multi interface to download a HTTPS page with a libcurl built powered by OpenSSL, would easily get silly and instead hand over SSL details as data instead of the actual HTTP headers and body. This happened because libcurl would consider the connection handshake done too early. This problem was introduced at September 22nd 2008 with my fix of the bug #2107377 The correct fix is now instead done within the GnuTLS-handling code, as both the OpenSSL and the NSS code already deal with this situation in similar fashion. I added test case 560 in an attempt to verify this fix, but unfortunately it didn't trigger it even before this fix!
-
Daniel Stenberg authored
either sorted out or more/new details come up
-
Daniel Stenberg authored
This test was added after the HTTPS-using-multi-interface with OpenSSL regression of 7.19.1 to hopefully prevent this embarassing mistake from appearing again... Unfortunately the bug wasn't triggered by this test, which presumably is because the connect to a local server is too fast/different compared to the real/distant servers we saw the bug happen with.
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
wanted anyway
-
http://curl.haxx.se/bug/view.cgi?id=2230535Yang Tse authored
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now.
-
- Nov 09, 2008
-
-
Daniel Stenberg authored
-
- Nov 08, 2008
-
-
Yang Tse authored
-
- Nov 07, 2008
-
-
Dan Fandrich authored
system with a TEQL load-balancing device configured, which doesn't have an address. Thanks to Adam Sampson for spotting this (bug #2234923).
-
Yang Tse authored
-
Yang Tse authored
-
- Nov 06, 2008
-
-
http://curl.haxx.se/bug/view.cgi?id=2230535Yang Tse authored
problem with MSVC 6 makefile that caused a build failure. It was noted that the curl_addrinfo.obj reference was missing. I took the opportunity to sort the list in which this was missing.
-