Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-17 | CURLOPT_IOCTLFUNCTION.3: fill in short desc | Daniel Stenberg | |
2014-06-17 | CURLOPT_READDATA.3: fixed typo | Dan Fandrich | |
2014-06-17 | opts: initial makefile | Daniel Stenberg | |
with a bonus first rough 'mancheck' target to see which man pages that are still missing | |||
2014-06-17 | CURLOPT_IOCTLFUNCTION.3: initial man page | Daniel Stenberg | |
2014-06-17 | CURLOPT_WRITEFUNCTION: changed the order of some sentences | Daniel Stenberg | |
First explain the data then describe what the callback should return. | |||
2014-06-16 | CURLOPT_WRITEFUNCTION.3: improved language | Daniel Stenberg | |
Suggestions-by: Jeff Pohlmeyer | |||
2014-06-16 | opts docs: 3 more options in their own man pages | Daniel Stenberg | |
2014-06-16 | template: a template for adding new option man pages | Daniel Stenberg | |
Inludes all the sections to consider. | |||
2014-06-16 | CURLOPT_WRITEFUNCTION: add RETURN VALUE and DEFAULT sections | Daniel Stenberg | |
2014-06-16 | CURLOPT_WRITEFUNCTION: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_WILDCARDMATCH: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_VERBOSE: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_NOSIGNAL: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_NOPROGRESS: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_HEADER: initial man page | Daniel Stenberg | |
2014-05-26 | curl_version_info.3: returns a pointer to a static struct | Daniel Stenberg | |
And clarify that age 3 means 7.16.1 or later. | |||
2014-05-16 | curl_easy_getinfo.3: clarify CURLINFO_SIZE_DOWNLOAD | Daniel Stenberg | |
It counts "body" data only, no meta data, no headers. | |||
2014-05-16 | curl_easy_setopt.3: prefer XFERINFOFUNCTION to PROGRESSFUNCTION | Daniel Stenberg | |
2014-05-05 | curl_easy_setopt.3: added the proto for CURLOPT_SSH_KNOWNHOSTS | Daniel Stenberg | |
2014-04-18 | curl_easy_setopt: Updated CURLOPT_URL to include IMAP PARTIAL FETCH example | Steve Holme | |
2014-04-18 | curl_easy_setopt: Updated CURLOPT_URL to include IMAP query string examples | Steve Holme | |
2014-04-04 | curl_easy_setopt: fix wrong version number references | Daniel Stenberg | |
2014-04-04 | docs: this is for 7.37.0 | Daniel Stenberg | |
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. | |||
2014-04-04 | PROXYHEADER: send these headers in "normal" proxy requests too | Daniel Stenberg | |
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. | |||
2014-04-04 | symbols-in-versions: Added CURLHEADER_* | Daniel Stenberg | |
... and sorted the list | |||
2014-04-04 | CURLOPT_HEADEROPT: added | Daniel Stenberg | |
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER is actually used or not. | |||
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg | |
Includes docs and new test cases: 1525, 1526 and 1527 Co-written-by: Vijay Panghal | |||
2014-02-18 | curl_version.3: recommend using curl_version_info() instead | Daniel Stenberg | |
2014-02-18 | curl_version_info.3: added *HTTP2 | Daniel Stenberg | |
... and edited language slightly | |||
2014-02-18 | curl_multi_assign.3: updated language | Daniel Stenberg | |
2014-02-18 | libcurl.3: edited slightly to improve readability | Daniel Stenberg | |
2014-02-18 | curl_easy_perform.3: extended and clarified | Daniel Stenberg | |
2014-02-18 | curl_multi_add_handle.3: clarify multi vs easy use | Daniel Stenberg | |
it is only WHILE added to a multi handle that it can't be used with the easy interface | |||
2014-02-17 | curl_multi_setopt.3: clarify CURLMOPT_MAXCONNECTS | Daniel Stenberg | |
2014-02-16 | curl_easy_setopt.3: Add another non-matching hostname | Colin Hogben | |
For the avoidance of doubt, show a domain which contains the no-proxy pattern but not at the top level. | |||
2014-02-16 | url_easy_setopt.3: Add undocumented values of curl_infotype | Yehezkel Horowitz | |
... for debug function | |||
2014-02-14 | curl_easy_setopt.3: Fix word order of CURLOPT_PROXY section | Colin Hogben | |
The word CURLOPT_PROXYPORT became detached from its sentence when the note about the default was added. | |||
2014-02-13 | transfer: make Expect: 100-continue timeout configurable. | Tiit Pikma | |
Replaced the #define CURL_TIMEOUT_EXPECT_100 in transfer.c with the CURLOPT_EXPECT_100_TIMEOUT_MS option to make the timeout configurable. | |||
2014-02-11 | curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0 | Fabian Frank | |
2014-02-11 | curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPN | Daniel Stenberg | |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank | |
when using --http2 one can now selectively disable NPN or ALPN with --no-alpn and --no-npn. for now honored with NSS only. TODO: honor this option with GnuTLS and OpenSSL | |||
2014-01-23 | curl_easy_setopt.3: remove what auth types that work for CURLOPT_PROXYAUTH | Daniel Stenberg | |
The list was out of date and the paragraph already refers to the CURLOPT_HTTPAUTH explanation. All the auth bits are explained properly there. It also removes the ambiguity for what the "added" phrase refers to. This change based on pull request #85 on github URL: https://github.com/bagder/curl/pull/85 Reported-by: gnawhleinad | |||
2014-01-20 | curl_getdate.3: edited, removed references to pre 7.12.2 functionality | Daniel Stenberg | |
2014-01-14 | curl_easy_setopt.3: mention how to unset CURLOPT_INFILESIZE* | Daniel Stenberg | |
2014-01-02 | Updated copyright year for recent changes | Steve Holme | |
2014-01-03 | curl_easy_setopt.3: fix formatting mistakes | Christian Weisgerber | |
This fixes two markup typos I noticed in curl_easy_setopt.3. (The use of bold vs. italics seems a bit inconsistent in that page, but it should at least be valid man syntax.) | |||
2013-12-29 | curl_easy_setopt.3: Added SMTP information to CURLOPT_INFILESIZE_LARGE | Steve Holme | |
Although added to CURLOPT_INFILESIZE in commit ee3d3adc6fe155 it was never added to CURLOPT_INFILESIZE_LARGE. | |||
2013-12-26 | FILE: we don't support paused transfers using this protocol | Daniel Stenberg | |
Make sure that we detect such attempts and return a proper error code instead of silently handling this in problematic ways. Updated the documentation to mention this limitation. Bug: http://curl.haxx.se/bug/view.cgi?id=1286 | |||
2013-12-22 | docs: mention CURLOPT_MAX_RECV/SEND_SPEED_LARGE don't work for FILE:// | Daniel Stenberg | |
2013-12-19 | curl_easy_setopt: Fixed OAuth 2.0 Bearer option name | Steve Holme | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1313 Reported-by: Viktor Szakáts |