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
/
multi.c
Age
Commit message (
Expand
)
Author
2013-08-20
CURLM_ADDED_ALREADY: new error code
Daniel Stenberg
2013-08-20
multi_init: moved init code here from add_handle
Daniel Stenberg
2013-08-20
multi: remove dns cache creation code from *add_handle
Daniel Stenberg
2013-08-12
multi: s/easy/data
Daniel Stenberg
2013-08-12
cleanup: removed one function, made one static
Daniel Stenberg
2013-08-09
comments: remove old and wrong multi/easy interface statements
Daniel Stenberg
2013-08-08
global dns cache: didn't work [regression]
Daniel Stenberg
2013-08-06
FTP: when EPSV gets a 229 but fails to connect, retry with PASV
Daniel Stenberg
2013-08-03
multi: remove the one_easy struct field
Daniel Stenberg
2013-08-03
multi: rename all Curl_one_easy to SessionHandle
Daniel Stenberg
2013-08-03
multi: remove the multi_pos struct field
Daniel Stenberg
2013-08-03
multi: remove easy_handle struct field
Daniel Stenberg
2013-08-03
multi: remove 'Curl_one_easy' struct, phase 1
Daniel Stenberg
2013-07-24
string formatting: fix 15+ printf-style format strings
Yang Tse
2013-07-24
string formatting: fix 25+ printf-style format strings
Yang Tse
2013-07-21
curl_multi_wait: fix revents
Daniel Stenberg
2013-07-18
curl_multi_wait: set revents for extra fds
Evgeny Turnaev
2013-06-20
multi_socket: react on socket close immediately
Daniel Stenberg
2013-06-11
multi_socket: reduce timeout inaccuracy margin
Daniel Stenberg
2013-06-04
curl_multi_wait: only use internal timer if not -1
Daniel Stenberg
2013-06-03
curl_multi_wait: reduce timeout if the multi handle wants to
Daniel Stenberg
2013-06-03
multi_runsingle: switch an if() condition for readability
Daniel Stenberg
2013-05-30
multi_runsingle: add braces to clarify the code
Daniel Stenberg
2013-04-26
curl_easy_init: use less mallocs
Daniel Stenberg
2013-03-21
multi.c: Corrected a couple of violations of the curl coding standards
Steve Holme
2013-03-21
multi.c: Fix compilation warning
Steve Holme
2013-03-20
multi.c: fix compilation error
Steve Holme
2013-03-13
Multiple pipelines and limiting the number of connections.
Linus Nielsen Feltzing
2013-03-09
curl_multi_wait: avoid second loop if nothing to do
Daniel Stenberg
2013-03-09
multi_runsingle: avoid NULL dereference
Daniel Stenberg
2013-02-10
Fix NULL pointer reference when closing an unused multi handle.
Linus Nielsen Feltzing
2013-01-17
always-multi: always use non-blocking internals
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-26
curl_multi_remove_handle: commit 0aabfd9963 follow-up
Yang Tse
2012-12-25
curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVE
Yang Tse
2012-12-23
curl_multi_wait: OOM handling fix
Yang Tse
2012-12-23
curl_multi_wait: avoid an unnecessary memory allocation
Daniel Stenberg
2012-12-21
multi.c: OOM handling fix
Yang Tse
2012-12-19
bundles connection caching: some out of memory handling fixes
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-12-07
Introducing a new persistent connection caching system using "bundles".
Linus Nielsen Feltzing
2012-12-04
multi: fix re-sending request on early connection close
Daniel Stenberg
2012-11-26
multi.c: disambiguate precedence of bitwise and relational operation
Yang Tse
2012-11-18
fixed memory leak: CURLOPT_RESOLVE with multi interface
Daniel Stenberg
2012-10-09
curl_multi_wait: no wait if no descriptors to wait for
Daniel Stenberg
2012-10-02
multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitation
Daniel Stenberg
[prev]
[next]