aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-09-14socks.c: Added support for IPv6 connections through SOCKSv5 proxyMarc Hoersken
2012-09-09MANUAL: clarified user+password in HTTP URLsAnthony Bryan
2012-09-03Updated build docs w.r.t. Android and binary sizesDan Fandrich
2012-09-01symbols-in-versions: new CURL_WAIT_* symbolsDaniel Stenberg
2012-09-01Manpage for curl_multi_wait().Sara Golemon
2012-08-31test2032: bail out after last transferDaniel Stenberg
The test would hang and get aborted with a "ABORTING TEST, since it seems that it would have run forever." until I prevented that from happening. I also fixed the data file which got broken CRLF line endings when I sucked down the path from Joe's repo == my fault. Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly this.
2012-08-28curl.1: list the -w variables sorted alphabeticallyDaniel Stenberg
2012-08-27libcurl-share.3: remove wrong info of what can be sharedDaniel Stenberg
"Currently you can only share DNS and/or COOKIE data" is incorrect since also SSL sessions can be shared. Bug: http://curl.haxx.se/bug/view.cgi?id=3562261 Reported by: Joe Mason
2012-08-27examples: use do/while loop for multi examplesDave Reisner
It's conceivable that after the first time curl_multi_perform returns, the outvalue still_running will be 0, but work will have been done. This is shown by a workload of small, purely file:// based URLs. Ensure that we always read pending messages off the multi handle by forcing the while loop to run at least once.
2012-08-27ftpsget: simple example showing a FTPS fetchDaniel Stenberg
2012-08-27sftpget: SFTP is not "SSH FTP"Daniel Stenberg
2012-08-27sftpget: example showing a simple SFTP downloadArmel Asselin
... using SSH-agent
2012-08-27curl_multi_perform.3: extended/clarifiedDaniel Stenberg
2012-08-23INSTALL.cmake: clarify some flaws/limits in the cmake buildDaniel Stenberg
2012-08-21https.c example: spell check used defineDaniel Stenberg
Bug: http://curl.haxx.se/bug/view.cgi?id=3559845 Reported by: Olivier Berger
2012-08-16curl_easy_setopt: documented CURLSOCKTYPE_ACCEPT for SOCKOPTFUNCTIONDaniel Stenberg
2012-08-15MANUAL reviewAnt Bryan
2012-08-10curl.1: shorten lines, avoid referring to libcurl instead of curlDaniel Stenberg
2012-08-10curl.1: fix more consistent wordingAnt Bryan
"If this option is used several times, the last one will be used." uniformity
2012-08-09docs: update the links to cipher-suites supported by NSSKamil Dudka
... and make the list of cipher-suites in nss.c readable by humans. Bug: http://curl.haxx.se/mail/archive-2012-08/0016.html
2012-08-08docs: mention CURLSSH_AUTH_AGENTArmel Asselin
2012-08-08curl.1: minor format fix for --data-asciiDaniel Stenberg
... and removal of trailing whitespace on a single line
2012-08-07curl man page cleanupAnt Bryan
2012-08-07TODO: support DANE, we already support gnutls without gcryptDaniel Stenberg
2012-07-28TODO: Updated after 7.27.0 releaseSteve Holme
Removed APOP and SASL authentication from the POP3 section and metalink support from the client section as these features were implemented in this release. Moved adding gssapi to SASL into it's own section rather than repeat it for each protocol.
2012-07-28THANKS: 12 new contributors from the 7.27.0 releaseDaniel Stenberg
2012-07-27Update man page info on --metalink and typo.Ant Bryan
2012-07-24curl_easy_setopt: fix typoDaniel Stenberg
Reported by: Santhana Todatry
2012-07-21Fixed typo.Guenter Knauf
2012-07-20Fixed some typos in documentationDan Fandrich
2012-07-12Added error checking for curl_global_init().Guenter Knauf
2012-07-12Added curl_global_* functions.Guenter Knauf
2012-07-12docs: mention CURL_GLOBAL_DEFAULTDaniel Stenberg
2012-07-12Added curl_global_* functions.Guenter Knauf
2012-07-11Added pointer to FAQ for linkage errors.Guenter Knauf
2012-07-09docs: switch to proper UTF-8 for text file encodingDaniel Stenberg
2012-07-08KNOWN_BUGS: #80 Curl doesn't recognize certs in DER formatDaniel Stenberg
2012-07-08KNOWN_BUGS: #79 - any RCPT TO failure makes and errorDaniel Stenberg
2012-07-07KNOWN_BUGS: NTLM with unicode works with schannel/winssl!Daniel Stenberg
Bug #75 updated with additional info, still remains for builds with other backends.
2012-07-04Removed non-used variable.Guenter Knauf
2012-07-04Added error checking for samples.Guenter Knauf
2012-07-03docs: clarify how to start with curl_multi_socket_actionDaniel Stenberg
Mention the CURL_SOCKET_TIMEOUT argument in step 6 of the typical application.
2012-07-03MinGW makefile tweaks for running from sh.Guenter Knauf
Added function macros to make path converting easier. Added CROSSPREFIX to all compile tools.
2012-07-03HTTP-COOKIES: clarified and modified layoutDaniel Stenberg
2012-07-03HTTP-COOKIES: use the FAQ document layoutDaniel Stenberg
2012-07-03HTTP-COOKIES: added cookie documentationDaniel Stenberg
2012-07-02errors: CURLM_CALL_MULTI_PERFORM is not returned anymoreDaniel Stenberg
2012-06-25curl.1: Updated Metalink description in man pageTatsuhiro Tsujikawa
Documented that --include will be ignored if both --metalink and --include are specified. Also documented that a Metalink file in the local file system cannot be used if FILE protocol is disabled.
2012-06-24DOCS: Added clarification to CURLOPT_CUSTOMREQUEST for the POP3 protocolSteve Holme
Bug: http://curl.haxx.se/mail/lib-2012-06/0302.html Reported by: Nagai H
2012-06-14curl.1: 7.27.0 seems next releaseYang Tse