curl/lib
Daniel Stenberg 14a6788535 - Lisa Xu pointed out that the ssh.obj file was missing from the lib/Makefile.vc6
file (and thus from the vc8 and vc9 ones too).
2009-01-20 06:24:25 +00:00
..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c Remove a chunk of unused code that was #ifdef'de on defines we never set. 2008-11-14 16:22:18 +00:00
config-amigaos.h Refactor configure script detection of functions used to set sockets into 2008-11-13 18:56:55 +00:00
config-mac.h Refactor configure script detection of functions used to set sockets into 2008-11-13 18:56:55 +00:00
config-os400.h changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
config-riscos.h changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
config-symbian.h changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
config-tpf.h changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
config-win32.h Added the use of Watt-32 tcp/ip stack for Win32 targets. 2008-12-16 08:25:55 +00:00
config-win32ce.h changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
config.dos Refactor configure script detection of functions used to set sockets into 2008-11-13 18:56:55 +00:00
connect.c changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
connect.h - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a 2008-11-03 16:24:56 +00:00
content_encoding.c
content_encoding.h
cookie.c - Tim Ansell fixed a compiler warning in lib/cookie.c 2009-01-15 08:32:58 +00:00
cookie.h
curl_addrinfo.c Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 2008-11-06 17:19:56 +00:00
curl_addrinfo.h Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 2008-11-06 17:19:56 +00:00
curl_base64.h
curl_ldap.h
curl_md5.h
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 - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 2008-12-19 21:14:52 +00:00
dict.h
easy.c Unified much of the SessionHandle initialization done in Curl_open() and 2009-01-08 00:31:49 +00:00
easyif.h
escape.c
escape.h
file.c - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 2008-12-19 21:14:52 +00:00
file.h
firefox-db2pem.sh
formdata.c malloc+memset => calloc 2008-12-20 22:51:57 +00:00
formdata.h
ftp.c fix typo in comment that made it confusing 2009-01-19 19:09:39 +00:00
ftp.h
getenv.c
getinfo.c
getinfo.h
gtls.c Made an array static const 2008-11-18 09:11:34 +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 Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 2008-11-06 17:19:56 +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 Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 2008-11-06 17:19:56 +00:00
hostip6.c Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo() 2008-10-30 19:02:23 +00:00
hostip.c Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 2008-11-06 17:19:56 +00:00
hostip.h Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 2008-11-06 17:19:56 +00:00
hostsyn.c
hostthre.c Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one 2008-11-06 17:19:56 +00:00
http_chunks.c fix compiler warning 2008-10-24 01:27:00 +00:00
http_chunks.h
http_digest.c - Internet Explorer had a broken HTTP digest authentication before v7 and 2008-12-10 23:13:31 +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
http.c same procedure, simpler code 2008-12-20 22:47:49 +00:00
http.h
if2ip.c changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. 2008-12-30 08:05:38 +00:00
if2ip.h the IP address we want/request/use from the interface is the 'local' 2008-11-17 19:08:35 +00:00
inet_ntop.c
inet_ntop.h
inet_pton.c backport fix for failures to reject certain malformed literals 2008-11-17 02:40:41 +00:00
inet_pton.h
krb4.c fix OOM problem reported by Jim Meyering 2008-11-16 12:26:50 +00:00
krb4.h
krb5.c
ldap.c - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 2008-12-19 21:14:52 +00:00
libcurl.def
libcurl.framework.make Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) 2008-11-11 01:12:17 +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 I liked Daniel Johnson's simplified version bumper guide so I modified the 2008-11-03 08:50:58 +00:00
makefile.amiga Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) 2008-11-11 01:12:17 +00:00
Makefile.b32
makefile.dj
Makefile.inc Use our Curl_addrinfo definition even when an addrinfo struct is available. 2008-10-30 13:45:25 +00:00
Makefile.m32 changed to latest libidn version. 2008-11-13 01:39:10 +00:00
Makefile.netware added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd with other Makefile.netware. 2008-12-30 08:16:24 +00:00
Makefile.riscos Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) 2008-11-11 01:12:17 +00:00
Makefile.vc6 - Lisa Xu pointed out that the ssh.obj file was missing from the lib/Makefile.vc6 2009-01-20 06:24:25 +00:00
Makefile.Watcom Updated dependencies based on "gcc -MM". 2008-12-16 09:12:46 +00:00
md5.c
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 Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo() 2008-10-30 19:02:23 +00:00
memory.h
mk-ca-bundle.pl
mprintf.c
msvcproj.foot
msvcproj.head
multi.c - Emil Romanus fixed: 2009-01-10 22:10:57 +00:00
multiif.h
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 fix compiler warnings 2009-01-07 14:12:01 +00:00
nssg.h Forgot it's a struct 2008-10-17 22:33:08 +00:00
nwlib.c
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
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
README.curlx
README.encoding
README.hostip
README.httpauth
README.memoryleak
README.multi_socket
README.NSS
README.pipelining
security.c Marked with TODO comments a number of problems in the Kerberos code detected 2008-11-02 05:01:39 +00:00
select.c
select.h
sendf.c Created a CURLMIN macro to match CURLMAX 2009-01-07 19:39:35 +00:00
sendf.h
setup_once.h
setup-os400.h the IP address we want/request/use from the interface is the 'local' 2008-11-17 19:08:35 +00:00
setup.h if2ip.c related preprocessor cleanup 2008-11-17 14:24:15 +00:00
share.c malloc+memset => calloc 2008-12-20 22:51:57 +00:00
share.h
sockaddr.h
socks.c
socks.h
speedcheck.c
speedcheck.h
splay.c make the debug/helper function output to stderr as that makes it play nicer 2008-12-20 21:48:34 +00:00
splay.h
ssh.c silent 'unused' warnings. 2008-12-28 05:49:39 +00:00
ssh.h Remove trailing #undef value. Typo? 2008-12-22 18:46:12 +00:00
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 - Rainer Canavan filed bug #2255627 2008-11-11 22:19:27 +00:00
ssluse.c - Peter Korsgaard fixed building libcurl with "configure --with-ssl 2008-12-28 22:00:36 +00:00
ssluse.h
strdup.c
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
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
telnet.c - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 2008-12-19 21:14:52 +00:00
telnet.h
tftp.c Grant Erickson fixed timeouts for TFTP 2009-01-13 23:24:06 +00:00
tftp.h
timeval.c
timeval.h
transfer.c Created a CURLMIN macro to match CURLMAX 2009-01-07 19:39:35 +00:00
transfer.h
url.c Unified much of the SessionHandle initialization done in Curl_open() and 2009-01-08 00:31:49 +00:00
url.h Unified much of the SessionHandle initialization done in Curl_open() and 2009-01-08 00:31:49 +00:00
urldata.h spell-checked a bunch of comments 2009-01-13 06:44:03 +00:00
vc8proj.foot
vc8proj.head
version.c

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.