- Dec 20, 2016
-
-
Daniel Stenberg authored
-
- Dec 19, 2016
-
-
Daniel Stenberg authored
-
- Dec 18, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and regenerated curl.1 Reported-by: Gisle Vanem
-
Michael Kaufmann authored
Follow-up to 82245eaa: Fix the example program sendrecv.c (handle CURLE_AGAIN, handle incomplete send). Improve the documentation for curl_easy_recv() and curl_easy_send(). Reviewed-by: Frank Meier Assisted-by: Jay Satiro See https://github.com/curl/curl/pull/1134
-
Daniel Stenberg authored
As the official docs seems really hard to keep track of and link to over time
-
- Dec 17, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Fixed trailing whitespace and numerous formatting glitches
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 16, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This is the first time we replace the manually edited curt.1 with the generated one created by gen.pl and the individual option documentation pages. Do not edit this file, edit the individual pages and regenerate this output. This file will be generated by the build system soon and then removed from git.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... to avoid people from trying to edit the pending curl.1 version that gets generated by gen.pl
-
Daniel Stenberg authored
CURLOPT_SOCKS_PROXY -> CURLOPT_PRE_PROXY Added the corresponding --preroxy command line option. Sets a SOCKS proxy to connect to _before_ connecting to a HTTP(S) proxy.
-
Daniel Stenberg authored
This was added as part of the SOCKS+HTTPS proxy merge but there's no need to support this as we prefer to have the protocol specified as a prefix instead.
-
- Dec 15, 2016
-
-
Daniel Stenberg authored
-
- Dec 14, 2016
-
-
Daniel Stenberg authored
... they're already frowned upon in our source code style guide, this now enforces the rule harder.
-
- Dec 13, 2016
-
-
Daniel Stenberg authored
In order to make the code style more uniform everywhere
-
- Dec 03, 2016
-
-
Jeremy Pearson authored
Closes https://github.com/curl/curl/pull/1153
-
- Dec 01, 2016
-
-
Daniel Stenberg authored
Since it now reads responses one byte a time, a loop could be removed and it is no longer limited to get the whole response within 16K, it is now instead only limited to 16K maximum header line lengths.
-
- Nov 29, 2016
-
-
Daniel Stenberg authored
-
- Nov 28, 2016
-
-
Daniel Stenberg authored
Now all options are in the new system.
-
Daniel Stenberg authored
-
- Nov 27, 2016
-
-
Daniel Stenberg authored
Moved over to the new format
-
Daniel Stenberg authored
There's mostly likely no need to allow setting SSLv2/3 version for HTTPS proxy. Those protocols are insecure by design and deprecated.
-
- Nov 26, 2016
-
-
Daniel Stenberg authored
-
Okhin Vasilij authored
Closes #1142
-
- Nov 25, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Follow-up to 4f8b1774
-
Daniel Stenberg authored
Sorted the lists too. ... and include the new ones in the PDF and HTML generation targets
-
Thomas Glanzmann authored
-