summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* THANKS: 14 new friends from the 7.36.0 announcementDaniel Stenberg2014-03-251-0/+14
* polarssl: now require 1.3.0+Daniel Stenberg2014-03-171-0/+1
* docs: fixed a bunch of typosDan Fandrich2014-03-1413-36/+36
* TODO: remove http2, we now have itDaniel Stenberg2014-03-111-16/+6
* SSL-PROBLEMS: add "missing intermediate certificates" pieceDaniel Stenberg2014-03-091-0/+6
* SSL-PROBLEMS: describes common curl+SSL problemsDaniel Stenberg2014-03-082-2/+64
* docs: remove documentation on setting up krb4 supportNick Zitzmann2014-03-081-12/+0
* tool_getparam: Added initial support for --next/-:Steve Holme2014-02-261-0/+5
* curl.1: update the description of --tlsv1Kamil Dudka2014-02-181-1/+4
* curl_version.3: recommend using curl_version_info() insteadDaniel Stenberg2014-02-181-1/+3
* curl_version_info.3: added *HTTP2Daniel Stenberg2014-02-181-7/+11
* curl_multi_assign.3: updated languageDaniel Stenberg2014-02-181-6/+6
* libcurl.3: edited slightly to improve readabilityDaniel Stenberg2014-02-181-16/+17
* curl_easy_perform.3: extended and clarifiedDaniel Stenberg2014-02-181-20/+28
* curl_multi_add_handle.3: clarify multi vs easy useDaniel Stenberg2014-02-181-3/+5
* tests: Made the crypto test feature usableDan Fandrich2014-02-171-1/+0
* curl_multi_setopt.3: clarify CURLMOPT_MAXCONNECTSDaniel Stenberg2014-02-171-4/+7
* examples: remove all use of CURLM_CALL_MULTI_PERFORMDaniel Stenberg2014-02-173-6/+3
* curl_easy_setopt.3: Add another non-matching hostnameColin Hogben2014-02-161-2/+2
* url_easy_setopt.3: Add undocumented values of curl_infotypeYehezkel Horowitz2014-02-161-0/+4
* examples: Added IMAP LSUB exampleSteve Holme2014-02-162-3/+65
* curl_easy_setopt.3: Fix word order of CURLOPT_PROXY sectionColin Hogben2014-02-141-3/+3
* transfer: make Expect: 100-continue timeout configurable.Tiit Pikma2014-02-132-0/+7
* curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0Fabian Frank2014-02-111-1/+5
* curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPNDaniel Stenberg2014-02-111-0/+14
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-102-0/+14
* TODO: Removed url-specific optionsSteve Holme2014-02-091-20/+5
* INSTALL: Corrected mentioned version number as release 7.34.1 became 7.35.0Steve Holme2014-01-311-1/+1
* http2: call it "HTTP 2" and not 2.0Daniel Stenberg2014-01-301-3/+3
* examples: gitignore more binariesDaniel Stenberg2014-01-291-0/+28
* THANKS: 19 new contributors from the 7.35.0 release notesDaniel Stenberg2014-01-291-0/+19
* docs/INSTALL: Updated example minimal binary sizesDan Fandrich2014-01-261-3/+4
* curl_easy_setopt.3: remove what auth types that work for CURLOPT_PROXYAUTHDaniel Stenberg2014-01-231-2/+1
* curl_getdate.3: edited, removed references to pre 7.12.2 functionalityDaniel Stenberg2014-01-201-18/+6
* pop3-dele.c: Added missing CURLOPT_NOBODY following feedbackSteve Holme2014-01-151-0/+3
* curl_easy_setopt.3: mention how to unset CURLOPT_INFILESIZE*Daniel Stenberg2014-01-141-0/+4
* TODO: Allow SSL (HTTPS) to proxyDaniel Stenberg2014-01-141-0/+7
* TODO: remove FTP proxy and more SSL librariesDaniel Stenberg2014-01-141-19/+6
* TODO: Detect when called from witin callbacksDaniel Stenberg2014-01-141-0/+7
* examples: Fixed compilation errorsSteve Holme2014-01-122-0/+4
* imap-multi.c: Corrected typoSteve Holme2014-01-121-1/+1
* smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additionsSteve Holme2014-01-121-13/+12
* examples: Added IMAP multi exampleSteve Holme2014-01-122-2/+145
* pop3-multi.c: Corrected copy/paste typoSteve Holme2014-01-121-1/+1
* examples: Added POP3 multi exampleSteve Holme2014-01-122-3/+147
* examples: Added comments to SMTP multi example based on other MAIL examplesSteve Holme2014-01-121-8/+24
* examples: Removed user information and TLS setup from SMTP multi exampleSteve Holme2014-01-121-18/+5
* examples: Updated SMTP MAIL example to return libcurl result codeSteve Holme2014-01-121-1/+1
* examples: Synchronised comments between SMTP MAIL examplesSteve Holme2014-01-123-11/+21
* examples: Updated SMTP MAIL example to use a read function for dataSteve Holme2014-01-121-19/+60