index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
multiif.h
Age
Commit message (
Expand
)
Author
2017-06-08
expire: remove Curl_expire_latest()
Daniel Stenberg
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-08-04
multi: make Curl_expire() work with 0 ms timeouts
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-06-24
http2: setup the new pushed stream properly
Daniel Stenberg
2015-05-18
http2: set default concurrency, fix ConnectionExists for multiplex
Daniel Stenberg
2015-05-18
bundles: store no/default/pipeline/multiplex
Daniel Stenberg
2015-05-18
CURLMOPT_PIPELINE: bit 1 is for multiplexing
Daniel Stenberg
2014-11-19
multi: inform about closed sockets before they are closed
Jon Spencer
2014-11-10
multi: removed Curl_multi_set_easy_connection
Daniel Stenberg
2014-08-31
low-speed-limit: avoid timeout flood
Daniel Stenberg
2014-01-12
multi: remove MULTI_TIMEOUT_INACCURACY
Daniel Stenberg
2013-12-15
multi: add timer inaccuracy margin to timeout/connecttimeout
Daniel Stenberg
2013-08-28
multi_socket: improved 100-continue timeout handling
Daniel Stenberg
2013-06-20
multi_socket: react on socket close immediately
Daniel Stenberg
2013-04-26
curl_easy_init: use less mallocs
Daniel Stenberg
2013-03-13
Multiple pipelines and limiting the number of connections.
Linus Nielsen Feltzing
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
lib/*.h: use our standard naming scheme for header inclusion guards
Yang Tse
2010-08-15
multi: support timeouts
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-06-10
Adjusted to take in account that...
Yang Tse
2008-09-13
fix compiler warning: defined but not used
Yang Tse
2007-08-26
Fixed some minor mismatched types found by splint.
Dan Fandrich
2007-04-10
Ravi Pratap provided fixes for HTTP pipelining
Daniel Stenberg
2006-09-28
Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl
Daniel Stenberg
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-01-11
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
Daniel Stenberg