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
2008-10-08
- Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) that
Daniel Stenberg
2008-09-29
- Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "no
Daniel Stenberg
2008-09-13
fix compiler warning: defined but not used
Yang Tse
2008-09-13
fix compiler warning: external declaration in primary source file
Yang Tse
2008-09-10
Checked in some code improvements and minor fixes that I discovered in the
Dan Fandrich
2008-09-08
Dmitry Kurochkin fixed pipelining over proxy using the multi interface
Daniel Stenberg
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of calloc()
Yang Tse
2008-08-23
- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi
Daniel Stenberg
2008-08-08
Fixed an uninitialized variable in multi_runsingle() that could cause a
Dan Fandrich
2008-06-19
- Christopher Palow fixed a curl_multi_socket() issue which previous caused
Daniel Stenberg
2008-06-13
In checkPendPipeline() we can't be setting the TIMER_CONNECT correctly as that
Daniel Stenberg
2008-05-28
- Emil Romanus found a problem and helped me repeat it. It occured when using
Daniel Stenberg
2008-05-19
with pipelining disabled, the state should never be set to WAITDO but rather
Daniel Stenberg
2008-05-09
- Stefan Krause reported a busy-looping case when using the multi interface
Daniel Stenberg
2008-05-07
Christopher Palow provided the patch (edited by me) that introduces
Yang Tse
2008-04-30
- To make it easier for applications that want lots of magic stuff done on
Daniel Stenberg
2008-03-18
- Added curl_easy_getinfo typechecker.
Michal Marek
2008-02-20
- We no longer support setting the CURLOPT_URL option from inside a callback
Daniel Stenberg
2008-02-17
added a comment about the ignoring of the Curl_done() return code
Daniel Stenberg
2008-02-03
- Dmitry Kurochkin cleaned up the pipelining code and removed the need for and
Daniel Stenberg
2008-01-27
Dmitry Kurochkin: In "real world" testing I found more bugs in
Daniel Stenberg
2008-01-23
Dmitry Kurochkin's pipelining close-down segfault fix
Daniel Stenberg
2008-01-21
Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
Daniel Stenberg
2008-01-18
Lau Hang Kin found and fixed a problem with the multi interface when doing
Daniel Stenberg
2008-01-16
Dmitry Kurochkin's additional pipelining bugfix
Daniel Stenberg
2008-01-16
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
Daniel Stenberg
2008-01-08
Introducing curl_easy_pause() and new magic return codes for both the read
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-15
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-11-03
make sure the code deals with failures on the DO_MORE state properly
Daniel Stenberg
2007-09-27
Enabled a few more gcc warnings with --enable-debug. Renamed a few
Dan Fandrich
2007-08-31
Fixed an invalid returned error code added in my last submission.
Dan Fandrich
2007-08-30
Fixed a few compiler warnings. Try to do a slightly better job of
Dan Fandrich
2007-08-26
Fixed some minor mismatched types found by splint.
Dan Fandrich
2007-06-26
Robert Iakobashvili re-arranged the internal hash code to work with a custom
Daniel Stenberg
2007-06-14
Shmulik Regev fixed a flaw in the multi interface that occurred when doing
Daniel Stenberg
2007-06-01
ouch, two conditionals were turned backwards!
Daniel Stenberg
2007-06-01
do the update timer stuff even when CURLM_CALL_MULTI_PERFORM is returned
Daniel Stenberg
2007-05-30
Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting
Daniel Stenberg
2007-05-07
James Bursa fixed a bug in the multi handle code that made the connection
Daniel Stenberg
2007-05-02
Fixed an out of memory handling issue with HTTP pipelines.
Dan Fandrich
2007-05-02
- Set the timeout for easy handles to expire really soon after addition or
Daniel Stenberg
2007-04-16
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
Daniel Stenberg
2007-04-13
fix compiler warning
Yang Tse
2007-04-10
Ravi Pratap provided fixes for HTTP pipelining
Daniel Stenberg
2007-04-07
fix out of memory handling issue
Yang Tse
2007-04-01
Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many
Daniel Stenberg
2007-03-31
Check for a NULL easy->easy_conn in multi_getsock() since it can in fact
Daniel Stenberg
[next]