curl/lib
2008-10-30 16:39:09 +00:00
..
.cvsignore
amigaos.c
amigaos.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
arpa_telnet.h
base64.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
config-amigaos.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
config-mac.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
config-os400.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
config-riscos.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
config-symbian.h Added experimental support for zlib and OpenSSL on Symbian OS. 2008-10-25 05:41:01 +00:00
config-tpf.h HAVE_INET_PTON will only be defined when an IPv6 capable working 2008-09-24 19:13:01 +00:00
config-win32.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
config-win32ce.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
config.dos HAVE_INET_PTON will only be defined when an IPv6 capable working 2008-09-24 19:13:01 +00:00
connect.c Stop using in6addr_any because it's not available everywhere (e.g. Symbian) 2008-10-24 18:59:51 +00:00
connect.h
content_encoding.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
content_encoding.h
cookie.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
cookie.h
curl_addrinfo.c remove bogus comment 2008-10-30 15:13:22 +00:00
curl_addrinfo.h Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
curl_base64.h libcurl internal base64.h header file renamed to curl_base64.h 2008-08-17 00:25:38 +00:00
curl_ldap.h
curl_md5.h libcurl internal md5.h header file renamed to curl_md5.h 2008-08-17 00:01:26 +00:00
curllib.dsw
curlx.h Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function 2008-10-16 08:23:48 +00:00
dict.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
dict.h
easy.c attempt to fix or allow further detection of an elusive icc SIGSEGV 2008-10-19 20:17:16 +00:00
easyif.h
escape.c Added const to some pointer variables 2008-10-08 01:17:51 +00:00
escape.h
file.c Removed unneeded includes of signal.h and setjmp.h 2008-09-29 21:44:50 +00:00
file.h
firefox-db2pem.sh - Running 'make ca-firefox' in the root build dir will now run the new 2008-08-23 22:02:41 +00:00
formdata.c added a NULL pointer check for the name field as it can in fact be NULL when 2008-10-20 21:56:35 +00:00
formdata.h
ftp.c These two variables are now Curl_addrinfo pointers 2008-10-30 16:39:09 +00:00
ftp.h
getenv.c ANSI C compatibility adjustment 2008-09-12 11:18:17 +00:00
getinfo.c fix compiler warning: dereferencing type-punned pointer will break strict-aliasing rules 2008-10-07 18:28:24 +00:00
getinfo.h
gtls.c Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function 2008-10-16 08:23:48 +00:00
gtls.h Forgot it's a struct 2008-10-17 22:33:08 +00:00
hash.c add null-pointer check 2008-10-27 05:29:17 +00:00
hash.h
hostares.c attempt to fix or allow further detection of an elusive icc SIGSEGV 2008-10-10 17:25:53 +00:00
hostasyn.c Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
hostip4.c Removed unneeded includes of signal.h and setjmp.h 2008-09-29 21:44:50 +00:00
hostip6.c Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
hostip.c Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
hostip.h Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
hostsyn.c Removed unneeded includes of signal.h and setjmp.h 2008-09-29 21:44:50 +00:00
hostthre.c Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
http_chunks.c fix compiler warning 2008-10-24 01:27:00 +00:00
http_chunks.h
http_digest.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
http_digest.h
http_negotiate.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
http_negotiate.h
http_ntlm.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
http_ntlm.h fix compiler warning: function declaration isn't a prototype 2008-09-30 15:06:03 +00:00
http.c added an extra set of braces to unconfuse emacs and then I re-indented a 2008-10-28 23:34:19 +00:00
http.h
if2ip.c add missing header inclusions 2008-10-25 03:52:21 +00:00
if2ip.h Fixed the --interface option to work with IPv6 connections on glibc 2008-10-09 19:23:50 +00:00
inet_ntop.c Remove usage of inet_ntoa and inet_ntoa_r 2008-09-23 19:17:19 +00:00
inet_ntop.h
inet_pton.c fix compiler warning 2008-10-14 02:35:39 +00:00
inet_pton.h HAVE_INET_PTON will only be defined when an IPv6 capable working 2008-09-24 19:13:01 +00:00
krb4.c Replace inet_ntoa and inet_ntoa_r with Curl_inet_ntop 2008-09-23 19:16:56 +00:00
krb4.h
krb5.c libcurl internal base64.h header file renamed to curl_base64.h 2008-08-17 00:25:38 +00:00
ldap.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
libcurl.def
libcurl.framework.make Added rawstr.c to the non-configure libcurl makefiles 2008-10-23 17:29:14 +00:00
libcurl.imp
libcurl.plist
libcurl.rc
llist.c remove debug-code which zero-filled some structures before free()ing them 2008-10-20 23:24:35 +00:00
llist.h
Makefile.am Add README.curl_off_t to the release archive 2008-09-01 14:25:37 +00:00
makefile.amiga Added rawstr.c to the non-configure libcurl makefiles 2008-10-23 17:29:14 +00:00
Makefile.b32
makefile.dj Added rule to generate '../include/curl/curlbuild.h'. 2008-08-21 13:51:07 +00:00
Makefile.inc Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
Makefile.m32
Makefile.netware HAVE_INET_PTON will only be defined when an IPv6 capable working 2008-09-24 19:13:01 +00:00
Makefile.riscos Added rawstr.c to the non-configure libcurl makefiles 2008-10-23 17:29:14 +00:00
Makefile.vc6 Added rawstr.c to the non-configure libcurl makefiles 2008-10-23 17:29:14 +00:00
Makefile.Watcom Added rawstr.c to the non-configure libcurl makefiles 2008-10-23 17:29:14 +00:00
md5.c Adjust usage of conditional definition of USE_OPENSSL 2008-08-17 01:57:10 +00:00
memdebug.c Really old gcc doesn't like parenthesis around the names of functions that 2008-10-23 08:05:40 +00:00
memdebug.h Disable tracking of fdopen() calls in the low-level memory leak tracking 2008-09-13 03:45:03 +00:00
memory.h
mk-ca-bundle.pl removed obsolete slash in URL. 2008-08-23 21:31:09 +00:00
mprintf.c fix compiler warning: external declaration in primary source file 2008-09-13 16:37:16 +00:00
msvcproj.foot This file must be kept in CVS with DOS style CR+LF line endings. 2008-08-28 03:31:54 +00:00
msvcproj.head This file must be kept in CVS with DOS style CR+LF line endings. 2008-08-28 03:31:54 +00:00
multi.c Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
multiif.h fix compiler warning: defined but not used 2008-09-13 15:59:14 +00:00
netrc.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
netrc.h
nss.c Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function 2008-10-16 08:23:48 +00:00
nssg.h Forgot it's a struct 2008-10-17 22:33:08 +00:00
nwlib.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
nwos.c
parsedate.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
parsedate.h
progress.c fix compiler warning: explicit conversion of a 64-bit integral type to a smaller integral type 2008-10-11 01:56:04 +00:00
progress.h
qssl.c
qssl.h
rawstr.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
rawstr.h moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
README.ares
README.curl_off_t spell! (most of it fixed by Tor Arntsen) 2008-08-27 06:10:47 +00:00
README.curlx
README.encoding
README.hostip
README.httpauth
README.memoryleak
README.multi_socket
README.NSS
README.pipelining
security.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
select.c
select.h
sendf.c Changed some arrays of char* to arrays of char[] to reduce data size and 2008-10-22 05:46:29 +00:00
sendf.h made Curl_read_plain() return an 'int' instead of CURLcode since it actually 2008-09-29 11:13:37 +00:00
setup_once.h Don't abort configuration if recvfrom() is not available. 2008-08-27 00:25:02 +00:00
setup-os400.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
setup.h ntoa() and inet_ntoa_r() no longer used 2008-09-24 12:22:16 +00:00
share.c attempt to fix or allow further detection of an elusive icc SIGSEGV 2008-10-19 20:17:16 +00:00
share.h
sockaddr.h
socks.c - Daniel Egger provided a patch that allows you to disable proxy support in 2008-09-29 21:46:04 +00:00
socks.h
speedcheck.c
speedcheck.h
splay.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
splay.h
ssh.c Created Curl_raw_nequal() which does a C-locale string case comparison. 2008-10-23 01:20:57 +00:00
ssh.h
sslgen.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
sslgen.h A few prototypes shouldn't be defined if SSL is disabled. 2008-10-20 23:07:48 +00:00
ssluse.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
ssluse.h - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By 2008-09-05 14:29:21 +00:00
strdup.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
strdup.h
strequal.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
strequal.h moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
strerror.c ensure that errno is not modified inside Curl_strerror() 2008-09-12 10:51:57 +00:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 2008-08-21 06:58:12 +00:00
telnet.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
telnet.h
tftp.c Removed unneeded includes of signal.h and setjmp.h 2008-09-29 21:44:50 +00:00
tftp.h
timeval.c
timeval.h
transfer.c Fixed a bug that caused a few bytes of garbage to be sent after a 2008-10-29 19:06:48 +00:00
transfer.h
url.c moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 2008-10-23 11:49:19 +00:00
url.h
urldata.h Added experimental support for zlib and OpenSSL on Symbian OS. 2008-10-25 05:41:01 +00:00
vc8proj.foot
vc8proj.head
version.c Use SIZEOF_OFF_T definition from config file 2008-08-26 01:40:19 +00:00

