curl/lib
Daniel Stenberg bbd3dc611e random: use Curl_rand() for proper random data
The SASL/Digest previously used the current time's seconds +
microseconds to add randomness but it is much better to instead get more
data from Curl_rand().

It will also allow us to easier "fake" that for debug builds on demand
in a future.
2014-06-03 18:25:48 +02:00
..
vtls gnutls: allow building with nghttp2 but without ALPN support 2014-05-28 00:30:23 +02:00
.gitignore
amigaos.c
amigaos.h
arpa_telnet.h
asyn-ares.c
asyn-thread.c bits.close: Fixed compilation warning 2014-05-22 00:29:21 +01:00
asyn.h
base64.c base64: Corrected typo from commit f3ee587775 2013-12-01 16:43:57 +00:00
bundles.c
bundles.h
checksrc.pl
CMakeLists.txt
config-amigaos.h
config-dos.h
config-mac.h
config-os400.h
config-riscos.h
config-symbian.h
config-tpf.h
config-vxworks.h
config-win32.h
config-win32ce.h
conncache.c
conncache.h
connect.c bits.close: introduce connection close tracking 2014-05-22 00:34:10 +02:00
connect.h
content_encoding.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
content_encoding.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
cookie.c cookie: max-age fixes 2014-01-17 08:57:27 +01:00
cookie.h cookies: follow-up fix for path checking 2013-06-12 11:19:56 +02:00
curl_addrinfo.c
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake
curl_fnmatch.c
curl_fnmatch.h
curl_gethostname.c
curl_gethostname.h
curl_gssapi.c
curl_gssapi.h
curl_hmac.h
curl_ldap.h
curl_md4.h
curl_md5.h
curl_memory.h WIN32 MemoryTracking: require UNICODE for wide strdup code support 2013-07-19 12:33:10 +02:00
curl_memrchr.c
curl_memrchr.h
curl_multibyte.c
curl_multibyte.h
curl_ntlm_core.c
curl_ntlm_core.h
curl_ntlm_msgs.c
curl_ntlm_msgs.h
curl_ntlm_wb.c
curl_ntlm_wb.h
curl_ntlm.c
curl_ntlm.h
curl_rtmp.c
curl_rtmp.h
curl_sasl_sspi.c
curl_sasl.c
curl_sasl.h
curl_sec.h
curl_setup_once.h
curl_setup.h configure: Fix the --disable-crypto-auth option 2014-02-17 09:50:46 +01:00
curl_sspi.c
curl_sspi.h
curl_threads.c Curl_thread_create: use Curl_safefree to allow NULL better 2013-12-25 00:53:15 +01:00
curl_threads.h threaded resolver: Use pthread_t * for curl_thread_t 2013-12-25 00:28:28 +01:00
curlx.h
dict.c
dict.h
dotdot.c
dotdot.h copyright: Updated following recent edits 2014-04-28 23:20:52 +01:00
easy.c easy_perform: spelling mistake in error message 2014-05-03 23:09:26 +02:00
easyif.h
escape.c Curl_urldecode: don't allow NULL as receiver 2014-02-13 23:57:40 +01:00
escape.h
file.c INFILESIZE: fields in UserDefined must not be changed run-time 2014-04-26 18:17:10 +02:00
file.h Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
fileinfo.c
fileinfo.h
firefox-db2pem.sh
formdata.c formdata: Must use Curl_safefree instead of free 2014-02-09 10:10:22 +01:00
formdata.h Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
ftp.c bits.close: introduce connection close tracking 2014-05-22 00:34:10 +02:00
ftp.h
ftplistparser.c FTP parselist: fix "total" parser 2014-01-04 00:38:43 +01:00
ftplistparser.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
getenv.c VMS: fix and generate the VMS build config 2013-02-05 23:08:57 +01:00
getinfo.c getinfo.c: Fixed compilation warning 2014-05-09 13:18:55 +01:00
getinfo.h
gopher.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
gopher.h Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
hash.c string formatting: fix 25+ printf-style format strings 2013-07-24 01:21:26 +02:00
hash.h Multiple pipelines and limiting the number of connections. 2013-03-13 23:55:24 +01:00
hmac.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
hostasyn.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
hostcheck.c hostcheck: added a system include to define struct in_addr 2014-03-26 22:29:00 +01:00
hostcheck.h Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
hostip4.c NI_MAXSERV: remove all use of it 2013-09-10 23:18:43 +02:00
hostip6.c NI_MAXSERV: remove all use of it 2013-09-10 23:18:43 +02:00
hostip.c hostip: don't remove DNS entries that are in use 2014-01-28 22:25:48 +01:00
hostip.h dns: fix compilation with MinGW from commit df69440d05 2013-09-17 20:59:43 +01:00
hostsyn.c dns: fix compilation with MinGW from commit df69440d05 2013-09-17 20:59:43 +01:00
http2.c
http2.h http.c: Fixed compilation warning 2014-05-22 00:40:07 +01:00
http_chunks.c chunked-encoding: provide a readable error string for chunked errors 2014-03-14 15:44:18 +01:00
http_chunks.h chunked-encoding: provide a readable error string for chunked errors 2014-03-14 15:44:18 +01:00
http_digest.c
http_digest.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
http_negotiate_sspi.c
http_negotiate.c
http_negotiate.h
http_proxy.c bits.close: introduce connection close tracking 2014-05-22 00:34:10 +02:00
http_proxy.h remote_port: allow connect to port 0 2014-03-05 17:38:05 +00:00
http.c http: Fix a compiler warning when http2 support is disabled 2014-05-22 08:38:26 +02:00
http.h CURLOPT_PROXYHEADER: set headers for proxy-only 2014-04-04 17:03:43 +02:00
idn_win32.c
if2ip.c
if2ip.h
imap.c bits.close: introduce connection close tracking 2014-05-22 00:34:10 +02:00
imap.h
inet_ntop.c
inet_ntop.h
inet_pton.c
inet_pton.h
krb5.c
ldap.c bits.close: Fixed compilation warning 2014-05-22 00:29:21 +01:00
libcurl.def Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in 2005-11-14 07:48:05 +00:00
libcurl.plist
libcurl.rc remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
libcurl.vers.in
llist.c
llist.h
Makefile.am vtls: created subdir, moved sslgen.[ch] there, updated all include lines 2013-12-20 17:12:42 +01:00
makefile.amiga curl tool: use configuration files from lib directory - follow-up I 2012-04-07 00:31:24 +02:00
Makefile.b32 Makefile.b32: Fixed for vtls changes 2014-05-09 21:09:51 +01:00
makefile.dj Changed email per Gisle's request. 2011-04-16 00:11:43 +02:00
Makefile.inc build: Slight rename of new LIB_* makefile file variables 2014-05-18 22:16:54 +01:00
Makefile.m32
Makefile.netware
Makefile.vc6
Makefile.vxworks Updated zlib version in build files. 2013-05-11 17:08:00 +02:00
Makefile.Watcom Rework Open Watcom make files to use standard Wmake features 2014-03-03 08:19:05 +01:00
md4.c
md5.c md5.c: fix use of uninitialized variable 2014-04-18 22:59:25 +02:00
memdebug.c curl_dofree: allow free(NULL) 2013-12-25 23:30:25 +01:00
memdebug.h WIN32 MemoryTracking: require UNICODE for wide strdup code support 2013-07-19 12:33:10 +02:00
mk-ca-bundle.pl mk-ca-bundle: added -p 2014-05-08 11:37:45 +02:00
mk-ca-bundle.vbs
mprintf.c mprintf: allow %.s with data not being zero terminated 2014-05-04 23:39:52 +02:00
multi.c
multihandle.h
multiif.h multi: remove MULTI_TIMEOUT_INACCURACY 2014-01-12 00:11:53 +01:00
netrc.c netrc.c: fix multiple possible dereferences of null pointers 2014-04-19 16:00:43 +02:00
netrc.h
non-ascii.c
non-ascii.h
nonblock.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
nonblock.h
nwlib.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
nwos.c
objnames-test08.sh test 1222: 8 chars object name generation && test 1221: adjustments 2013-01-03 19:24:00 +01:00
objnames-test10.sh
objnames.inc test 1222: 8 chars object name generation && test 1221: adjustments 2013-01-03 19:24:00 +01:00
openldap.c bits.close: introduce connection close tracking 2014-05-22 00:34:10 +02:00
parsedate.c
parsedate.h
pingpong.c
pingpong.h
pipeline.c
pipeline.h
pop3.c
pop3.h
progress.c timers: fix timer regression involving redirects / reconnects 2014-05-15 21:28:19 +02:00
progress.h
rawstr.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
rawstr.h Revert changes relative to lib/*.[ch] recent renaming 2013-01-06 18:20:27 +01:00
README.ares
README.curl_off_t
README.curlx
README.encoding transfer-encoding: document the options 2011-04-18 19:46:21 +02:00
README.hostip build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
README.http2 README.http2: mention some alt-svc thoughts 2014-04-17 19:23:39 +02:00
README.httpauth
README.memoryleak remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
README.multi_socket update the section on timeouts 2010-04-12 11:09:55 +02:00
README.pingpong
README.pipelining Multiple pipelines and limiting the number of connections. 2013-03-13 23:55:24 +01:00
rtsp.c
rtsp.h
security.c
select.c select: with winsock, avoid passing unsupported arguments to select() 2014-05-27 23:58:28 +02:00
select.h curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag 2013-03-12 10:58:20 +01:00
sendf.c handler: make 'protocol' always specified as a single bit 2014-04-23 22:36:01 +02:00
sendf.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
setup-os400.h
setup-vms.h setup-vms.h: sk_pop symbol tweak 2013-07-12 12:11:11 +02:00
share.c vtls: renamed sslgen.[ch] to vtls.[ch] 2013-12-20 17:12:42 +01:00
share.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
sigpipe.h
slist.c
slist.h
smtp.c
smtp.h
sockaddr.h
socks_gssapi.c
socks_sspi.c
socks.c FTP: make the data connection work when going through proxy 2013-10-26 23:33:06 +02:00
socks.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
speedcheck.c build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
speedcheck.h
splay.c
splay.h
ssh.c
ssh.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
strdup.c
strdup.h
strequal.c
strequal.h
strerror.c strerror: fix comment about vxworks' strerror_r buffer size 2014-04-06 23:13:08 +02:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
telnet.c telnet.c: check sscanf results before passing them to snprintf 2014-04-19 15:23:04 +02:00
telnet.h
tftp.c
tftp.h
timeval.c
timeval.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
transfer.c bits.close: introduce connection close tracking 2014-05-22 00:34:10 +02:00
transfer.h
url.c url-parser: only use if_nametoindex if detected by configure 2014-05-26 22:10:15 +02:00
url.h
urldata.h
version.c
warnless.c tool_getparam.c: Fixed compilation warnings 2014-05-22 21:01:51 +01:00
warnless.h tool_getparam.c: Fixed compilation warnings 2014-05-22 21:01:51 +01:00
wildcard.c
wildcard.h
x509asn1.c
x509asn1.h

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.