summaryrefslogtreecommitdiff
path: root/lib/multi.c
Commit message (Expand)AuthorAgeFilesLines
* multi: cleanup the socket hash when destroying itbagder/sockhash-destroyDaniel Stenberg2021-12-101-6/+27
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-061-54/+119
* multi: shut down CONNECT in Curl_detach_connnectionDaniel Stenberg2021-11-111-0/+1
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-1/+1
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-271-0/+22
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-231-1/+1
* curl_multi_fdset: make FD_SET() not operate on sockets out of rangeDaniel Stenberg2021-09-151-2/+8
* multi: fix compiler warning with `CURL_DISABLE_WAKEUP`Marcel Raad2021-09-021-0/+3
* multi: fix crash in curl_multi_wait / curl_multi_pollUser Sg2021-07-161-2/+2
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-11/+11
* multi: alter transfer timeout orderingRichard Whitehouse2021-06-241-40/+75
* multi: do not switch off connect_only flag when closingDaniel Stenberg2021-06-241-1/+0
* multi: add scan-build-6 work-around in curl_multi_fdsetDaniel Stenberg2021-06-131-1/+6
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-1/+4
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-5/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* multi: fix slow write/upload performance on WindowsMarc Hoersken2021-04-211-6/+13
* multi: reduce Win32 API calls to improve performanceMarc Hoersken2021-04-211-75/+45
* Revert "Revert 'multi: implement wait using winsock events'"Marc Hoersken2021-04-211-3/+149
* multi: don't close connection HTTP_1_1_REQUIREDDaniel Stenberg2021-04-211-1/+1
* http2: move the stream error field to the per-transfer storageDaniel Stenberg2021-04-211-1/+1
* send_speed: simplify the checks for if a speed limit is setDaniel Stenberg2021-03-271-4/+4
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-1/+1
* multi: close the connection when h2=>h1 downgradingDaniel Stenberg2021-03-251-0/+1
* multi: update pending list when removing handleejanchivdorj2021-03-101-0/+13
* urldata: make 'actions[]' use unsigned char instead of intDaniel Stenberg2021-02-241-8/+8
* multi: do once-per-transfer inits in before_perform in DID stateDaniel Stenberg2021-02-221-4/+4
* multi: rename the multi transfer statesDaniel Stenberg2021-02-161-115/+111
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-161-30/+6
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-1/+1
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-091-1/+1
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-2/+2
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-6/+6
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-1/+1
* urldata: make magic be the first struct fieldDaniel Stenberg2021-01-201-3/+3
* transfer: remove conn->data useDaniel Stenberg2021-01-191-3/+3
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-3/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-52/+49
* multi: set the PRETRANSFER time-stamp when we switch to PERFORMDaniel Stenberg2021-01-141-23/+9
* multi: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-14/+14
* multi_runsingle: bail out early on data->conn == NULLDaniel Stenberg2021-01-111-1/+4
* multi: skip DONE state if there's no connection left for ftp wildcardDaniel Stenberg2021-01-111-1/+4
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-021-2/+2
* multi: when erroring in TOOFAST state, act as for PERFORMDaniel Stenberg2020-12-171-1/+9
* Revert "multi: implement wait using winsock events"Daniel Stenberg2020-12-061-149/+3
* splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg2020-12-011-6/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-151-1/+0
* multi: align WinSock mask variables in Curl_multi_waitMarc Hoersken2020-09-171-11/+11