1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/docs/libcurl
Jason Glasgow 6e4835c795 CURLOPT_INTERFACE: avoid resolving interfaces names
Do not try to resolve interfaces names via DNS by recognizing interface
names in a few ways.  If the interface option argument has a prefix of
"if!" then treat the argument as only an interface.  Similarly, if the
interface argument is the name of an interface (even if it does not have
an IP address assigned), treat it as an interface name.  Finally, if the
interface argument is prefixed by "host!" treat it as a hostname that
must be resolved by /etc/hosts or DNS.

These changes allow a client using the multi interfaces to avoid
blocking on name resolution if the interface loses its IP address or
disappears.
2011-12-12 23:12:37 +01:00
..
.gitignore IGNORE: files generated by maketgz 2010-04-14 17:34:57 +02:00
ABI Jose Goncalves fixed my crappy spelling! 2009-05-01 20:20:54 +00:00
curl_easy_cleanup.3 curl_easy_cleanup: clarify the callback situation 2011-08-11 14:55:17 +02:00
curl_easy_duphandle.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_easy_escape.3 url encode docs: mention '-', '.', '_' and '~' 2011-05-02 11:14:30 +02:00
curl_easy_getinfo.3 curl_easy_getinfo.3: clarify some timing info 2011-05-03 22:47:56 +02:00
curl_easy_init.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_easy_pause.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_easy_perform.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_easy_recv.3 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curl_easy_reset.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_easy_send.3 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curl_easy_setopt.3 CURLOPT_INTERFACE: avoid resolving interfaces names 2011-12-12 23:12:37 +01:00
curl_easy_strerror.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_easy_unescape.3 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curl_escape.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_formadd.3 curl_formfree: clarify which pointer to free 2011-06-23 09:31:12 +02:00
curl_formfree.3 curl_formfree: clarify which pointer to free 2011-06-23 09:31:12 +02:00
curl_formget.3 curl_formget.3: CURLFORM_STREAM has its drawbacks 2011-06-13 22:03:33 +02:00
curl_free.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_getdate.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_getenv.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_global_cleanup.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_global_init_mem.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_global_init.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_mprintf.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_add_handle.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_assign.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_cleanup.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_fdset.3 curl_multi_fdset: clarify the max_fd == -1 case 2011-10-16 23:38:48 +02:00
curl_multi_info_read.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_init.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_perform.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_remove_handle.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_setopt.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_socket_action.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_socket_all.3 The inital early embryos to describe the curl_multi_socket() API. Committed 2005-12-22 15:11:11 +00:00
curl_multi_socket.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_strerror.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_multi_timeout.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_share_cleanup.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_share_init.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_share_setopt.3 SSL session sharing support added 2011-09-28 23:06:34 +02:00
curl_share_strerror.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_slist_append.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_slist_free_all.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_strequal.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_strnequal.3 prepend the man3 dir to the file name to work better. 2004-04-02 11:04:34 +00:00
curl_unescape.3 source header: added to more files 2011-03-12 00:14:32 +01:00
curl_version_info.3 Document NTLM winbind options (and caveats) 2011-09-12 14:45:37 -07:00
curl_version.3 source header: added to more files 2011-03-12 00:14:32 +01:00
getinfo-times first rough version 2005-06-03 21:38:40 +00:00
index.html - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send 2008-05-12 21:43:24 +00:00
libcurl-easy.3 source header: added to more files 2011-03-12 00:14:32 +01:00
libcurl-errors.3 share: don't use SSL unless enabled 2011-10-03 22:35:04 +02:00
libcurl-multi.3 libcurl-multi.3: update the list of areas still blocking 2011-10-27 09:22:15 +02:00
libcurl-share.3 source header: added to more files 2011-03-12 00:14:32 +01:00
libcurl-tutorial.3 tutorial: clarify the handle sharing when treaded 2011-09-30 23:42:47 +02:00
libcurl.3 source header: added to more files 2011-03-12 00:14:32 +01:00
libcurl.m4 m4: Use x in order to avoid variable 'x' set but not used [-Werror=unused-but-set-variable] 2011-10-03 22:46:28 +02:00
Makefile.am symbols.pl: provide LIBCURL_HAS macro for apps 2011-11-24 22:56:39 +01:00
symbols-in-versions SFTP: support '*' prefix for quote operations 2011-11-18 16:04:52 +01:00
symbols.pl symbols.pl: provide LIBCURL_HAS macro for apps 2011-11-24 22:56:39 +01:00