- Mar 23, 2011
-
-
Daniel Stenberg authored
The RTSP-specific function for checking for "dead" connection is better located in rtsp.c. The code using this is now written without #ifdefs as the function call is instead turned into a macro (in rtsp.h) when RTSP is disabled.
-
Daniel Stenberg authored
Added a little generic info section about the lists and a section about how to deal with trolls and spam on the lists.
-
Daniel Stenberg authored
Fixed: 271 - fix the IPv6-working probing to only exist at one place in the code and only get done once A problem not repeatable and no proper recipe given and therefore simply removed for now until we hear something else: 282 - 100 Continue responses should return the "final" HTTP response code: "Getting the HTTP response code following a 100 Continue"
-
Daniel Stenberg authored
Move ipv6-functional-probe into a single function that is used from all places that need to know. Make the probe function store the result in a static variable so that subsequent invokes just returns the previous result and won't have to probe again.
-
- Mar 22, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This is a new documentation for the source tree. This information has been present since a long time at http://curl.haxx.se/mail/etiquette.html but now it is put into a plain text version too for wider distribution. The web version will be automatically generated from this source document.
-
Julien Chaffraix authored
Curl_posttransfer is called too soon to add the final new line. Moved the new line logic to pgrsDone as there is no more call to update the progress status after this call. Reported by: Dmitri Shubin <sbn_at_tbricks.com> http://curl.haxx.se/mail/lib-2010-12/0162.html
-
- Mar 21, 2011
-
-
Daniel Stenberg authored
-
Dave Reisner authored
This avoids warnings generated by autoconf 2.68. Signed-off-by: Dave Reisner <d@falconindy.com>
-
- Mar 20, 2011
-
-
Daniel Stenberg authored
When libcurl sends a HTTP request on a re-used connection and detects it being closed (ie no data at all was read from it), it is important to rewind if any data in the request was sent using the read callback or was read from file, as otherwise the retried request will be broken. Reported by: Chris Smowton Bug: http://curl.haxx.se/bug/view.cgi?id=3195205
-
Daniel Stenberg authored
To reduce the risk of variable name conflicts, use CURLVERSION instead of VERSION.
-
Daniel Stenberg authored
Scanned with a tool that checked for mistakes and this is the subsequent cleanup.
-
Julien Chaffraix authored
-
Julien Chaffraix authored
Tiny tweak after Daniel's refactoring of the protocol handlers.
-
- Mar 19, 2011
-
-
Daniel Stenberg authored
We have an array with the state names only built and used when built debug enabled and this need to list all the states from the .h
-
- Mar 18, 2011
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
Test 1119 now also makes sure that symbols-in-versions doesn't contain any duplicates
-
Daniel Stenberg authored
Slightly modified to become a nicer web page when converted for the site
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 17, 2011
-
-
Dan Fandrich authored
Added tests for a number of POP3 LIST operations, including one that shows a curl problem when listing no messages, so is disabled.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLE_CHUNK_FAILED and CURLE_FTP_BAD_FILE_LIST were introduced in 7.21.0, not 7.20.1
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Reported by: Andre Guibert de Bruet
-
- Mar 15, 2011
-
-
Daniel Stenberg authored
Value stored to 'len' is never read
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Use (void)[variable] to inhibit unused argument/variables warnings.
-
Ben Noordhuis authored
Use Curl_ssl_connect_nonblocking() when upgrading the connection to TLS/SSL while using the multi interface.
-
Ben Noordhuis authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Kamil Dudka authored
When NSS-powered libcurl connected to a SSL server with CURLOPT_SSL_VERIFYPEER equal to zero, NSS remembered that the peer certificate was accepted by libcurl and did not ask the second time when connecting to the same server with CURLOPT_SSL_VERIFYPEER equal to one. This patch turns off the SSL session cache for the particular SSL socket if peer verification is disabled. In order to avoid any performance impact, the peer verification is completely skipped in that case, which makes it even faster than before. Bug: https://bugzilla.redhat.com/678580
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
As a follow-up to commit 8831000b: don't assume that the SSL powered protocol alternatives are available.
-
Daniel Stenberg authored
Use the new flags field and stop using the old protocol defines.
-
Daniel Stenberg authored
Removed a fixed issue, added five new existing ones and clarified one of the previous ones.
-