- Apr 21, 2011
-
-
Fabian Keil authored
Found with codespell.
-
Julien Chaffraix authored
-
- Apr 20, 2011
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Make sure that files are closed before the post quote commands run as if they operate on the just transferred file they could otherwise easily fail. Patch by: Rajesh Naganathan (edited)
-
Dan Fandrich authored
-
Daniel Stenberg authored
libcurl failed to check the correct struct for HTTPS after CONNECT was issued to the proxy, so it didn't do the TLS handshake and subsequently failed the connection. A regression released in 7.21.5 (introduced around commit 8831000b). Bug: http://curl.haxx.se/mail/lib-2011-04/0134.html Reported by: Josue Andrade Gomes
-
Daniel Stenberg authored
When set to a HTTP 1.0 proxy, that only affects the CONNECT request and not the regular HTTP request.
-
Gisle Vanem authored
Made it compile and work again after the code move.
-
- Apr 19, 2011
-
-
Daniel Stenberg authored
Massively reduce #ifdefs all over (23 #ifdef lines less so far) Moved conversion-specific code to non-ascii.c
-
Guenter Knauf authored
It is now possible to use any combination of features without having to 1st add makefile targets to the main makefile. The main makefile now passes the 'mingw32-feat1-feat2' as var CFG, and the ./[lib|src]/Makefile.m32 parses the CFG var to determine the features to be enabled.
-
Guenter Knauf authored
-
Guenter Knauf authored
changed windows.h include to system header; changed obsolete 2nd check for str_w to str_utf8 in order to catch malloc() failure and avoid a free(NULL); changed calls to GetLastError() to void to kill unsused var compiler warnings; moved one call to GetLastError() into else case so that its only called when WideCharToMultiByte() really fails.
-
Guenter Knauf authored
Provide prototype for curl_win32_idn_to_ascii(); remove wrong 3rd parameter from curl_win32_idn_to_ascii() call.
-
Daniel Stenberg authored
do the s/VERSION/CURLVERSION replacement for the human redable output for --checkfor Reported by: Ryan Schmidt
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Apr 18, 2011
-
-
Daniel Stenberg authored
The new libcurl and command line options are now described.
-
Daniel Stenberg authored
Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer Encoding in HTTP requests (if built zlib enabled). I also renamed CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name around) to reduce the confusion when we have to encoding options for HTTP. --tr-encoding is now the new command line option for curl to request this, and thus I updated the test cases accordingly.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
When TE: is inserted in the request, we must add a "Connection: TE" as well to be HTTP 1.1 compliant. If a custom Connection: header is passed in, we must use that and only append TE to it. Test case 1125 verifies TE: + custom Connection:.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Since this struct member is used in the code to determine what and how to decode automatically and since it is now also used for compressed Transfer-Encodings, I renamed it to the more suitable 'auto_decoding'
-
Daniel Stenberg authored
Transfer-Encoding differs from Content-Encoding in a few subtle ways, but primarily it concerns the transfer only and not the content so when discovered to be compressed we know we have to uncompress it. There will only arrive compressed transfers in a response after we have requested them with the appropriate TE: header. Test case 1122 and 1123 verify.
-
Patrick Monnerat authored
-
Patrick Monnerat authored
Fix OS400 LDAP wrappers: strings were non null-terminated.
-
Daniel Stenberg authored
curl-config --version didn't output the correct version string (bug introduced in commit 0355e33b), and unfortunately the test case 1022 that was supposed to check for this was broken. This change fixes the test to detect this problem and it fixes the output. Bug: http://curl.haxx.se/bug/view.cgi?id=3288727
-
- Apr 17, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Clarified the release procedure
-
- Apr 16, 2011
-
-
Daniel Stenberg authored
As we're closing in on the release, I give up on the remaining ones but I leave them in here for now to try to fix for next release. I removed the 281 issue about warnings from the statical analyzer scans, as they seem to be mostly false positives at this point.
-
- Apr 15, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
When going back from SSL, put the send/recv function pointers back to the plain versions. Bug: http://curl.haxx.se/mail/lib-2011-04/0070.html Reported by: Mehmet Bozkurt
-
Guenter Knauf authored
-
- Apr 14, 2011
-
-
Daniel Stenberg authored
Error 4 has got a meaning Error 48 has got a slightly different meaning now
-
Daniel Stenberg authored
-
Andrei Benea authored
-