aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-21lib man pages: update easy setopt option referencesDaniel Stenberg
... by using the "\fIopt(3)\fP" syntax they will be linked properly when the web version of the page is generated.
2014-06-21opts: the CURLOPT_SSL_ENABLE_*PN options are enabled by defaultDaniel Stenberg
2014-06-21lib: documentation updates in README.hostipColin Hogben
c-ares now does support IPv6; avoid implying threaded resolver is Windows-only; two referenced source files were renamed in 7de2f92
2014-06-21curl_easy_setopt.3: CURLOPT_POSTFIELDS is the exceptionDaniel Stenberg
... to the always-copy-char *-argument. And fix some minor mistakes.
2014-06-21curl_easy_setopt.3: refer to the individual man pagesDaniel Stenberg
With all the new individual option man pages created, this now refers to each separate one instead of duplicaing the info. Also makes this page easier to overview.
2014-06-21opts: fixed mancheck for out-of-tree buildsDan Fandrich
2014-06-21curl_easy_setopt.3: shortenDaniel Stenberg
shorten descriptions, mostly refer to the separate descriptions
2014-06-21CURLOPT_DNS_LOCAL_IP4.3: better short descDaniel Stenberg
2014-06-20opts: document CURLE_OUT_OF_MEMORY among other return valuesDan Fandrich
2014-06-20opts: fixed some typosDan Fandrich
2014-06-20opts: various correctionsDaniel Stenberg
2014-06-20opts: add the rest of the optionsDaniel Stenberg
... and fixed mancheck to ignore obsolete options
2014-06-20opts: the final bunch of options as man pagesDaniel Stenberg
Now all current options have their own man pages.
2014-06-19opts: 37 additional man pagesDaniel Stenberg
2014-06-19CURLOPT_URL: move up the text from "Notes"Daniel Stenberg
2014-06-19ROADMAP: removed, now ROADMAP.mdDaniel Stenberg
2014-06-19ROADMAP.md: make it markdown formattedDaniel Stenberg
2014-06-19ROADMAP: initial commit of "curl the next few years"Daniel Stenberg
To be further discussed, debated and edited
2014-06-19opts: more man pagesDaniel Stenberg
2014-06-19CURLOPT_UNRESTRICTED_AUTH.3: added missing 'T'Daniel Stenberg
2014-06-19opts: makefile now includes all current man pagesDaniel Stenberg
2014-06-19opts: 11 more man pagesDaniel Stenberg
2014-06-18opts: document CURLE_OUT_OF_MEMORY as RETURN VALUEDan Fandrich
2014-06-18opts: fixed a couple of typosDan Fandrich
2014-06-18OS400: make it compilable again. Make RPG binding up to date.Patrick Monnerat
2014-06-18buildconf: do not search tools in current directory.Patrick Monnerat
2014-06-18curl.h: renamed CURLOPT_DEPRECATEDx to CURLOPT_OBSOLETExDan Fandrich
This is consistent with the existing obsolete error code naming convention.
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-18tests: Use CURLOPT_READDATA instead of the obsolete CURLOPT_INFILEDan Fandrich
2014-06-18opts: fixed a few typosDan Fandrich
2014-06-18opts: 29 more options as man pagesDaniel Stenberg
2014-06-17curl.h: moved two really old deprecated symbolsDaniel Stenberg
... from the CINIT() enum
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-17curl.h: reverse the enum/define setup for old symbolsDaniel Stenberg
We now provide the "real" names in the CINIT() macro setup for CURLOPT_* symbols, and we provide backwards compatibility defines for the old symbols as defines instead of vice versa. This allows us to better use the CINIT() list to check for existing and current option names.
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-17tool_metalink: Support polarssl as digest providerMichał Górny