summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* smb: Added SMB protocol and port definitionsBill Nagel2014-11-291-0/+2
| | | | | Added the necessary protocol and port definitions in order to support SMB/CIFS.
* docs: Updated for commit 4bd860a001 and SMTP Unix line ending conversionSteve Holme2014-11-262-3/+5
|
* CURLOPT_CRLF.3: Fixed inclusion of SMTP in listed protocolsSteve Holme2014-11-251-1/+1
|
* curl*3: added small examplesDaniel Stenberg2014-11-255-9/+61
| | | | and some minor edits
* libcurl.3: fix formattingDaniel Stenberg2014-11-251-54/+46
| | | | refer to functions with the man page section properly
* man pages: SEE ALSO curl_multi_waitDaniel Stenberg2014-11-252-4/+6
|
* curl_multi_wait.3: clarify numfds being used if not NULLDaniel Stenberg2014-11-251-5/+5
|
* multi-single.c: switch to use curl_multi_waitDaniel Stenberg2014-11-251-61/+27
| | | | Makes the example much easier and straight-forward!
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-242-3/+3
|
* CURLOPT_POSTFIELDS.3: mention the COPYPOSTFIELDS optionBrad Harder2014-11-201-0/+2
|
* multi-uv.c: Updated for curl coding standardsSteve Holme2014-11-191-18/+19
|
* examples: Wait recommended 100ms when no file descriptors are readyJay Satiro2014-11-199-72/+108
| | | | | | | | | Prior to this change when no file descriptors were ready on platforms other than Windows the multi examples would sleep whatever was in timeout, which may or may not have been less than the minimum recommended value [1] of 100ms. [1]: http://curl.haxx.se/libcurl/c/curl_multi_fdset.html
* multi-uv.c: close the file handle after downloadWaldek Kozba2014-11-191-0/+6
|
* examples: Don't call select() to sleep on windowsJay Satiro2014-11-159-66/+222
| | | | | | | | | | | | Windows does not support using select() for sleeping without a dummy socket. Instead use Windows' Sleep() and sleep for 100ms which is the minimum suggested value in the curl_multi_fdset() doc. Prior to this change the multi examples would exit prematurely since select() would error instead of sleeping when called without an fd. Reported-by: Johan Lantz Bug: http://curl.haxx.se/mail/lib-2014-11/0221.html
* docs: Use consistent naming for KerberosMichael Osipov2014-11-152-4/+4
|
* TODO: Lets support QOP options in GSSAPI authenticationSteve Holme2014-11-151-0/+8
|
* INSTALL: Updated pre-processor references to the old VC6 project filesSteve Holme2014-11-091-6/+13
| | | | | | | | Reworked the two sections that discuss modifying the Visual Studio pre- processor settings, and vc6libcurl.dsw/vc6libcurl.dsp, to remove the project files references as they have been superseded by a more thorough set of project files for VC6 through VC12, but to also give the correct reference to this setting in later versions of Visual Studio.
* INSTALL: Added email protocols to the "Disabling in Win32 builds" sectionSteve Holme2014-11-091-0/+3
|
* version info: Added Kerberos V5 to the supported featuresSteve Holme2014-11-072-2/+6
|
* docs: Updated following the addition of SSPI based HTTP digest authSteve Holme2014-11-064-18/+9
|
* curl.1: show zone index use in a URLDaniel Stenberg2014-11-061-0/+5
|
* curl_easy_setopt.3: add CURLOPT_PINNEDPUBLICKEYDaniel Stenberg2014-11-061-0/+2
| | | | | Reported-by: Christian Hägele Bug: http://curl.haxx.se/mail/lib-2014-11/0078.html
* THANKS-filter: added another Michał Górny version we've usedDaniel Stenberg2014-11-051-0/+1
|
* contributors.sh: filter common alternative name spellingsDaniel Stenberg2014-11-051-0/+47
| | | | | | | docs/THANKS-filter is a new filter file for converting contributor names we get or have recorded in alternative formats to the one we already use in THANKS. To help us show individual contributors using a single presentation of their names.
* THANKS: added missing contributor from 2012Daniel Stenberg2014-11-051-0/+1
|
* Remove duplicate names.Frank Gevaerts2014-11-051-13/+0
| | | | | | | The removed names also appear as: Andrés García, François Charlier, Gökhan Şengün, Michał Górny, Sébastien Willemijns, Christopher Conroy, John E. Malmberg, Luca Altea, Peter Su, S. Moonesamy, Samuel Listopad, Yasuharu Yamada, Karl Moerder
* THANKS: added two missing names and removed a duplicateDaniel Stenberg2014-11-051-1/+2
| | | | | | | ./contributors.sh found these extra ones that somehow had fallen through the cracks and never gotten added here. Reported-by: Frank Gevaerts
* THANKS: added names from 7.39.0 release notesDaniel Stenberg2014-11-051-0/+13
|
* INSTALL: Consistent spacing in section headings, paragraphs and examplesSteve Holme2014-11-041-22/+26
|
* INSTALL: Corrected MIT Kerberos and Heimdal package namesSteve Holme2014-11-041-2/+2
|
* INSTALL: Use GSS-API rather than GSSAPISteve Holme2014-11-041-2/+2
| | | | | | | As implementations are refereed to GSS-API libraries as per the RFC and GSSAPI typically refers to the SASL authentication mechanism. ...and minor rewording on the same paragraph.
* opts-Makefile: put more man pages into dist and make hmtl+pdfDaniel Stenberg2014-11-041-10/+20
|
* curl_multi_setopt.3: refer to stand-alone pagesDaniel Stenberg2014-11-041-156/+13
| | | | ... instead of duplicating info.
* opts: more multi options as stand-alone man pagesDaniel Stenberg2014-11-0413-7/+319
|
* opts: made stand-alone man-pages for several multi optionsDaniel Stenberg2014-11-039-11/+417
|
* CURLOPT_XOAUTH2_BEARER.3: Corrected the OAuth version numberSteve Holme2014-11-021-1/+1
|
* CURLOPT_SASL_IR.3: Added supported mechanism informationSteve Holme2014-11-021-2/+8
| | | | | ...and removed duplication of what protocols are supported from the description text.
* opts: Use common wording for MAIL related namesSteve Holme2014-11-023-3/+3
|
* opts: Use common wording for TLS user/password option namesSteve Holme2014-11-024-4/+4
| | | | ...and revised the proxy wording a little as well.
* CURLOPT_MAXCONNECTS.3: Reworked the description to be less confusingSteve Holme2014-11-022-8/+8
| | | | ...and corrected a related typo in curl_easy_setopt.3.
* docs: Added mention of Kerberos for CURL_VERSION_SSPISteve Holme2014-11-021-3/+3
| | | | | As this has been present for SOCKSv5 proxy since v7.19.4 and for IMAP, POP3 and SMTP authentication since v7.38.0.
* CURL_VERSION_KERBEROS4: Mark as deprecatedSteve Holme2014-11-021-1/+1
| | | | Support for Kerberos V4 was removed in v7.33.0.
* opts: Use common wording for user/password option namesSteve Holme2014-10-315-5/+5
|
* CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." textSteve Holme2014-10-311-1/+1
| | | | | As this is covered by the PROTOCOLS section and saves having to update two parts of the document with the same information in future.
* CURLOPT_GSSAPI_DELEGATION.3: Use GSS-API rather than GSSAPISteve Holme2014-10-311-1/+1
| | | | | As implementations are refereed to GSS-API libraries as per the RFC and GSSAPI typically refers to an authentication mechanism.
* CURLOPT_CONNECT_ONLY.3: Fixed incomplete protocol listSteve Holme2014-10-311-1/+1
| | | | Added missing IMAP to the protocol list.
* curl_easy_setopt.3: Fixed lots of typosSteve Holme2014-10-301-18/+18
|
* curl_easy_setopt.3: Moved CURLOPT_DIRLISTONLY into PROTOCOL OPTIONSSteve Holme2014-10-301-2/+2
| | | | ...as this option affects more that just FTP.
* CURLOPT_PINNEDPUBLICKEY.3: added detailsDaniel Stenberg2014-10-301-8/+22
|
* CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol listSteve Holme2014-10-301-1/+1
| | | | | Whilst the description included information about SMTP, the protocol list only showed "TTP, FTP, IMAP, POP3".