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
2011-04-28
multi-socks: fix connect to proxy
Daniel Stenberg
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-04-03
multi: shorten lines
Daniel Stenberg
2011-04-02
multi: conn goes bad when data change
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2011-03-13
SSH: add protocol lock direction
Daniel Stenberg
2011-02-18
multi: close connection on timeout
Mike Crowe
2011-02-18
multi: better failed connect treatment
Daniel Stenberg
2011-02-02
multi: fix CURLM_STATE_TOOFAST for multi_socket
Nicholas Maniscalco
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2010-12-22
multi: inhibit some verbose outputs
Daniel Stenberg
2010-12-13
multi_runsingle: don't timeout completed handles
Daniel Stenberg
2010-12-06
url: provide dead_connection flag in Curl_handler::disconnect
Kamil Dudka
2010-11-28
multi: fix compiler warning: conversion may lose significant bits follow-up
Yang Tse
2010-11-26
multi: fix compiler warning: conversion may lose significant bits
Yang Tse
2010-11-26
multi: fix compiler warning: enumerated type mixed with another type
Yang Tse
2010-11-25
curl_multi_info_read: fix compiler warning: conversion may lose significant bits
Yang Tse
2010-09-28
multi: don't expire timeouts at disonnect or done
Daniel Stenberg
2010-09-27
multi_runsingle: set timeout error messages
Dirk Manske
2010-09-01
multi: fixes for timing out handles
Daniel Stenberg
2010-08-31
multi: make sure the next timeout is used when one expires
Daniel Stenberg
2010-08-24
multi: Fix compile warning on 64-bit systems
Ben Greear
2010-08-18
Fixed a memory leak during OOM in the multi timeout code
Dan Fandrich
2010-08-18
multi: avoid sending multiple complete messages
Daniel Stenberg
2010-08-15
multi: use timeouts properly for MAX_RECV/SEND_SPEED
Daniel Stenberg
2010-08-15
multi: support timeouts
Daniel Stenberg
2010-08-15
multi: make curl_multi_info_read perform O(1)
Daniel Stenberg
2010-08-08
typo: remove duplicate semicolon
Daniel Stenberg
2010-08-08
multi: avoid a malloc() when a transfer is complete
Daniel Stenberg
2010-07-12
multi: fix condition that remove timers before trigger
Constantine Sapuntzakis
2010-07-01
multi: CURLINFO_LASTSOCKET doesn't work after remove_handle
Daniel Stenberg
2010-06-18
multi: prevent NULL pointer dereference
Daniel Stenberg
2010-06-17
multi: unmark handle as used when no longer head of pipeline
Krister Johansen
2010-06-17
multi: call the progress function only once and allow abort
Daniel Stenberg
2010-06-17
multi: call the progress callback in all states
Daniel Stenberg
2010-06-02
lib: eliminate some dead code
Kamil Dudka
2010-06-01
multi_socket: handles timer inaccuracy better for timeouts
Daniel Stenberg
2010-05-16
lib: Change some CRLF line endings to LF
Tor Arntsen
2010-05-12
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
Pavel Raiskup
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-23
delayed easy handle kill caused double Curl_close() call
Daniel Stenberg
2010-03-15
- Constantine Sapuntzakis brought a patch:
Daniel Stenberg
2010-02-04
fix printf-style format strings
Yang Tse
2010-02-02
Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...
Yang Tse
2010-02-01
We introduce a loop in lib/multi.c around all calls to multi_runsingle() and
Daniel Stenberg
2010-01-28
fix printf-style format strings
Yang Tse
2010-01-11
After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changes
Daniel Stenberg
[next]