aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-02opts: fixed some CURLOPT references so they get turned into linksDan Fandrich
2014-07-02tool: call PR_Cleanup() on exit if NSPR is usedKamil Dudka
This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal data structures.
2014-07-02nss: make the fallback to SSLv3 work againKamil Dudka
This feature was unintentionally disabled by commit ff92fcfb.
2014-07-02nss: do not abort on connection failureKamil Dudka
... due to calling SSL_VersionRangeGet() with NULL file descriptor reported-by: upstream tests 305 and 404
2014-07-01opts: Document the socket callback function parametersDan Fandrich
2014-06-28opts: Fixed some typosSteve Holme
2014-06-25curl_easy_setopt.3: fixed the error code for an unsupported optionDan Fandrich
2014-06-24opts: added some DEFAULT and RETURN VALUE sectionsDan Fandrich
2014-06-21libcurl docs: man page editsDaniel Stenberg
mainly to improve how the web versions render
2014-06-21curl_easy_setopt.3: fixed some typosDan Fandrich
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