1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 03:55:03 -05:00
curl/docs/libcurl/opts
Peter Wu 970c22f970 libcurl: add UNIX domain sockets support
The ability to do HTTP requests over a UNIX domain socket has been
requested before, in Apr 2008 [0][1] and Sep 2010 [2]. While a
discussion happened, no patch seems to get through. I decided to give it
a go since I need to test a nginx HTTP server which listens on a UNIX
domain socket.

One patch [3] seems to make it possible to use the
CURLOPT_OPENSOCKETFUNCTION function to gain a UNIX domain socket.
Another person wrote a Go program which can do HTTP over a UNIX socket
for Docker[4] which uses a special URL scheme (though the name contains
cURL, it has no relation to the cURL library).

This patch considers support for UNIX domain sockets at the same level
as HTTP proxies / IPv6, it acts as an intermediate socket provider and
not as a separate protocol. Since this feature affects network
operations, a new feature flag was added ("unix-sockets") with a
corresponding CURL_VERSION_UNIX_SOCKETS macro.

A new CURLOPT_UNIX_SOCKET_PATH option is added and documented. This
option enables UNIX domain sockets support for all requests on the
handle (replacing IP sockets and skipping proxies).

A new configure option (--enable-unix-sockets) and CMake option
(ENABLE_UNIX_SOCKETS) can disable this optional feature. Note that I
deliberately did not mark this feature as advanced, this is a
feature/component that should easily be available.

 [0]: http://curl.haxx.se/mail/lib-2008-04/0279.html
 [1]: http://daniel.haxx.se/blog/2008/04/14/http-over-unix-domain-sockets/
 [2]: http://sourceforge.net/p/curl/feature-requests/53/
 [3]: http://curl.haxx.se/mail/lib-2008-04/0361.html
 [4]: https://github.com/Soulou/curl-unix-socket