HTTP Pipelining with libcurl
============================

Background

Since pipelining implies that one or more requests are sent to a server before
the previous response(s) have been received, we only support it for multi
interface use.

Considerations

When using the multi interface, you create one easy handle for each transfer.
Bascially any number of handles can be created, added and used with the multi
interface - simultaneously. It is an interface designed to allow many
simultaneous transfers while still using a single thread. Pipelining does not
change any of these details.

API

We've added a new option to curl_multi_setopt() called CURLMOPT_PIPELINING
that enables "attempted pipelining" and then all easy handles used on that
handle will attempt to use an existing pipeline.

Details

- A pipeline is only created if a previous connection exists to the same IP
  address that the new request is being made to use.

- Pipelines are only supported for HTTP(S) as no other currently supported
  protocol has features resemembling this, but we still name this feature
  plain 'pipelining' to possibly one day support it for other protocols as
  well.

- HTTP Pipelining is for GET and HEAD requests only.

- When a pipeline is in use, we must take precautions so that when used easy
  handles (i.e those who still wait for a response) are removed from the multi
  handle, we must deal with the outstanding response nicely.

- Explicitly asking for pipelining handle X and handle Y won't be supported.
  It isn't easy for an app to do this association. The lib should probably
  still resolve the second one properly to make sure that they actually _can_
  be considered for pipelining. Also, asking for explicit pipelining on handle
  X may be tricky when handle X get a closed connection.

- We need options to control max pipeline length, and probably how to behave
  if we reach that limit. As was discussed on the list, it can probably be
  made very complicated, so perhaps we can think of a way to pass all
  variables involved to a callback and let the application decide how to act
  in specific situations. Either way, these fancy options are only interesting
  to work on when everything is working and we have working apps to test with.