summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-03-25THANKS: 14 new friends from the 7.36.0 announcementDaniel Stenberg
2014-03-17polarssl: now require 1.3.0+Daniel Stenberg
2014-03-14docs: fixed a bunch of typosDan Fandrich
2014-03-11TODO: remove http2, we now have itDaniel Stenberg
2014-03-09SSL-PROBLEMS: add "missing intermediate certificates" pieceDaniel Stenberg
2014-03-08SSL-PROBLEMS: describes common curl+SSL problemsDaniel Stenberg
2014-03-08docs: remove documentation on setting up krb4 supportNick Zitzmann
2014-02-26tool_getparam: Added initial support for --next/-:Steve Holme
2014-02-18curl.1: update the description of --tlsv1Kamil Dudka
2014-02-18curl_version.3: recommend using curl_version_info() insteadDaniel Stenberg
2014-02-18curl_version_info.3: added *HTTP2Daniel Stenberg
2014-02-18curl_multi_assign.3: updated languageDaniel Stenberg
2014-02-18libcurl.3: edited slightly to improve readabilityDaniel Stenberg
2014-02-18curl_easy_perform.3: extended and clarifiedDaniel Stenberg
2014-02-18curl_multi_add_handle.3: clarify multi vs easy useDaniel Stenberg
2014-02-17tests: Made the crypto test feature usableDan Fandrich
2014-02-17curl_multi_setopt.3: clarify CURLMOPT_MAXCONNECTSDaniel Stenberg
2014-02-17examples: remove all use of CURLM_CALL_MULTI_PERFORMDaniel Stenberg
2014-02-16curl_easy_setopt.3: Add another non-matching hostnameColin Hogben
2014-02-16url_easy_setopt.3: Add undocumented values of curl_infotypeYehezkel Horowitz
2014-02-16examples: Added IMAP LSUB exampleSteve Holme
2014-02-14curl_easy_setopt.3: Fix word order of CURLOPT_PROXY sectionColin Hogben
2014-02-13transfer: make Expect: 100-continue timeout configurable.Tiit Pikma
2014-02-11curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0Fabian Frank
2014-02-11curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPNDaniel Stenberg
2014-02-10NPN/ALPN: allow disabling via command lineFabian Frank
2014-02-09TODO: Removed url-specific optionsSteve Holme
2014-01-31INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0Steve Holme
2014-01-30http2: call it "HTTP 2" and not 2.0Daniel Stenberg
2014-01-29examples: gitignore more binariesDaniel Stenberg
2014-01-29THANKS: 19 new contributors from the 7.35.0 release notesDaniel Stenberg
2014-01-26docs/INSTALL: Updated example minimal binary sizesDan Fandrich
2014-01-23curl_easy_setopt.3: remove what auth types that work for CURLOPT_PROXYAUTHDaniel Stenberg
2014-01-20curl_getdate.3: edited, removed references to pre 7.12.2 functionalityDaniel Stenberg
2014-01-15pop3-dele.c: Added missing CURLOPT_NOBODY following feedbackSteve Holme
2014-01-14curl_easy_setopt.3: mention how to unset CURLOPT_INFILESIZE*Daniel Stenberg
2014-01-14TODO: Allow SSL (HTTPS) to proxyDaniel Stenberg
2014-01-14TODO: remove FTP proxy and more SSL librariesDaniel Stenberg
2014-01-14TODO: Detect when called from witin callbacksDaniel Stenberg
2014-01-12examples: Fixed compilation errorsSteve Holme
2014-01-12imap-multi.c: Corrected typoSteve Holme
2014-01-12smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additionsSteve Holme
2014-01-12examples: Added IMAP multi exampleSteve Holme
2014-01-12pop3-multi.c: Corrected copy/paste typoSteve Holme
2014-01-12examples: Added POP3 multi exampleSteve Holme
2014-01-12examples: Added comments to SMTP multi example based on other MAIL examplesSteve Holme
2014-01-12examples: Removed user information and TLS setup from SMTP multi exampleSteve Holme
2014-01-12examples: Updated SMTP MAIL example to return libcurl result codeSteve Holme
2014-01-12examples: Synchronised comments between SMTP MAIL examplesSteve Holme
2014-01-12examples: Updated SMTP MAIL example to use a read function for dataSteve Holme