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
2010-01-11
After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changes
Daniel Stenberg
2010-01-09
struct Curl_sh_entry's 'inuse' member was no longer used and is now removed
Daniel Stenberg
2010-01-03
- Julien Chaffraix eliminated a duplicated initialization in singlesocket().
Kamil Dudka
2009-12-10
- Constantine Sapuntzakis figured out a case which would lead to libcurl
Daniel Stenberg
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-08-24
clarify the code by initing newurl to NULL
Daniel Stenberg
2009-08-21
- Andre Guibert de Bruet pointed out a missing return code check for a
Daniel Stenberg
2009-08-21
- Lots of good work by Krister Johansen, mostly related to pipelining:
Daniel Stenberg
2009-08-03
indentation fixes only
Daniel Stenberg
2009-06-12
fix compiler warning
Yang Tse
2009-06-10
Adjusted to take in account that...
Yang Tse
2009-05-11
Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and
Daniel Stenberg
2009-05-08
- Constantine Sapuntzakis fixed bug report #2784055
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-20
- Linus Nielsen Feltzing reported and helped me repeat and fix a problem with
Daniel Stenberg
2009-02-02
minor comment fix
Daniel Stenberg
2009-01-10
- Emil Romanus fixed:
Daniel Stenberg
2008-12-20
- Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing
Daniel Stenberg
2008-12-19
- curl_multi_timeout() could return a timeout value of 0 even though nothing
Daniel Stenberg
2008-12-19
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
Daniel Stenberg
2008-12-12
- More work with Igor Novoseltsev to first fix the remaining stuff for
Daniel Stenberg
2008-12-03
- Igor Novoseltsev filed bug #2351645
Daniel Stenberg
2008-10-30
Use our Curl_addrinfo definition even when an addrinfo struct is available.
Yang Tse
2008-10-25
add missing header inclusions
Yang Tse
2008-10-19
attempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse
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
[next]