Signed-off-by: Peter Wu <peter@lekensteyn.nl>
2014-12-04 02:52:19 +01:00
..
CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_MAX_HOST_CONNECTIONS.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_MAX_PIPELINE_LENGTH.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_MAX_TOTAL_CONNECTIONS.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_MAXCONNECTS.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_PIPELINING_SERVER_BL.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_PIPELINING_SITE_BL.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_PIPELINING.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_SOCKETDATA.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_SOCKETFUNCTION.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_TIMERDATA.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLMOPT_TIMERFUNCTION.3 opts: more multi options as stand-alone man pages 2014-11-04 10:37:09 +01:00
CURLOPT_ACCEPT_ENCODING.3 opts: added some "SEE ALSO" references 2014-10-29 22:38:39 +01:00
CURLOPT_ACCEPTTIMEOUT_MS.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_ADDRESS_SCOPE.3 Document type of argument for CURLOPT_ADDRESS_SCOPE. 2014-07-03 22:44:45 +02:00
CURLOPT_APPEND.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_AUTOREFERER.3 opts: 4 more man pages 2014-06-18 11:45:22 +02:00
CURLOPT_BUFFERSIZE.3 opts: 11 more man pages 2014-06-19 00:03:17 +02:00
CURLOPT_CAINFO.3 CURLOPT_CA*: better refering between *CAINFO and *CAPATH 2014-09-03 23:04:52 +02:00
CURLOPT_CAPATH.3 CURLOPT_CA*: better refering between *CAINFO and *CAPATH 2014-09-03 23:04:52 +02:00
CURLOPT_CERTINFO.3 vtls: remove QsoSSL 2014-10-13 16:33:47 +02:00
CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_BGN_FUNCTION: fix typo 2014-07-19 21:27:38 +02:00
CURLOPT_CHUNK_DATA.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_CHUNK_END_FUNCTION.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_CLOSESOCKETDATA.3 opts: 7 more setopt options as individual man pages 2014-06-17 11:39:26 +02:00
CURLOPT_CLOSESOCKETFUNCTION.3 opts: 7 more setopt options as individual man pages 2014-06-17 11:39:26 +02:00
CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." text 2014-10-31 13:14:14 +00:00
CURLOPT_CONNECTTIMEOUT_MS.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_CONNECTTIMEOUT.3 opts: 16 more man pages 2014-06-18 14:40:26 +02:00
CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_CONV_FROM_UTF8_FUNCTION.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_CONV_TO_NETWORK_FUNCTION.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_COOKIE.3 CURLOPT_COOKIE*: added more cross-references 2014-09-18 22:58:12 +02:00
CURLOPT_COOKIEFILE.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_COOKIEJAR.3 CURLOPT_COOKIE*: added more cross-references 2014-09-18 22:58:12 +02:00
CURLOPT_COOKIELIST.3 CURLOPT_COOKIELIST: Added "RELOAD" command 2014-09-25 16:28:17 +02:00
CURLOPT_COOKIESESSION.3 opts: 11 more man pages 2014-06-19 00:03:17 +02:00
CURLOPT_COPYPOSTFIELDS.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_CRLF.3 docs: Updated for commit 4bd860a001 and SMTP Unix line ending conversion 2014-11-26 23:32:38 +00:00
CURLOPT_CRLFILE.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_CUSTOMREQUEST.3 CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol list 2014-10-30 12:42:06 +00:00
CURLOPT_DEBUGDATA.3 opts: 11 more man pages 2014-06-19 00:03:17 +02:00
CURLOPT_DEBUGFUNCTION.3 docs: edited lots of libcurl docs for clarity 2014-10-21 10:26:40 +02:00
CURLOPT_DIRLISTONLY.3 CURLOPT_DIRLISTONLY.3: Added information about the usage in POP3 2014-10-30 12:42:05 +00:00
CURLOPT_DNS_CACHE_TIMEOUT.3 opts: 16 more man pages 2014-06-18 14:40:26 +02:00
CURLOPT_DNS_INTERFACE.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP4.3: better short desc 2014-06-21 00:04:13 +02:00
CURLOPT_DNS_LOCAL_IP6.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_DNS_SERVERS.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_DNS_USE_GLOBAL_CACHE.3 opts: 16 more man pages 2014-06-18 14:40:26 +02:00
CURLOPT_EGDSOCKET.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_ERRORBUFFER.3 docs: edited lots of libcurl docs for clarity 2014-10-21 10:26:40 +02:00
CURLOPT_EXPECT_100_TIMEOUT_MS.3 opts: various corrections 2014-06-20 01:10:34 +02:00
CURLOPT_FAILONERROR.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_FILETIME.3 opts: more man pages 2014-06-18 13:18:58 +02:00
CURLOPT_FNMATCH_DATA.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_FNMATCH_FUNCTION.3 opts: various corrections 2014-06-20 01:10:34 +02:00
CURLOPT_FOLLOWLOCATION.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_FORBID_REUSE.3 opts: more man pages 2014-06-18 13:18:58 +02:00
CURLOPT_FRESH_CONNECT.3 opts: more man pages 2014-06-18 13:18:58 +02:00
CURLOPT_FTP_ACCOUNT.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_FTP_ALTERNATIVE_TO_USER.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_FTP_CREATE_MISSING_DIRS.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_FTP_FILEMETHOD.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_FTP_RESPONSE_TIMEOUT.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_FTP_SKIP_PASV_IP.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_FTP_SSL_CCC.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_FTP_USE_EPRT.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_FTP_USE_EPSV.3 opts: 16 more man pages 2014-06-18 14:40:26 +02:00
CURLOPT_FTP_USE_PRET.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_FTPPORT.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_FTPSSLAUTH.3 opts: fixed some typos 2014-07-30 23:37:24 +02:00
CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_GSSAPI_DELEGATION.3: Use GSS-API rather than GSSAPI 2014-10-31 12:48:48 +00:00
CURLOPT_HEADER.3 opts: added some DEFAULT and RETURN VALUE sections 2014-06-24 00:00:34 +02:00
CURLOPT_HEADERDATA.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_HEADERFUNCTION.3 opts: 3 more options as man pages 2014-06-17 16:48:16 +02:00
CURLOPT_HEADEROPT.3 CURLOPT_HEADEROPT.3: typo: do -> to 2014-07-31 17:52:08 +02:00
CURLOPT_HTTP200ALIASES.3 opts: 11 more man pages 2014-06-19 00:03:17 +02:00
CURLOPT_HTTP_CONTENT_DECODING.3 opts: added some "SEE ALSO" references 2014-10-29 22:38:39 +01:00
CURLOPT_HTTP_TRANSFER_DECODING.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_HTTP_VERSION.3 opts: 16 more man pages 2014-06-18 14:40:26 +02:00
CURLOPT_HTTPAUTH.3 docs: Update SPNEGO and GSS-API related doc sections 2014-08-09 00:08:51 +01:00
CURLOPT_HTTPGET.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_HTTPHEADER.3 CURLOPT_HTTPHEADER.3: libcurl doesn't copy the whole list 2014-10-03 13:35:40 +02:00
CURLOPT_HTTPPOST.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_HTTPPROXYTUNNEL.3 opts: more man pages 2014-06-18 13:18:58 +02:00
CURLOPT_IGNORE_CONTENT_LENGTH.3 opts: various corrections 2014-06-20 01:10:34 +02:00
CURLOPT_INFILESIZE_LARGE.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_INFILESIZE.3 opts: 9 more options as separate man pages 2014-06-17 18:04:40 +02:00
CURLOPT_INTERFACE.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_INTERLEAVEDATA.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_INTERLEAVEFUNCTION.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_IOCTLDATA.3 opts: 4 more options with stand-alone man pages 2014-06-17 09:54:58 +02:00
CURLOPT_IOCTLFUNCTION.3 opts: fixed some typos 2014-07-30 23:37:24 +02:00
CURLOPT_IPRESOLVE.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_ISSUERCERT.3 opts: fixed some CURLOPT references so they get turned into links 2014-07-02 21:40:39 +02:00
CURLOPT_KEYPASSWD.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_KRBLEVEL.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_LOCALPORT.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_LOCALPORTRANGE.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_LOGIN_OPTIONS.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_LIMIT.3: language 2014-06-18 11:54:42 +02:00
CURLOPT_LOW_SPEED_TIME.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_MAIL_AUTH.3 opts: Use common wording for MAIL related names 2014-11-02 11:03:09 +00:00
CURLOPT_MAIL_FROM.3 opts: Use common wording for MAIL related names 2014-11-02 11:03:09 +00:00
CURLOPT_MAIL_RCPT.3 opts: Use common wording for MAIL related names 2014-11-02 11:03:09 +00:00
CURLOPT_MAX_RECV_SPEED_LARGE.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_MAX_SEND_SPEED_LARGE.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_MAXCONNECTS.3 CURLOPT_MAXCONNECTS.3: Reworked the description to be less confusing 2014-11-02 11:03:04 +00:00
CURLOPT_MAXFILESIZE_LARGE.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_MAXFILESIZE.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_MAXREDIRS.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_NETRC_FILE.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_NETRC.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_NEW_DIRECTORY_PERMS.3 opts: fixed some typos 2014-06-20 23:31:06 +02:00
CURLOPT_NEW_FILE_PERMS.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_NOBODY.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_NOPROGRESS.3 opts: added some DEFAULT and RETURN VALUE sections 2014-06-24 00:00:34 +02:00
CURLOPT_NOPROXY.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_NOSIGNAL.3 opts: added some DEFAULT and RETURN VALUE sections 2014-06-24 00:00:34 +02:00
CURLOPT_OPENSOCKETDATA.3 opts: 7 more setopt options as individual man pages 2014-06-17 11:39:26 +02:00
CURLOPT_OPENSOCKETFUNCTION.3 opts: fixed some CURLOPT references so they get turned into links 2014-07-02 21:40:39 +02:00
CURLOPT_PASSWORD.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_PINNEDPUBLICKEY.3 SSL: Add PEM format support for public key pinning 2014-11-24 19:30:09 +01:00
CURLOPT_PORT.3 opts: 9 more options as separate man pages 2014-06-17 18:04:40 +02:00
CURLOPT_POST.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDS.3: mention the COPYPOSTFIELDS option 2014-11-20 10:27:09 +01:00
CURLOPT_POSTFIELDSIZE_LARGE.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_POSTFIELDSIZE.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_POSTQUOTE.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_POSTREDIR.3 opts: added examples 2014-10-21 08:58:24 +02:00
CURLOPT_PREQUOTE.3 opts: 16 more man pages 2014-06-18 14:40:26 +02:00
CURLOPT_PRIVATE.3 opts: 11 more man pages 2014-06-19 00:03:17 +02:00
CURLOPT_PROGRESSDATA.3 opts: 7 more setopt options as individual man pages 2014-06-17 11:39:26 +02:00
CURLOPT_PROGRESSFUNCTION.3 opts: 7 more setopt options as individual man pages 2014-06-17 11:39:26 +02:00
CURLOPT_PROTOCOLS.3 docs: Updated for the SMB protocol 2014-11-30 21:53:30 +00:00
CURLOPT_PROXY_TRANSFER_MODE.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_PROXY.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_PROXYAUTH.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_PROXYHEADER.3 opts: various corrections 2014-06-20 01:10:34 +02:00
CURLOPT_PROXYPASSWORD.3 opts: Use common wording for user/password option names 2014-10-31 22:22:19 +00:00
CURLOPT_PROXYPORT.3 opts: more man pages 2014-06-18 13:18:58 +02:00
CURLOPT_PROXYTYPE.3 opts: various corrections 2014-06-20 01:10:34 +02:00
CURLOPT_PROXYUSERNAME.3 opts: Use common wording for TLS user/password option names 2014-11-02 11:03:06 +00:00
CURLOPT_PROXYUSERPWD.3 opts: Use common wording for TLS user/password option names 2014-11-02 11:03:06 +00:00
CURLOPT_PUT.3 opts: fixed some typos 2014-07-30 23:37:24 +02:00
CURLOPT_QUOTE.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_RANDOM_FILE.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_RANGE.3 opts: provide more and updated examples 2014-10-21 13:40:38 +02:00
CURLOPT_READDATA.3 CURLOPT_READDATA.3: fixed typo 2014-06-17 00:47:25 +02:00
CURLOPT_READFUNCTION.3 CURLOPT_READFUNCTION.3: add short desc 2014-06-18 11:55:13 +02:00
CURLOPT_REDIR_PROTOCOLS.3 docs: Updated for the SMB protocol 2014-11-30 21:53:30 +00:00
CURLOPT_REFERER.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_RESOLVE.3 CURLOPT_RESOLVE.3: add an example 2014-10-23 14:34:41 +02:00
CURLOPT_RESUME_FROM_LARGE.3 opts: provide more and updated examples 2014-10-21 13:40:38 +02:00
CURLOPT_RESUME_FROM.3 opts: provide more and updated examples 2014-10-21 13:40:38 +02:00
CURLOPT_RTSP_CLIENT_CSEQ.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_RTSP_REQUEST.3 opts: fixed some typos 2014-06-20 23:31:06 +02:00
CURLOPT_RTSP_SERVER_CSEQ.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_RTSP_SESSION_ID.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_RTSP_STREAM_URI.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_RTSP_TRANSPORT.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_SASL_IR.3 CURLOPT_SASL_IR.3: Added supported mechanism information 2014-11-02 11:03:11 +00:00
CURLOPT_SEEKDATA.3 opts: 4 more options with stand-alone man pages 2014-06-17 09:54:58 +02:00
CURLOPT_SEEKFUNCTION.3 opts: 4 more options with stand-alone man pages 2014-06-17 09:54:58 +02:00
CURLOPT_SHARE.3 opts: 11 more man pages 2014-06-19 00:03:17 +02:00
CURLOPT_SOCKOPTDATA.3 opts: 7 more setopt options as individual man pages 2014-06-17 11:39:26 +02:00
CURLOPT_SOCKOPTFUNCTION.3 opts: fixed some CURLOPT references so they get turned into links 2014-07-02 21:40:39 +02:00
CURLOPT_SOCKS5_GSSAPI_NEC.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_SOCKS5_GSSAPI_SERVICE.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_SSH_AUTH_TYPES.3 opts: fixed some typos 2014-06-20 23:31:06 +02:00
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 opts: various corrections 2014-06-20 01:10:34 +02:00
CURLOPT_SSH_KEYDATA.3 opts: fixed some typos 2014-07-30 23:37:24 +02:00
CURLOPT_SSH_KEYFUNCTION.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_SSH_KNOWNHOSTS.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_SSH_PRIVATE_KEYFILE.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_SSH_PUBLIC_KEYFILE.3 opts: document CURLE_OUT_OF_MEMORY among other return values 2014-06-20 23:43:46 +02:00
CURLOPT_SSL_CIPHER_LIST.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_SSL_CTX_DATA.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_SSL_CTX_FUNCTION.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_SSL_ENABLE_ALPN.3 opts: the CURLOPT_SSL_ENABLE_*PN options are enabled by default 2014-06-21 20:03:35 +02:00
CURLOPT_SSL_ENABLE_NPN.3 opts: the CURLOPT_SSL_ENABLE_*PN options are enabled by default 2014-06-21 20:03:35 +02:00
CURLOPT_SSL_OPTIONS.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_SSL_SESSIONID_CACHE.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_SSL_VERIFYHOST.3 opts: 16 more man pages 2014-06-18 14:40:26 +02:00
CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYPEER.3. add a warning about disabling it 2014-08-02 23:09:22 +02:00
CURLOPT_SSLCERT.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_SSLCERTTYPE.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_SSLENGINE_DEFAULT.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_SSLENGINE.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_SSLKEY.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_SSLKEYTYPE.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_SSLVERSION.3 SSL: Remove SSLv3 from SSL default due to POODLE attack 2014-10-24 13:41:56 +02:00
CURLOPT_STDERR.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_TCP_KEEPALIVE.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_TCP_KEEPIDLE.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_TCP_KEEPINTVL.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_TCP_NODELAY.3 opts: more man pages 2014-06-19 13:53:13 +02:00
CURLOPT_TELNETOPTIONS.3 opts: more man pages 2014-06-18 13:18:58 +02:00
CURLOPT_TFTP_BLKSIZE.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_TIMECONDITION.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_TIMEOUT_MS.3 opts: 37 additional man pages 2014-06-19 17:59:13 +02:00
CURLOPT_TIMEOUT.3 opts: fixed a few typos 2014-06-18 00:54:30 +02:00
CURLOPT_TIMEVALUE.3 opts: 29 more options as man pages 2014-06-18 00:30:02 +02:00
CURLOPT_TLSAUTH_PASSWORD.3 opts: Use common wording for TLS user/password option names 2014-11-02 11:03:06 +00:00
CURLOPT_TLSAUTH_TYPE.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_TLSAUTH_USERNAME.3 opts: Use common wording for TLS user/password option names 2014-11-02 11:03:06 +00:00
CURLOPT_TRANSFER_ENCODING.3 opts: the final bunch of options as man pages 2014-06-20 00:58:18 +02:00
CURLOPT_TRANSFERTEXT.3 opts: 4 more man pages 2014-06-18 11:45:22 +02:00
CURLOPT_UNIX_SOCKET_PATH.3 libcurl: add UNIX domain sockets support 2014-12-04 02:52:19 +01:00
CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UNRESTRICTED_AUTH.3: added missing 'T' 2014-06-19 08:40:51 +02:00
CURLOPT_UPLOAD.3 opts: provide more and updated examples 2014-10-21 13:40:38 +02:00
CURLOPT_URL.3 docs: Updated for the SMB protocol 2014-11-30 21:53:30 +00:00
CURLOPT_USE_SSL.3 opts: provide more and updated examples 2014-10-21 13:40:38 +02:00
CURLOPT_USERAGENT.3 opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE 2014-06-18 23:28:13 +02:00
CURLOPT_USERNAME.3 opts: Use common wording for user/password option names 2014-10-31 22:22:19 +00:00
CURLOPT_USERPWD.3 opts: Use common wording for user/password option names 2014-10-31 22:22:19 +00:00
CURLOPT_VERBOSE.3 opts: provide more and updated examples 2014-10-21 13:40:38 +02:00
CURLOPT_WILDCARDMATCH.3 opts: added some DEFAULT and RETURN VALUE sections 2014-06-24 00:00:34 +02:00
CURLOPT_WRITEDATA.3 opts: fixed some CURLOPT references so they get turned into links 2014-07-02 21:40:39 +02:00
CURLOPT_WRITEFUNCTION.3 CURLOPT_WRITEFUNCTION: changed the order of some sentences 2014-06-17 00:02:22 +02:00
CURLOPT_XFERINFODATA.3 opts: 3 more options as man pages 2014-06-17 16:48:16 +02:00
CURLOPT_XFERINFOFUNCTION.3 opts: 3 more options as man pages 2014-06-17 16:48:16 +02:00
CURLOPT_XOAUTH2_BEARER.3 CURLOPT_XOAUTH2_BEARER.3: Corrected the OAuth version number 2014-11-02 11:03:13 +00:00
Makefile.am opts-Makefile: put more man pages into dist and make hmtl+pdf 2014-11-04 10:40:07 +01:00
template.3 opts template: provide a filled in error code phrase 2014-06-17 11:38:51 +02:00