- Jan 20, 2011
-
-
Darshan Mody authored
-
- Jan 19, 2011
-
-
Daniel Stenberg authored
... to not make the connection between the tool and the libcurl used tighter than necessary, the tlsauth options are now always present but if the used libcurl doesn't have TLSAUTH support it will return failure. Also, replaced strncmp() with strequal to get case insensitive matching.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Test case 1014 failed since TLS-SRP was correctly set to the features variable so curl-config --features didn't output it.
-
Daniel Stenberg authored
-
Quinn Slack authored
-
Daniel Stenberg authored
The default value is 1. curl _uses_ a default CA bundle, it doesn't install one. Drop the references to 7.10 as that is now >8 years old!
-
Daniel Stenberg authored
Extended the intial HTTP protcol part and added a mention of --trace and --trace-ascii. Replaced most URLs in the text to use example.com instead of all the made up strange names. Shortened a bunch of lines.
-
Daniel Stenberg authored
Extended the descriptions somewhat and made the options get listed next to each other.
-
- Jan 18, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
Submitted by Vincent Torri.
-
Kamil Dudka authored
... and update the curl.1 and curl_easy_setopt.3 man pages such that they do not suggest to use an OpenSSL utility if curl is not built against OpenSSL. Bug: https://bugzilla.redhat.com/669702
-
- Jan 17, 2011
-
-
Guenter Knauf authored
-
- Jan 15, 2011
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=3157232 Reported by: John Bradshaw
-
- Jan 14, 2011
-
-
Guenter Knauf authored
-
- Jan 13, 2011
-
-
Yang Tse authored
Get rid of stdout redirection to NUL and move stderr redirection into RM and RMDIR macros.
-
Yang Tse authored
Check for BCCDIR environment var done now as other checks.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jan 12, 2011
- Jan 11, 2011
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jan 10, 2011
-
-
Daniel Stenberg authored
The idea that the protocol and socktype is part of name resolving in the libc functions is nuts. We keep the name resolver functions assume TCP/STREAM and we make sure that when we want to connect to a UDP service we use the correct UDP/DGRAM set instead. This bug was because the ->protocol field was not always set correctly. This bug was only affecting ipv6-disabled non-cares non-threaded builds. Bug: http://curl.haxx.se/bug/view.cgi?id=3154436 Reported by: "dperham"
-
Quinn Slack authored
In OOM situation. Follow-up fix to commit a9cd4f4e.
-
- Jan 08, 2011
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/mail/lib-2011-01/0079.html Reported by: Quinn Slack
-
- Jan 07, 2011
-
-
Marcel Roelofs authored
Only under Windows
-
- Jan 06, 2011
-
-
Daniel Stenberg authored
CMake/CheckTypeSize.c.in and CMake/CheckTypeSize.cmake were removed in the previous cmake commit
-
Dan Fandrich authored
This makes it possible to skip the call to unit_stop() in such cases. Also use Curl_safefree() in unit test 1302 so it will pass the memory torture test.
-
- Jan 05, 2011
-
-
Daniel Stenberg authored
The just added speedcheck must not ruin the error code if already set due to a problem.
-
Brad King authored
The CheckTypeSize module that comes with CMake 2.6.2 and above does everything we need and also supports cross-compiling. Avoid duplicating an older version of it here. This also fixes a cross-compiling error because the old line include ("${CMAKE_MODULE_PATH}/CheckTypeSize.cmake") failed because CMAKE_MODULE_PATH is a search path and not a directory. Signed-off-by: Brad King <brad.king@kitware.com>
-
Daniel Stenberg authored
Check for speedcheck limits during the state machine traversals
-
- Jan 04, 2011
-
-
Daniel Stenberg authored
-