- Apr 05, 2014
-
-
Tatsuhiro Tsujikawa authored
-
Steve Holme authored
Added a more thorough version of the VC8 project files that exist in the "vs" folder with the intention to add support for other versions of Visual Studio. These files support side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
-
- Apr 04, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
And clarify for curl that --proxy-header now must be used for headers that are meant for a proxy, and they will not be included if the request is not for a proxy.
-
Daniel Stenberg authored
Updated the docs to clarify and the code accordingly, with test 1528 to verify: When CURLHEADER_SEPARATE is set and libcurl is asked to send a request to a proxy but it isn't CONNECT, then _both_ header lists (CURLOPT_HTTPHEADER and CURLOPT_PROXYHEADER) will be used since the single request is then made for both the proxy and the server.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Maciej Puzio authored
-
Daniel Stenberg authored
... and sorted the list
-
Daniel Stenberg authored
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER is actually used or not.
-
Daniel Stenberg authored
Includes docs and new test cases: 1525, 1526 and 1527 Co-written-by: Vijay Panghal
-
Daniel Stenberg authored
Without request body there's no point in asking for 100-continue. Bug: http://curl.haxx.se/bug/view.cgi?id=1349 Reported-by: JimS
-
- Apr 03, 2014
-
-
Daniel Stenberg authored
When doing passive FTP, the multi state function needs to extract and use the happy eyeballs sockets to wait for to check for completion! Bug: http://curl.haxx.se/mail/lib-2014-02/0135.html (ruined) Reported-by: Alan
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
Since all present tests now have <keywords> listed, this script will now refuse to run a given test case if no such section is provided. Hopefully this will help us make sure new test cases get keywords added at start.
-
Daniel Stenberg authored
-
- Apr 01, 2014
-
-
Steve Holme authored
In addition to commit fe260b75 fixed the same issue for RFC-821 based SMTP servers and allow the credientials to be given to curl even though they are not used with the server.
-
Steve Holme authored
-
Daniel Stenberg authored
Reported-by: Melissa
-
- Mar 31, 2014
-
-
Steve Holme authored
-
Steve Holme authored
Added SMTP (RFC-821 only) based test case as a reference for the fix provided by commit fe260b75.
-
Daniel Stenberg authored
Follow up to 9317eced makes test 1056 work again.
-
Dan Fandrich authored
This limitation was removed in commit 0bc4938e
-
Daniel Stenberg authored
Remove a superfluous "negotiated http2" info line
-
Daniel Stenberg authored
We're progressing throught drafts so there's no point in having a fixed one in a symbol that'll survive.
-
Till Maas authored
-
- Mar 30, 2014
-
-
Paul Marks authored
This makes it possible to fetch from an IPv6 literal without specifying the -g option. Globbing remains available elsehwere in the URL. For example: curl http://[::1]/file[1-3].txt This creates no ambiguity, because there is no overlap between the syntax of valid globs and valid IPv6 literals. Globs contain hyphens and at most 1 colon, while IPv6 literals have no hyphens, and at least 2 colons. The peek_ipv6() parser simply whitelists a set of characters and counts colons, because the real validation happens later on. The character set includes A-Z, in case someone decides to implement support for scopes like [fe80::1%25eth0] in the future. Signed-off-by: Paul Marks <pmarks@google.com>
-
Steve Holme authored
As the second URL won't be passed input from stdin.
-
Steve Holme authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
When the protocol part fails, the data usually does too but the protocol part is often more fundamental and often provide the clues you need to fix the test case.
-
Steve Holme authored
Extended the regex to include other valid characters such as those used in the reply text of Test 836.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Steve Holme authored
-
Steve Holme authored
-