summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* multi.c: disambiguate precedence of bitwise and relational operationYang Tse2012-11-261-4/+7
* fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg2012-11-181-9/+4
* curl_multi_wait: no wait if no descriptors to wait forDaniel Stenberg2012-10-091-2/+6
* multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitationDaniel Stenberg2012-10-021-1/+6
* curl_multi_wait: Add parameter to return number of active socketsSara Golemon2012-09-161-2/+5
* multi: add curl_multi_wait()Sara Golemon2012-09-011-0/+87
* add_next_timeout: minor restructure of codeDaniel Stenberg2012-08-081-2/+2
* multi_runsingle: added precaution against easy_conn NULL pointerDaniel Stenberg2012-07-151-0/+10
* singlesocket: remove dead codeDaniel Stenberg2012-06-121-2/+3
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-221-5/+5
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-201-26/+17
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-0/+7
* multi interface: fix block when CONNECT_ONLY option is usedGokhan Sengun2011-12-071-1/+1
* multi interface: only use non-NULL function pointer!Daniel Stenberg2011-12-021-10/+12
* multi: handle timeouts on DNS servers by checking for new socketsJason Glasgow2011-12-021-5/+8
* multi.c: OOM handling fixYang Tse2011-11-011-2/+8
* multi.c: OOM handling fixYang Tse2011-10-271-4/+6
* multi: start ftp state machine when switching to DO_MOREDaniel Stenberg2011-10-271-12/+5
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-12/+4
* multi.c: fix segfaultYang Tse2011-10-211-2/+2
* multi.c: OOM handling fixesYang Tse2011-10-131-61/+77
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-111-6/+8
* libcurl: some OOM handling fixesYang Tse2011-10-071-0/+1
* multi.c: OOM handling fixes making torture tests 560 580 581 passYang Tse2011-10-061-2/+6
* multi: progress function abort must close connectionDaniel Stenberg2011-10-021-2/+8
* multi_runsingle: change state on callback abortDaniel Stenberg2011-09-301-1/+3
* Q&D fix header inclusion orderYang Tse2011-09-251-1/+1
* curl_multi_fdset: avoid FD_SET out of boundsDaniel Stenberg2011-09-251-2/+3
* fix bool variables checking and assignmentYang Tse2011-09-051-8/+9
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-3/+3
* multi-socks: fix connect to proxyDaniel Stenberg2011-04-281-2/+0
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-10/+10
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-34/+35
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-2/+2
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* multi: shorten linesDaniel Stenberg2011-04-031-4/+7
* multi: conn goes bad when data changeDaniel Stenberg2011-04-021-15/+11
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-5/+5
* SSH: add protocol lock directionDaniel Stenberg2011-03-131-11/+17
* multi: close connection on timeoutMike Crowe2011-02-181-0/+5
* multi: better failed connect treatmentDaniel Stenberg2011-02-181-1/+1
* multi: fix CURLM_STATE_TOOFAST for multi_socketNicholas Maniscalco2011-02-021-0/+1
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* multi: inhibit some verbose outputsDaniel Stenberg2010-12-221-0/+8
* multi_runsingle: don't timeout completed handlesDaniel Stenberg2010-12-131-21/+24
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-3/+4
* multi: fix compiler warning: conversion may lose significant bits follow-upYang Tse2010-11-281-2/+2
* multi: fix compiler warning: conversion may lose significant bitsYang Tse2010-11-261-4/+1
* multi: fix compiler warning: enumerated type mixed with another typeYang Tse2010-11-261-1/+2
* curl_multi_info_read: fix compiler warning: conversion may lose significant bitsYang Tse2010-11-251-1/+2