aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Collapse)Author
2014-06-18opts: document CURLE_OUT_OF_MEMORY as RETURN VALUEDan Fandrich
2014-06-18opts: fixed a couple of typosDan Fandrich
2014-06-18opts: 16 more man pagesDaniel Stenberg
2014-06-18opts: more man pagesDaniel Stenberg
2014-06-18CURLOPT_READFUNCTION.3: add short descDaniel Stenberg
2014-06-18CURLOPT_LOW_SPEED_LIMIT.3: languageDaniel Stenberg
2014-06-18opts: 4 more man pagesDaniel Stenberg
2014-06-18opts: add all existing man pages to the distDaniel Stenberg
2014-06-18libcurl build: use correct dir when cd'ing to opts for pdf buildingDaniel Stenberg
2014-06-18opts: fixed a few typosDan Fandrich
2014-06-18opts: 29 more options as man pagesDaniel Stenberg
2014-06-17opts: 9 more options as separate man pagesDaniel Stenberg
2014-06-17opts: 3 more options as man pagesDaniel Stenberg
2014-06-17opts: 7 more setopt options as individual man pagesDaniel Stenberg
2014-06-17opts template: provide a filled in error code phraseDaniel Stenberg
2014-06-17CURLOPT_SOCKOPTFUNCTION.3: clarify return codeDaniel Stenberg
2014-06-17CURLOPT_WRITEDATA.3: move version info to AVAILABILITYDaniel Stenberg
2014-06-17opts: 4 more options with stand-alone man pagesDaniel Stenberg
2014-06-17CURLOPT_READFUNCTION.3: see also the seekfunctionDaniel Stenberg
2014-06-17CURLOPT_IOCTLFUNCTION.3: fill in short descDaniel Stenberg
2014-06-17CURLOPT_READDATA.3: fixed typoDan Fandrich
2014-06-17opts: initial makefileDaniel Stenberg
with a bonus first rough 'mancheck' target to see which man pages that are still missing
2014-06-17CURLOPT_IOCTLFUNCTION.3: initial man pageDaniel Stenberg
2014-06-17CURLOPT_WRITEFUNCTION: changed the order of some sentencesDaniel Stenberg
First explain the data then describe what the callback should return.
2014-06-16CURLOPT_WRITEFUNCTION.3: improved languageDaniel Stenberg
Suggestions-by: Jeff Pohlmeyer
2014-06-16opts docs: 3 more options in their own man pagesDaniel Stenberg
2014-06-16template: a template for adding new option man pagesDaniel Stenberg
Inludes all the sections to consider.
2014-06-16CURLOPT_WRITEFUNCTION: add RETURN VALUE and DEFAULT sectionsDaniel Stenberg
2014-06-16CURLOPT_WRITEFUNCTION: initial man pageDaniel Stenberg
2014-06-16CURLOPT_WILDCARDMATCH: initial man pageDaniel Stenberg
2014-06-16CURLOPT_VERBOSE: initial man pageDaniel Stenberg
2014-06-16CURLOPT_NOSIGNAL: initial man pageDaniel Stenberg
2014-06-16CURLOPT_NOPROGRESS: initial man pageDaniel Stenberg
2014-06-16CURLOPT_HEADER: initial man pageDaniel Stenberg
2014-05-26curl_version_info.3: returns a pointer to a static structDaniel Stenberg
And clarify that age 3 means 7.16.1 or later.
2014-05-16curl_easy_getinfo.3: clarify CURLINFO_SIZE_DOWNLOADDaniel Stenberg
It counts "body" data only, no meta data, no headers.
2014-05-16curl_easy_setopt.3: prefer XFERINFOFUNCTION to PROGRESSFUNCTIONDaniel Stenberg
2014-05-05curl_easy_setopt.3: added the proto for CURLOPT_SSH_KNOWNHOSTSDaniel Stenberg
2014-04-18curl_easy_setopt: Updated CURLOPT_URL to include IMAP PARTIAL FETCH exampleSteve Holme
2014-04-18curl_easy_setopt: Updated CURLOPT_URL to include IMAP query string examplesSteve Holme
2014-04-04curl_easy_setopt: fix wrong version number referencesDaniel Stenberg
2014-04-04docs: this is for 7.37.0Daniel 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-04PROXYHEADER: send these headers in "normal" proxy requests tooDaniel 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-04symbols-in-versions: Added CURLHEADER_*Daniel Stenberg
... and sorted the list
2014-04-04CURLOPT_HEADEROPT: addedDaniel Stenberg
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER is actually used or not.
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
Includes docs and new test cases: 1525, 1526 and 1527 Co-written-by: Vijay Panghal
2014-02-18curl_version.3: recommend using curl_version_info() insteadDaniel Stenberg
2014-02-18curl_version_info.3: added *HTTP2Daniel Stenberg
... and edited language slightly
2014-02-18curl_multi_assign.3: updated languageDaniel Stenberg
2014-02-18libcurl.3: edited slightly to improve readabilityDaniel Stenberg